aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 1132c5cae7ab..037c1e0b7c4c 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -1320,6 +1320,16 @@ config SERIAL_SGI_IOC3
1320 If you have an SGI Altix with an IOC3 serial card, 1320 If you have an SGI Altix with an IOC3 serial card,
1321 say Y or M. Otherwise, say N. 1321 say Y or M. Otherwise, say N.
1322 1322
1323config SERIAL_MSM
1324 bool "MSM on-chip serial port support"
1325 depends on ARM && ARCH_MSM
1326 select SERIAL_CORE
1327
1328config SERIAL_MSM_CONSOLE
1329 bool "MSM serial console support"
1330 depends on SERIAL_MSM=y
1331 select SERIAL_CORE_CONSOLE
1332
1323config SERIAL_NETX 1333config SERIAL_NETX
1324 tristate "NetX serial port support" 1334 tristate "NetX serial port support"
1325 depends on ARM && ARCH_NETX 1335 depends on ARM && ARCH_NETX