aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig24
1 files changed, 14 insertions, 10 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index a26653fe788c..c79b43cd6014 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1029,11 +1029,11 @@ config SERIAL_VR41XX_CONSOLE
1029 a console on a serial port, say Y. Otherwise, say N. 1029 a console on a serial port, say Y. Otherwise, say N.
1030 1030
1031config SERIAL_JSM 1031config SERIAL_JSM
1032 tristate "Digi International NEO PCI Support" 1032 tristate "Digi International NEO and Classic PCI Support"
1033 depends on PCI 1033 depends on PCI
1034 select SERIAL_CORE 1034 select SERIAL_CORE
1035 help 1035 help
1036 This is a driver for Digi International's Neo series 1036 This is a driver for Digi International's Neo and Classic series
1037 of cards which provide multiple serial ports. You would need 1037 of cards which provide multiple serial ports. You would need
1038 something like this to connect more than two modems to your Linux 1038 something like this to connect more than two modems to your Linux
1039 box, for instance in order to become a dial-in server. This driver 1039 box, for instance in order to become a dial-in server. This driver
@@ -1281,22 +1281,25 @@ config SERIAL_TIMBERDALE
1281 Add support for UART controller on timberdale. 1281 Add support for UART controller on timberdale.
1282 1282
1283config SERIAL_BCM63XX 1283config SERIAL_BCM63XX
1284 tristate "bcm63xx serial port support" 1284 tristate "Broadcom BCM63xx/BCM33xx UART support"
1285 select SERIAL_CORE 1285 select SERIAL_CORE
1286 depends on BCM63XX 1286 depends on MIPS || ARM || COMPILE_TEST
1287 help 1287 help
1288 If you have a bcm63xx CPU, you can enable its onboard 1288 This enables the driver for the onchip UART core found on
1289 serial port by enabling this options. 1289 the following chipsets:
1290 1290
1291 To compile this driver as a module, choose M here: the 1291 BCM33xx (cable modem)
1292 module will be called bcm963xx_uart. 1292 BCM63xx/BCM63xxx (DSL)
1293 BCM68xx (PON)
1294 BCM7xxx (STB) - DOCSIS console
1293 1295
1294config SERIAL_BCM63XX_CONSOLE 1296config SERIAL_BCM63XX_CONSOLE
1295 bool "Console on bcm63xx serial port" 1297 bool "Console on BCM63xx serial port"
1296 depends on SERIAL_BCM63XX=y 1298 depends on SERIAL_BCM63XX=y
1297 select SERIAL_CORE_CONSOLE 1299 select SERIAL_CORE_CONSOLE
1300 select SERIAL_EARLYCON
1298 help 1301 help
1299 If you have enabled the serial port on the bcm63xx CPU 1302 If you have enabled the serial port on the BCM63xx CPU
1300 you can make it the console by answering Y to this option. 1303 you can make it the console by answering Y to this option.
1301 1304
1302config SERIAL_GRLIB_GAISLER_APBUART 1305config SERIAL_GRLIB_GAISLER_APBUART
@@ -1408,6 +1411,7 @@ config SERIAL_MXS_AUART
1408 depends on ARCH_MXS 1411 depends on ARCH_MXS
1409 tristate "MXS AUART support" 1412 tristate "MXS AUART support"
1410 select SERIAL_CORE 1413 select SERIAL_CORE
1414 select SERIAL_MCTRL_GPIO if GPIOLIB
1411 help 1415 help
1412 This driver supports the MXS Application UART (AUART) port. 1416 This driver supports the MXS Application UART (AUART) port.
1413 1417