aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorLaxman Dewangan <ldewangan@nvidia.com>2013-01-08 05:57:44 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-01-16 01:15:17 -0500
commite9ea096dd2259454e0d09d0b0445fe8f0117add4 (patch)
tree7feeb18200f00e0a9c7f6deba1aa04a801914d61 /drivers/tty/serial/Kconfig
parent42d34191545be343909417dd05db799686f2e48e (diff)
serial: tegra: add serial driver
NVIDIA's Tegra has multiple UART controller which supports: - APB DMA based controller fifo read/write. - End Of Data interrupt in incoming data to know whether end of frame achieve or not. - HW controlled RTS and CTS flow control to reduce SW overhead. Add serial driver to use all above feature. Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Acked-by: Alan Cox <alan@linux.intel.com> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 59c23d038106..aff3cd356662 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -269,6 +269,17 @@ config SERIAL_SIRFSOC_CONSOLE
269 your boot loader about how to pass options to the kernel at 269 your boot loader about how to pass options to the kernel at
270 boot time.) 270 boot time.)
271 271
272config SERIAL_TEGRA
273 tristate "NVIDIA Tegra20/30 SoC serial controller"
274 depends on ARCH_TEGRA && TEGRA20_APB_DMA
275 select SERIAL_CORE
276 help
277 Support for the on-chip UARTs on the NVIDIA Tegra series SOCs
278 providing /dev/ttyHS0, 1, 2, 3 and 4 (note, some machines may not
279 provide all of these ports, depending on how the serial port
280 are enabled). This driver uses the APB DMA to achieve higher baudrate
281 and better performance.
282
272config SERIAL_MAX3100 283config SERIAL_MAX3100
273 tristate "MAX3100 support" 284 tristate "MAX3100 support"
274 depends on SPI 285 depends on SPI