diff options
author | Maxime Bizon <mbizon@freebox.fr> | 2009-09-18 07:04:58 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-09-30 15:46:59 -0400 |
commit | 9fcd66e572b94974365a9119b073e0a43d496eb7 (patch) | |
tree | 9fa9e3212ecfad9e44a84730a0dfc2c54e1d0fb6 /drivers/serial/Kconfig | |
parent | 8813d33ee03eee04eb2a8130658d591767d9f4fe (diff) |
MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.
Signed-off-by: Maxime Bizon <mbizon@freebox.fr>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
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 |