mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 13:32:32 +00:00
Many NXP socs had the following defconfig: ``` config PINCTRL_IMX default y if HAS_IMX_IOMUXC depends on PINCTRL ``` However, the PINCTRL_IMX option already has: ``` config PINCTRL_IMX bool "Pin controller driver for iMX MCUs" depends on DT_HAS_NXP_IMX_IOMUXC_ENABLED depends on HAS_MCUX_IOMUXC || HAS_IMX_IOMUXC default y help Enable pin controller driver for NXP iMX series MCUs ``` So the soc level defconfigs are redundant. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com> |
||
---|---|---|
.. | ||
adi/max32 | ||
altr | ||
ambiq | ||
amd/acp_6_0 | ||
andestech | ||
arm | ||
aspeed | ||
atmel | ||
brcm | ||
cdns | ||
common | ||
efinix/sapphire | ||
ene/kb1200 | ||
espressif | ||
gaisler | ||
gd/gd32 | ||
infineon | ||
intel | ||
ite/ec | ||
litex/litex_vexriscv | ||
lowrisc/opentitan | ||
mediatek/mt8xxx | ||
microchip | ||
native/inf_clock | ||
neorv32 | ||
nordic | ||
nuvoton | ||
nxp | ||
openisa/rv32m1 | ||
qemu | ||
quicklogic/eos_s3 | ||
raspberrypi | ||
renesas | ||
renode | ||
rockchip | ||
sensry | ||
sifive/sifive_freedom | ||
silabs | ||
snps | ||
st/stm32 | ||
starfive/jh71xx | ||
telink/tlsr | ||
ti | ||
wch/ch32v00x | ||
xen | ||
xlnx | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.v1 | ||
Kconfig.v1.choice | ||
Kconfig.v2 |