diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-30 16:46:56 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-30 16:46:56 -0400 |
commit | e399835c349b7d8339775a004a86a492a444e230 (patch) | |
tree | 6e07f8d53e58a6442bf850097179d0202db4766c /drivers/serial/Kconfig | |
parent | 9abf47f11b38f5ecf411b9a44437cad5016631ad (diff) | |
parent | da3a7a2b9f9776f2d44ed9a4b40eabeb17c6e886 (diff) |
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus:
MIPS: Avoid spurious make includecheck message
MIPS: VPE: Get rid of BKL.
MIPS: VPE: Fix build after the credential changes a while ago.
MIPS: Excite: Get rid of BKL.
MIPS: Sibyte: Get rid of BKL.
MIPS: BCM63xx: Add PCMCIA & Cardbus support.
MIPS: MSP71xx: request_irq() failure ignored in msp_pcibios_config_access()
MIPS: Decrease size of au1xxx_dbdma_pm_regs[][]
MIPS: SMP: Inline arch_send_call_function_{single_ipi,ipi_mask}
MIPS: SMP: Fix build.
MIPS: MIPSxx SC: Avoid destructive invalidation on partial L2 cachelines.
MIPS: Sibyte: Fix compilation error.
MIPS: BCM1480: Re-apply patch lost due to bad resolution of merge conflict.
MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.
MIPS: Loongson2: Fix typo "enalbe" -> "enable"
MIPS: SMTC: Remove duplicate structure field initialization
MIPS: Remove duplicated #include
MIPS: BCM63xx: Remove duplicated #include
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 03422ce878cf..e70712044a7e 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1458,4 +1458,23 @@ config SERIAL_TIMBERDALE | |||
1458 | ---help--- | 1458 | ---help--- |
1459 | Add support for UART controller on timberdale. | 1459 | Add support for UART controller on timberdale. |
1460 | 1460 | ||
1461 | config SERIAL_BCM63XX | ||
1462 | tristate "bcm63xx serial port support" | ||
1463 | select SERIAL_CORE | ||
1464 | depends on BCM63XX | ||
1465 | help | ||
1466 | If you have a bcm63xx CPU, you can enable its onboard | ||
1467 | serial port by enabling this options. | ||
1468 | |||
1469 | To compile this driver as a module, choose M here: the | ||
1470 | module will be called bcm963xx_uart. | ||
1471 | |||
1472 | config SERIAL_BCM63XX_CONSOLE | ||
1473 | bool "Console on bcm63xx serial port" | ||
1474 | depends on SERIAL_BCM63XX=y | ||
1475 | select SERIAL_CORE_CONSOLE | ||
1476 | help | ||
1477 | If you have enabled the serial port on the bcm63xx CPU | ||
1478 | you can make it the console by answering Y to this option. | ||
1479 | |||
1461 | endmenu | 1480 | endmenu |