diff options
author | Ben Dooks <ben-linux@fluff.org> | 2008-08-08 16:10:12 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2008-08-08 16:10:12 -0400 |
commit | af7a535688a758d15f06a98833e6a143b29af9de (patch) | |
tree | bac5ab210bbbbe276f0e44ed84194d7c8bb16aae /drivers/serial/Kconfig | |
parent | 0c17e4ceedd35c78b1c7413dbd16279a350be6bc (diff) | |
parent | c41107c2d4fd31924533f4dbc4c3428acc2b5894 (diff) |
Merge http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-arm into for-rmk
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 09f6346d38a8..77cb34270fc1 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1,8 +1,6 @@ | |||
1 | # | 1 | # |
2 | # Serial device configuration | 2 | # Serial device configuration |
3 | # | 3 | # |
4 | # $Id: Kconfig,v 1.11 2004/03/11 18:08:04 lethal Exp $ | ||
5 | # | ||
6 | 4 | ||
7 | menu "Serial drivers" | 5 | menu "Serial drivers" |
8 | depends on HAS_IOMEM | 6 | depends on HAS_IOMEM |
@@ -945,22 +943,6 @@ config SERIAL_IP22_ZILOG_CONSOLE | |||
945 | depends on SERIAL_IP22_ZILOG=y | 943 | depends on SERIAL_IP22_ZILOG=y |
946 | select SERIAL_CORE_CONSOLE | 944 | select SERIAL_CORE_CONSOLE |
947 | 945 | ||
948 | config V850E_UART | ||
949 | bool "NEC V850E on-chip UART support" | ||
950 | depends on V850E_MA1 || V850E_ME2 || V850E_TEG || V850E2_ANNA || V850E_AS85EP1 | ||
951 | select SERIAL_CORE | ||
952 | default y | ||
953 | |||
954 | config V850E_UARTB | ||
955 | bool | ||
956 | depends on V850E_UART && V850E_ME2 | ||
957 | default y | ||
958 | |||
959 | config V850E_UART_CONSOLE | ||
960 | bool "Use NEC V850E on-chip UART for console" | ||
961 | depends on V850E_UART | ||
962 | select SERIAL_CORE_CONSOLE | ||
963 | |||
964 | config SERIAL_SH_SCI | 946 | config SERIAL_SH_SCI |
965 | tristate "SuperH SCI(F) serial port support" | 947 | tristate "SuperH SCI(F) serial port support" |
966 | depends on SUPERH || H8300 | 948 | depends on SUPERH || H8300 |