serial: Add tegra_hsuart driver

Change-Id: Ic2d0a43ac3597c8a270758af6ea3090acdd0fe7f
Signed-off-by: Colin Cross <ccross@android.com>
This commit is contained in:
Colin Cross
2010-04-05 13:30:14 -07:00
parent 1e1278227f
commit 3fafe51166
3 changed files with 1191 additions and 0 deletions

View File

@@ -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"

View File

@@ -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

File diff suppressed because it is too large Load Diff