mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
serial: Add tegra_hsuart driver
Change-Id: Ic2d0a43ac3597c8a270758af6ea3090acdd0fe7f Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
@@ -542,6 +542,14 @@ config SERIAL_S5PV210
|
||||
help
|
||||
Serial port support for Samsung's S5P Family of SoC's
|
||||
|
||||
config SERIAL_TEGRA
|
||||
boolean "High speed serial support for NVIDIA Tegra SoCs"
|
||||
depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA
|
||||
select SERIAL_CORE
|
||||
help
|
||||
Support for the on-chip UARTs on NVIDIA Tegra SoC, providing
|
||||
/dev/ttyHSx, where x is determined by the number of UARTs on the
|
||||
platform
|
||||
|
||||
config SERIAL_MAX3100
|
||||
tristate "MAX3100 support"
|
||||
|
||||
@@ -45,6 +45,7 @@ obj-$(CONFIG_SERIAL_S3C2440) += s3c2440.o
|
||||
obj-$(CONFIG_SERIAL_S3C24A0) += s3c24a0.o
|
||||
obj-$(CONFIG_SERIAL_S3C6400) += s3c6400.o
|
||||
obj-$(CONFIG_SERIAL_S5PV210) += s5pv210.o
|
||||
obj-$(CONFIG_SERIAL_TEGRA) += tegra_hsuart.o
|
||||
obj-$(CONFIG_SERIAL_MAX3100) += max3100.o
|
||||
obj-$(CONFIG_SERIAL_MAX3107) += max3107.o
|
||||
obj-$(CONFIG_SERIAL_MAX3107_AAVA) += max3107-aava.o
|
||||
|
||||
1182
drivers/serial/tegra_hsuart.c
Normal file
1182
drivers/serial/tegra_hsuart.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user