diff options
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index e52257257279..50943ff78f4b 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -1477,4 +1477,17 @@ config SERIAL_BCM63XX_CONSOLE | |||
1477 | If you have enabled the serial port on the bcm63xx CPU | 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. | 1478 | you can make it the console by answering Y to this option. |
1479 | 1479 | ||
1480 | config SERIAL_GRLIB_GAISLER_APBUART | ||
1481 | tristate "GRLIB APBUART serial support" | ||
1482 | depends on OF | ||
1483 | ---help--- | ||
1484 | Add support for the GRLIB APBUART serial port. | ||
1485 | |||
1486 | config SERIAL_GRLIB_GAISLER_APBUART_CONSOLE | ||
1487 | bool "Console on GRLIB APBUART serial port" | ||
1488 | depends on SERIAL_GRLIB_GAISLER_APBUART=y | ||
1489 | select SERIAL_CORE_CONSOLE | ||
1490 | help | ||
1491 | Support for running a console on the GRLIB APBUART | ||
1492 | |||
1480 | endmenu | 1493 | endmenu |