diff options
author | Alexander Shiyan <shc_work@mail.ru> | 2016-08-06 07:56:25 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-08-09 17:47:26 +0300 |
commit | e1291cffcc509e790f46f1af6fec13eb8d44d5bb (patch) | |
tree | 13d12223291c14d0758223ddedc60cd72d48e50d /arch/arm/mach-imx/Kconfig | |
parent | de2d6662ece073b1b02e94678f77c47646920f17 (diff) | |
download | linux-e1291cffcc509e790f46f1af6fec13eb8d44d5bb.tar.xz |
ARM: i.MX: Remove i.MX1 non-DT support
This patch removes registration helpers and support files,
used for non-DT i.MX1 targets.
Signed-off-by: Alexander Shiyan <shc_work@mail.ru>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 7aa8f814d226..ca7db3293a4f 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -67,7 +67,6 @@ config ARCH_MXC_IOMUX_V3 config SOC_IMX1 bool select CPU_ARM920T - select IMX_HAVE_IOMUX_V1 select MXC_AVIC select PINCTRL_IMX1 |