summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-11-22 13:10:33 +0100
committerJiri Kosina <jkosina@suse.cz>2011-11-22 18:15:04 +0100
commit521b8ce615c6550a63c49305b649a1572e1f37ac (patch)
treeb4bb95a95eaeb14fd698fa9b7105933240be9d8c /drivers
parent67c50a7ed52a3ba4537d3dad5eb34c1abb5f3e05 (diff)
downloadlinux-stable-521b8ce615c6550a63c49305b649a1572e1f37ac.tar.gz
linux-stable-521b8ce615c6550a63c49305b649a1572e1f37ac.tar.bz2
linux-stable-521b8ce615c6550a63c49305b649a1572e1f37ac.zip
serial: Kconfig: drop unknown symbol 'ARCH_IMX'
Commit 8c8fdbc9bd ("[ARM] Remove arch-imx from build system") dropped ARCH_IMX. So this last reference to ARCH_IMX has been an (inconsequential) nop since v2.6.31. And because ARCH_MXC practically implies ARM we can also drop the reference to the latter symbol. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/tty/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 5f479dada6f2..edbc9b78f9b1 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -808,7 +808,7 @@ config BFIN_UART3_CTSRTS
config SERIAL_IMX
bool "IMX serial port support"
- depends on ARM && (ARCH_IMX || ARCH_MXC)
+ depends on ARCH_MXC
select SERIAL_CORE
select RATIONAL
help