diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2009-04-01 12:41:21 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2009-05-07 16:15:51 +0200 |
commit | 1341d34ffc296f98dc84876f35f3151525dc02a2 (patch) | |
tree | d120e94a2f189ebecfc974db6f0d56bc1963121e /arch/arm/mach-imx/Kconfig | |
parent | 8c8fdbc9bd9718b21146065de61c0cafdff11ecb (diff) |
[ARM] remove arch-imx
arch-imx is superseeded by the MXC architecture support.
This patch removes arch/arm/mach-imx from the kernel.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-imx/Kconfig')
-rw-r--r-- | arch/arm/mach-imx/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig deleted file mode 100644 index cddd194ac6e..00000000000 --- a/arch/arm/mach-imx/Kconfig +++ /dev/null @@ -1,11 +0,0 @@ -menu "IMX Implementations" - depends on ARCH_IMX - -config ARCH_MX1ADS - bool "mx1ads" - depends on ARCH_IMX - select ISA - help - Say Y here if you are using the Motorola MX1ADS board - -endmenu |