diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index cab42cbd920d..7fa413ddccf5 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -338,6 +338,34 @@ config SERIAL_AMBA_PL011_CONSOLE | |||
338 | your boot loader (lilo or loadlin) about how to pass options to the | 338 | your boot loader (lilo or loadlin) about how to pass options to the |
339 | kernel at boot time.) | 339 | kernel at boot time.) |
340 | 340 | ||
341 | config SERIAL_SB1250_DUART | ||
342 | tristate "BCM1xxx on-chip DUART serial support" | ||
343 | depends on SIBYTE_SB1xxx_SOC=y | ||
344 | select SERIAL_CORE | ||
345 | default y | ||
346 | ---help--- | ||
347 | Support for the asynchronous serial interface (DUART) included in | ||
348 | the BCM1250 and derived System-On-a-Chip (SOC) devices. Note that | ||
349 | the letter D in DUART stands for "dual", which is how the device | ||
350 | is implemented. Depending on the SOC configuration there may be | ||
351 | one or more DUARTs available of which all are handled. | ||
352 | |||
353 | If unsure, say Y. To compile this driver as a module, choose M here: | ||
354 | the module will be called sb1250-duart. | ||
355 | |||
356 | config SERIAL_SB1250_DUART_CONSOLE | ||
357 | bool "Support for console on a BCM1xxx DUART serial port" | ||
358 | depends on SERIAL_SB1250_DUART=y | ||
359 | select SERIAL_CORE_CONSOLE | ||
360 | default y | ||
361 | ---help--- | ||
362 | If you say Y here, it will be possible to use a serial port as the | ||
363 | system console (the system console is the device which receives all | ||
364 | kernel messages and warnings and which allows logins in single user | ||
365 | mode). | ||
366 | |||
367 | If unsure, say Y. | ||
368 | |||
341 | config SERIAL_ATMEL | 369 | config SERIAL_ATMEL |
342 | bool "AT91 / AT32 on-chip serial port support" | 370 | bool "AT91 / AT32 on-chip serial port support" |
343 | depends on (ARM && ARCH_AT91) || AVR32 | 371 | depends on (ARM && ARCH_AT91) || AVR32 |