Skip to content

Commit

Permalink
msm_serial: serial driver for MSM7K onboard serial peripheral.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Swetland <swetland@google.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Robert Love authored and torvalds committed Jun 22, 2009
1 parent 2421c48 commit 04896a7
Show file tree
Hide file tree
Showing 5 changed files with 898 additions and 0 deletions.
10 changes: 10 additions & 0 deletions drivers/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1320,6 +1320,16 @@ config SERIAL_SGI_IOC3
If you have an SGI Altix with an IOC3 serial card,
say Y or M. Otherwise, say N.

config SERIAL_MSM
bool "MSM on-chip serial port support"
depends on ARM && ARCH_MSM
select SERIAL_CORE

config SERIAL_MSM_CONSOLE
bool "MSM serial console support"
depends on SERIAL_MSM=y
select SERIAL_CORE_CONSOLE

config SERIAL_NETX
tristate "NetX serial port support"
depends on ARM && ARCH_NETX
Expand Down
1 change: 1 addition & 0 deletions drivers/serial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ obj-$(CONFIG_SERIAL_SGI_IOC4) += ioc4_serial.o
obj-$(CONFIG_SERIAL_SGI_IOC3) += ioc3_serial.o
obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o
obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
obj-$(CONFIG_SERIAL_MSM) += msm_serial.o
obj-$(CONFIG_SERIAL_NETX) += netx-serial.o
obj-$(CONFIG_SERIAL_OF_PLATFORM) += of_serial.o
obj-$(CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL) += nwpserial.o
Expand Down
Loading

0 comments on commit 04896a7

Please sign in to comment.