zephyr/soc/nxp/imx/imx6sx
Gerard Marull-Paretas a3d5036198 soc: nxp: imx*: remove redundant pinctrl defconfig
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>
2024-12-04 12:09:41 +01:00
..
CMakeLists.txt
Kconfig soc: nxp: move init code from SYS_INIT to hooks 2024-09-20 13:15:31 +02:00
Kconfig.defconfig soc: nxp: imx*: remove redundant pinctrl defconfig 2024-12-04 12:09:41 +01:00
Kconfig.defconfig.mcimx6x_m4
Kconfig.soc
pinctrl_soc.h
soc.c zephyr: bulk update to DT_NODE_HAS_STATUS_OKAY 2024-10-03 17:06:52 +01:00
soc.h
soc_clk_freq.c
soc_clk_freq.h