diff options
author | Chris Metcalf <cmetcalf@tilera.com> | 2013-08-12 20:11:44 +0200 |
---|---|---|
committer | Chris Metcalf <cmetcalf@tilera.com> | 2013-09-03 20:50:40 +0200 |
commit | b5c6c1a72afcc416c11ad932589054dcd3125782 (patch) | |
tree | 4ea65027e6cb9fd4951c5091b49252c3d4d75b2b /drivers/tty/serial/Kconfig | |
parent | tilegx: provide kernel support for the tilegx UART shim (diff) | |
download | linux-b5c6c1a72afcc416c11ad932589054dcd3125782.tar.xz linux-b5c6c1a72afcc416c11ad932589054dcd3125782.zip |
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 depends on SERIAL_EFM32_UART=y select SERIAL_CORE_CONSOLE +config SERIAL_TILEGX + tristate "TILE-Gx on-chip serial port support" + depends on TILEGX + select TILE_GXIO_UART + select SERIAL_CORE + ---help--- + This device provides access to the on-chip UARTs on the TILE-Gx + processor. + config SERIAL_ARC tristate "ARC UART driver support" select SERIAL_CORE |