Convert iMX6 SoloX core to HWMv2. This port currently only supports the M4 core (as it did in HWMv1) Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
19 lines
318 B
Plaintext
19 lines
318 B
Plaintext
# i.MX 6SoloX core series
|
|
|
|
# Copyright 2018,2024 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if SOC_SERIES_IMX6SX
|
|
|
|
config NUM_IRQS
|
|
# must be >= the highest interrupt number used
|
|
default 128
|
|
|
|
config PINCTRL_IMX
|
|
default y if HAS_IMX_IOMUXC
|
|
depends on PINCTRL
|
|
|
|
rsource "Kconfig.defconfig.*"
|
|
|
|
endif # SOC_SERIES_IMX6SX
|