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>
This commit is contained in:
parent
a3f4ab6b5e
commit
a3d5036198
10 changed files with 0 additions and 40 deletions
|
@ -9,10 +9,6 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 128
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_IMX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
rsource "Kconfig.defconfig.*"
|
||||
|
||||
endif # SOC_SERIES_IMX6SX
|
||||
|
|
|
@ -9,10 +9,6 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 127
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_IMX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
rsource "Kconfig.defconfig.*"
|
||||
|
||||
endif # SOC_SERIES_IMX7D
|
||||
|
|
|
@ -18,8 +18,4 @@ config NUM_IRQS
|
|||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 8000000
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_MCUX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
endif
|
||||
|
|
|
@ -40,8 +40,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 159
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_MCUX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
endif # SOC_MIMX8ML8_M7
|
||||
|
|
|
@ -18,8 +18,4 @@ config NUM_IRQS
|
|||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 8000000
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_MCUX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
endif
|
||||
|
|
|
@ -17,8 +17,4 @@ config NUM_IRQS
|
|||
# must be >= the highest interrupt number used
|
||||
default 127
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_MCUX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
endif # SOC_MIMX8MM6_M4
|
||||
|
|
|
@ -18,8 +18,4 @@ config NUM_IRQS
|
|||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 8000000
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_MCUX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
endif
|
||||
|
|
|
@ -9,10 +9,6 @@ if SOC_MIMX8MQ6_M4
|
|||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 266000000
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_MCUX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
config NUM_IRQS
|
||||
# must be >= the highest interrupt number used
|
||||
default 127
|
||||
|
|
|
@ -18,8 +18,4 @@ config NUM_IRQS
|
|||
config SYS_CLOCK_HW_CYCLES_PER_SEC
|
||||
default 24000000
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_MCUX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
endif
|
||||
|
|
|
@ -13,10 +13,6 @@ config ROM_START_OFFSET
|
|||
default 0x400 if BOOTLOADER_MCUBOOT
|
||||
default 0x2000 if BOOT_FLEXSPI_NOR || BOOT_SEMC_NOR
|
||||
|
||||
config PINCTRL_IMX
|
||||
default y if HAS_MCUX_IOMUXC
|
||||
depends on PINCTRL
|
||||
|
||||
config ADC_MCUX_12B1MSPS_SAR
|
||||
default y if HAS_MCUX_12B1MSPS_SAR
|
||||
depends on ADC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue