diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-04-07 11:13:25 +0200 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-05-19 13:11:28 +0200 |
commit | 13cf8df97d075cf61445c689a30c8b0ce70b415f (patch) | |
tree | 7c9294508d8983a9a11b2ee6e8001050e31e1f69 /arch/arm/mach-mxc91231/Kconfig | |
parent | video i.MX: remove mx1 compile time dependencies (diff) | |
download | linux-13cf8df97d075cf61445c689a30c8b0ce70b415f.tar.xz linux-13cf8df97d075cf61445c689a30c8b0ce70b415f.zip |
ARM: remove support for mxc91231
Since support for mxc91231 was introduced 2009 it only saw patches that
were part of (mxc or arm) global cleanups. The only supported machine
only had 4 devices (2x UART, sdhc, watchdog).
Cc: Dmitriy Taychenachev <dimichxp@gmail.com>
LAKML-Reference: 1302211482-17926-1-git-send-email-u.kleine-koenig@pengutronix.de
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/mach-mxc91231/Kconfig')
-rw-r--r-- | arch/arm/mach-mxc91231/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/arm/mach-mxc91231/Kconfig b/arch/arm/mach-mxc91231/Kconfig deleted file mode 100644 index 8e5fa38ebb67..000000000000 --- a/arch/arm/mach-mxc91231/Kconfig +++ /dev/null @@ -1,11 +0,0 @@ -if ARCH_MXC91231 - -comment "MXC91231 platforms:" - -config MACH_MAGX_ZN5 - bool "Support Motorola Zn5 GSM phone" - default n - help - Include support for Motorola Zn5 GSM phone. - -endif |