Files
zephyr/soc/nxp/imx/imx6sx/Kconfig.defconfig
Daniel DeGrasse fd49b1749e soc: nxp: convert iMX6 SoloX core to HWMv2
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>
2024-03-01 17:29:02 +00:00

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