File tree Expand file tree Collapse file tree 5 files changed +898
-0
lines changed Expand file tree Collapse file tree 5 files changed +898
-0
lines changed Original file line number Diff line number Diff line change @@ -1320,6 +1320,16 @@ config SERIAL_SGI_IOC3
1320
1320
If you have an SGI Altix with an IOC3 serial card,
1321
1321
say Y or M. Otherwise, say N.
1322
1322
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
+
1323
1333
config SERIAL_NETX
1324
1334
tristate "NetX serial port support"
1325
1335
depends on ARM && ARCH_NETX
Original file line number Diff line number Diff line change @@ -71,6 +71,7 @@ obj-$(CONFIG_SERIAL_SGI_IOC4) += ioc4_serial.o
71
71
obj-$(CONFIG_SERIAL_SGI_IOC3) += ioc3_serial.o
72
72
obj-$(CONFIG_SERIAL_ATMEL) += atmel_serial.o
73
73
obj-$(CONFIG_SERIAL_UARTLITE) += uartlite.o
74
+ obj-$(CONFIG_SERIAL_MSM) += msm_serial.o
74
75
obj-$(CONFIG_SERIAL_NETX) += netx-serial.o
75
76
obj-$(CONFIG_SERIAL_OF_PLATFORM) += of_serial.o
76
77
obj-$(CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL) += nwpserial.o
You can’t perform that action at this time.
0 commit comments