aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig53
1 files changed, 2 insertions, 51 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 77cb34270fc1..db783b77a881 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -9,7 +9,6 @@ menu "Serial drivers"
9# The new 8250/16550 serial drivers 9# The new 8250/16550 serial drivers
10config SERIAL_8250 10config SERIAL_8250
11 tristate "8250/16550 and compatible serial support" 11 tristate "8250/16550 and compatible serial support"
12 depends on (BROKEN || !SPARC)
13 select SERIAL_CORE 12 select SERIAL_CORE
14 ---help--- 13 ---help---
15 This selects whether you want to include the driver for the standard 14 This selects whether you want to include the driver for the standard
@@ -994,24 +993,12 @@ config SERIAL_68328_RTS_CTS
994 bool "Support RTS/CTS on 68328 serial port" 993 bool "Support RTS/CTS on 68328 serial port"
995 depends on SERIAL_68328 994 depends on SERIAL_68328
996 995
997config SERIAL_COLDFIRE
998 bool "ColdFire serial support (DEPRECATED)"
999 depends on COLDFIRE
1000 help
1001 This driver supports the built-in serial ports of the Motorola ColdFire
1002 family of CPUs.
1003 This driver is deprecated because it supports only the old interface
1004 for serial drivers and features like magic keys are not working.
1005 Please switch to the new style driver because this driver will be
1006 removed soon.
1007
1008config SERIAL_MCF 996config SERIAL_MCF
1009 bool "Coldfire serial support (new style driver)" 997 bool "Coldfire serial support"
1010 depends on COLDFIRE 998 depends on COLDFIRE
1011 select SERIAL_CORE 999 select SERIAL_CORE
1012 help 1000 help
1013 This new serial driver supports the Freescale Coldfire serial ports 1001 This serial driver supports the Freescale Coldfire serial ports.
1014 using the new serial driver subsystem.
1015 1002
1016config SERIAL_MCF_BAUDRATE 1003config SERIAL_MCF_BAUDRATE
1017 int "Default baudrate for Coldfire serial ports" 1004 int "Default baudrate for Coldfire serial ports"
@@ -1136,42 +1123,6 @@ config SERIAL_CPM_CONSOLE
1136 your boot loader (lilo or loadlin) about how to pass options to the 1123 your boot loader (lilo or loadlin) about how to pass options to the
1137 kernel at boot time.) 1124 kernel at boot time.)
1138 1125
1139config SERIAL_CPM_SCC1
1140 bool "Support for SCC1 serial port"
1141 depends on SERIAL_CPM=y
1142 help
1143 Select this option to use SCC1 as a serial port
1144
1145config SERIAL_CPM_SCC2
1146 bool "Support for SCC2 serial port"
1147 depends on SERIAL_CPM=y
1148 help
1149 Select this option to use SCC2 as a serial port
1150
1151config SERIAL_CPM_SCC3
1152 bool "Support for SCC3 serial port"
1153 depends on SERIAL_CPM=y
1154 help
1155 Select this option to use SCC3 as a serial port
1156
1157config SERIAL_CPM_SCC4
1158 bool "Support for SCC4 serial port"
1159 depends on SERIAL_CPM=y
1160 help
1161 Select this option to use SCC4 as a serial port
1162
1163config SERIAL_CPM_SMC1
1164 bool "Support for SMC1 serial port"
1165 depends on SERIAL_CPM=y
1166 help
1167 Select this option to use SMC1 as a serial port
1168
1169config SERIAL_CPM_SMC2
1170 bool "Support for SMC2 serial port"
1171 depends on SERIAL_CPM=y
1172 help
1173 Select this option to use SMC2 as a serial port
1174
1175config SERIAL_SGI_L1_CONSOLE 1126config SERIAL_SGI_L1_CONSOLE
1176 bool "SGI Altix L1 serial console support" 1127 bool "SGI Altix L1 serial console support"
1177 depends on IA64_GENERIC || IA64_SGI_SN2 1128 depends on IA64_GENERIC || IA64_SGI_SN2