Skip to content

Commit 04896a7

Browse files
Robert Lovetorvalds
authored andcommitted
msm_serial: serial driver for MSM7K onboard serial peripheral.
Signed-off-by: Brian Swetland <[email protected]> Signed-off-by: Alan Cox <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 2421c48 commit 04896a7

File tree

5 files changed

+898
-0
lines changed

5 files changed

+898
-0
lines changed

drivers/serial/Kconfig

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,16 @@ config SERIAL_SGI_IOC3
13201320
If you have an SGI Altix with an IOC3 serial card,
13211321
say Y or M. Otherwise, say N.
13221322

1323+
config SERIAL_MSM
1324+
bool "MSM on-chip serial port support"
1325+
depends on ARM && ARCH_MSM
1326+
select SERIAL_CORE
1327+
1328+
config SERIAL_MSM_CONSOLE
1329+
bool "MSM serial console support"
1330+
depends on SERIAL_MSM=y
1331+
select SERIAL_CORE_CONSOLE
1332+
13231333
config SERIAL_NETX
13241334
tristate "NetX serial port support"
13251335
depends on ARM && ARCH_NETX

drivers/serial/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ obj-$(CONFIG_SERIAL_SGI_IOC4) += ioc4_serial.o
7171
obj-$(CONFIG_SERIAL_SGI_IOC3) += ioc3_serial.o
7272
obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o
7373
obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
74+
obj-$(CONFIG_SERIAL_MSM) += msm_serial.o
7475
obj-$(CONFIG_SERIAL_NETX) += netx-serial.o
7576
obj-$(CONFIG_SERIAL_OF_PLATFORM) += of_serial.o
7677
obj-$(CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL) += nwpserial.o

0 commit comments

Comments
 (0)