aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 0b71e7d18903..e936c91640b4 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -511,6 +511,25 @@ config SERIAL_IMX_CONSOLE
511 your boot loader (lilo or loadlin) about how to pass options to the 511 your boot loader (lilo or loadlin) about how to pass options to the
512 kernel at boot time.) 512 kernel at boot time.)
513 513
514config SERIAL_UARTLITE
515 tristate "Xilinx uartlite serial port support"
516 depends on PPC32
517 select SERIAL_CORE
518 help
519 Say Y here if you want to use the Xilinx uartlite serial controller.
520
521 To compile this driver as a module, choose M here: the
522 module will be called uartlite.ko.
523
524config SERIAL_UARTLITE_CONSOLE
525 bool "Support for console on Xilinx uartlite serial port"
526 depends on SERIAL_UARTLITE=y
527 select SERIAL_CORE_CONSOLE
528 help
529 Say Y here if you wish to use a Xilinx uartlite as the system
530 console (the system console is the device which receives all kernel
531 messages and warnings and which allows logins in single user mode).
532
514config SERIAL_SUNCORE 533config SERIAL_SUNCORE
515 bool 534 bool
516 depends on SPARC 535 depends on SPARC