aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorChris Metcalf <cmetcalf@tilera.com>2013-08-12 14:11:44 -0400
committerChris Metcalf <cmetcalf@tilera.com>2013-09-03 14:50:40 -0400
commitb5c6c1a72afcc416c11ad932589054dcd3125782 (patch)
tree4ea65027e6cb9fd4951c5091b49252c3d4d75b2b /drivers/tty/serial/Kconfig
parent6ec006ede5e0526c20cd7ed5e20df637ea592b1f (diff)
tilegx: Add tty serial support for TILE-Gx on-chip UART
Signed-off-by: Chris Metcalf <cmetcalf@tilera.com> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 5e3d68917ffe..fdcaaefcdf8c 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1436,6 +1436,15 @@ config SERIAL_EFM32_UART_CONSOLE
1436 depends on SERIAL_EFM32_UART=y 1436 depends on SERIAL_EFM32_UART=y
1437 select SERIAL_CORE_CONSOLE 1437 select SERIAL_CORE_CONSOLE
1438 1438
1439config SERIAL_TILEGX
1440 tristate "TILE-Gx on-chip serial port support"
1441 depends on TILEGX
1442 select TILE_GXIO_UART
1443 select SERIAL_CORE
1444 ---help---
1445 This device provides access to the on-chip UARTs on the TILE-Gx
1446 processor.
1447
1439config SERIAL_ARC 1448config SERIAL_ARC
1440 tristate "ARC UART driver support" 1449 tristate "ARC UART driver support"
1441 select SERIAL_CORE 1450 select SERIAL_CORE