diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-12 14:11:44 -0400 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-03 14:50:40 -0400 |
commit | b5c6c1a72afcc416c11ad932589054dcd3125782 (patch) | |
tree | 4ea65027e6cb9fd4951c5091b49252c3d4d75b2b /drivers/tty/serial/Kconfig | |
parent | 6ec006ede5e0526c20cd7ed5e20df637ea592b1f (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/Kconfig | 9 |
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 | ||
1439 | config 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 | |||
1439 | config SERIAL_ARC | 1448 | config SERIAL_ARC |
1440 | tristate "ARC UART driver support" | 1449 | tristate "ARC UART driver support" |
1441 | select SERIAL_CORE | 1450 | select SERIAL_CORE |