diff options
author | Robert Love <rlove@google.com> | 2009-06-22 13:43:11 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-06-22 14:32:25 -0400 |
commit | 04896a77a97b87e1611dedd61be88264ef4ac96c (patch) | |
tree | a4c615f0aa022363dbf3efe50a1bd9de91a65c04 /drivers/serial/Kconfig | |
parent | 2421c48bd74debb537de94c1bd15cbabab272aa1 (diff) |
msm_serial: serial driver for MSM7K onboard serial peripheral.
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>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 10 |
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 | ||
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 | config SERIAL_NETX | 1333 | config 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 |