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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| Kconfig.defconfig | ||
| Kconfig.defconfig.mcimx7d_m4 | ||
| Kconfig.soc | ||
| linker.ld | ||
| pinctrl_soc.h | ||
| soc.c | ||
| soc.h | ||
| soc_clk_freq.c | ||
| soc_clk_freq.h | ||