diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-09-11 09:40:27 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-13 11:15:43 +0800 |
commit | eeae56887bc69bd96025be8117cccacd5cec0f6c (patch) | |
tree | a5b367c45b0802bb0326e6c764dd8c89f29d9d44 /arch/arm/mach-imx/Kconfig | |
parent | 24e0729703babd424b63c0fd6d722687a3e8c079 (diff) | |
download | linux-stable-eeae56887bc69bd96025be8117cccacd5cec0f6c.tar.gz linux-stable-eeae56887bc69bd96025be8117cccacd5cec0f6c.tar.bz2 linux-stable-eeae56887bc69bd96025be8117cccacd5cec0f6c.zip |
ARM: imx27: Remove iomux-v1 board code
IMX_HAVE_IOMUX_V1 was only used by i.MX27 board files. Since the
board files users are gone, it is safe to remove iomux-v1 related
code.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index c23e10fa8242..138c5344f2f2 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -47,9 +47,6 @@ config HAVE_IMX_SRC def_bool y if SMP select ARCH_HAS_RESET_CONTROLLER -config IMX_HAVE_IOMUX_V1 - bool - config ARCH_MXC_IOMUX_V3 bool @@ -99,7 +96,6 @@ config SOC_IMX25 config SOC_IMX27 bool "i.MX27 support" - select IMX_HAVE_IOMUX_V1 select CPU_ARM926T select MXC_AVIC select PINCTRL_IMX27 |