aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorVineet Gupta <vgupta@synopsys.com>2012-10-27 03:17:12 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-30 17:06:52 -0400
commit2ac4ad2a1468123f6bb439a547880a9c0d302e0a (patch)
treeb93559c1690254e286bdb9c4a2d6af051c89037e /drivers/tty/serial/Kconfig
parent373bac4cf4c3198cc6d6b9aec7c5d576a06f1f1c (diff)
serial/arc-uart: Add new driver
Driver for non-standard on-chip UART, instantiated in the ARC (Synopsys) FPGA Boards such as ARCAngel4/ML50x Signed-off-by: Vineet Gupta <vgupta@synopsys.com> Reviewed-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig23
1 files changed, 23 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 2a53be5f010d..b1768012ed21 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1423,4 +1423,27 @@ config SERIAL_EFM32_UART_CONSOLE
1423 depends on SERIAL_EFM32_UART=y 1423 depends on SERIAL_EFM32_UART=y
1424 select SERIAL_CORE_CONSOLE 1424 select SERIAL_CORE_CONSOLE
1425 1425
1426config SERIAL_ARC
1427 tristate "ARC UART driver support"
1428 select SERIAL_CORE
1429 help
1430 Driver for on-chip UART for ARC(Synopsys) for the legacy
1431 FPGA Boards (ML50x/ARCAngel4)
1432
1433config SERIAL_ARC_CONSOLE
1434 bool "Console on ARC UART"
1435 depends on SERIAL_ARC=y
1436 select SERIAL_CORE_CONSOLE
1437 help
1438 Enable system Console on ARC UART
1439
1440config SERIAL_ARC_NR_PORTS
1441 int "Number of ARC UART ports"
1442 depends on SERIAL_ARC
1443 range 1 3
1444 default "1"
1445 help
1446 Set this to the number of serial ports you want the driver
1447 to support.
1448
1426endmenu 1449endmenu