zephyr/soc/nxp/imx
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
..
imx6sx soc: nxp: imx*: remove redundant pinctrl defconfig 2024-12-04 12:09:41 +01:00
imx7d soc: nxp: imx*: remove redundant pinctrl defconfig 2024-12-04 12:09:41 +01:00
imx8 soc: nxp: imx: add resource_table section in linker script 2024-10-02 13:40:20 -05:00
imx8m soc: nxp: imx*: remove redundant pinctrl defconfig 2024-12-04 12:09:41 +01:00
imx8ulp linker: nxp: adsp: add orphan linker section 2024-06-28 21:53:01 +02:00
imx8x soc: nxp: imx: add resource_table section in linker script 2024-10-02 13:40:20 -05:00
imx9 soc: nxp: imx*: remove redundant pinctrl defconfig 2024-12-04 12:09:41 +01:00
CMakeLists.txt
Kconfig
Kconfig.defconfig
Kconfig.soc
soc.yml soc: nxp: soc.yml: remove unsupported cpu clusters for imx8 socs 2024-10-07 18:43:26 +02:00