diff options
author | Fabio Estevam <festevam@gmail.com> | 2020-09-02 09:49:48 -0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2020-09-05 15:34:11 +0800 |
commit | 4b563a066611f4b137ea28533b9783a492cb1e12 (patch) | |
tree | 66c752ac18bf2121594de6883059da82360ae541 /arch/arm/mach-imx/Kconfig | |
parent | 0c11bbcf0229cdf3993c01cbd366513437b11f09 (diff) | |
download | lwn-4b563a066611f4b137ea28533b9783a492cb1e12.tar.gz lwn-4b563a066611f4b137ea28533b9783a492cb1e12.zip |
ARM: imx: Remove imx21 support
mx21 has not been converted to device tree yet and there is only
one single board that is supported (imx21ads).
To achieve the goal of converting all i.MX SoCs to
devicetree-only platforms, remove imx21 support.
If someone is interested in supporting imx21, patches to add
imx21 devicetree support will be welcome.
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index fb0c2a83268a..695661eb8243 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -53,12 +53,6 @@ config IMX_HAVE_IOMUX_V1 config ARCH_MXC_IOMUX_V3 bool -config SOC_IMX21 - bool - select CPU_ARM926T - select IMX_HAVE_IOMUX_V1 - select MXC_AVIC - config SOC_IMX27 bool select CPU_ARM926T @@ -79,19 +73,6 @@ config SOC_IMX35 if ARCH_MULTI_V5 -comment "MX21 platforms:" - -config MACH_MX21ADS - bool "MX21ADS platform" - select IMX_HAVE_PLATFORM_IMX_FB - select IMX_HAVE_PLATFORM_IMX_UART - select IMX_HAVE_PLATFORM_MXC_MMC - select IMX_HAVE_PLATFORM_MXC_NAND - select SOC_IMX21 - help - Include support for MX21ADS platform. This includes specific - configurations for the board and its peripherals. - comment "MX27 platforms:" config MACH_MX27ADS |