Skip to content
Commit a3d50361 authored by Gerard Marull-Paretas's avatar Gerard Marull-Paretas Committed by Benjamin Cabé
Browse files

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: default avatarGerard Marull-Paretas <gerard@teslabs.com>
parent a3f4ab6b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment