diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-11-22 07:10:33 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-11-22 12:15:04 -0500 |
commit | 521b8ce615c6550a63c49305b649a1572e1f37ac (patch) | |
tree | b4bb95a95eaeb14fd698fa9b7105933240be9d8c /drivers/tty/serial/Kconfig | |
parent | 67c50a7ed52a3ba4537d3dad5eb34c1abb5f3e05 (diff) |
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/tty/serial/Kconfig')
-rw-r--r-- | drivers/tty/serial/Kconfig | 2 |
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 | |||
808 | 808 | ||
809 | config SERIAL_IMX | 809 | config SERIAL_IMX |
810 | bool "IMX serial port support" | 810 | bool "IMX serial port support" |
811 | depends on ARM && (ARCH_IMX || ARCH_MXC) | 811 | depends on ARCH_MXC |
812 | select SERIAL_CORE | 812 | select SERIAL_CORE |
813 | select RATIONAL | 813 | select RATIONAL |
814 | help | 814 | help |