diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 0b71e7d18903..fc12d5df10e2 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -210,6 +210,17 @@ config SERIAL_8250_BOCA | |||
210 | To compile this driver as a module, choose M here: the module | 210 | To compile this driver as a module, choose M here: the module |
211 | will be called 8250_boca. | 211 | will be called 8250_boca. |
212 | 212 | ||
213 | config SERIAL_8250_EXAR_ST16C554 | ||
214 | tristate "Support Exar ST16C554/554D Quad UART" | ||
215 | depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS | ||
216 | help | ||
217 | The Uplogix Envoy TU301 uses this Exar Quad UART. If you are | ||
218 | tinkering with your Envoy TU301, or have a machine with this UART, | ||
219 | say Y here. | ||
220 | |||
221 | To compile this driver as a module, choose M here: the module | ||
222 | will be called 8250_exar_st16c554. | ||
223 | |||
213 | config SERIAL_8250_HUB6 | 224 | config SERIAL_8250_HUB6 |
214 | tristate "Support Hub6 cards" | 225 | tristate "Support Hub6 cards" |
215 | depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS | 226 | depends on SERIAL_8250 != n && ISA && SERIAL_8250_MANY_PORTS |
@@ -511,6 +522,25 @@ config SERIAL_IMX_CONSOLE | |||
511 | your boot loader (lilo or loadlin) about how to pass options to the | 522 | your boot loader (lilo or loadlin) about how to pass options to the |
512 | kernel at boot time.) | 523 | kernel at boot time.) |
513 | 524 | ||
525 | config SERIAL_UARTLITE | ||
526 | tristate "Xilinx uartlite serial port support" | ||
527 | depends on PPC32 | ||
528 | select SERIAL_CORE | ||
529 | help | ||
530 | Say Y here if you want to use the Xilinx uartlite serial controller. | ||
531 | |||
532 | To compile this driver as a module, choose M here: the | ||
533 | module will be called uartlite.ko. | ||
534 | |||
535 | config SERIAL_UARTLITE_CONSOLE | ||
536 | bool "Support for console on Xilinx uartlite serial port" | ||
537 | depends on SERIAL_UARTLITE=y | ||
538 | select SERIAL_CORE_CONSOLE | ||
539 | help | ||
540 | Say Y here if you wish to use a Xilinx uartlite as the system | ||
541 | console (the system console is the device which receives all kernel | ||
542 | messages and warnings and which allows logins in single user mode). | ||
543 | |||
514 | config SERIAL_SUNCORE | 544 | config SERIAL_SUNCORE |
515 | bool | 545 | bool |
516 | depends on SPARC | 546 | depends on SPARC |