diff options
author | Christian Pellegrin <chripell@gmail.com> | 2009-04-07 11:48:51 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-04-07 11:44:05 -0400 |
commit | 1dcb884ca8048efb4ce2999d367c26369ab2227c (patch) | |
tree | 25f5a398e78dfbe3bfaf800133e54d92026b274e /drivers/serial/Kconfig | |
parent | 05b363020decda179b51350bb9199a0c2ce3ef42 (diff) |
Add support for the MAX3100 SPI UART.
(akpm: queued pending confirmation of the new major number)
[randy.dunlap@oracle.com: select SERIAL_CORE]
Signed-off-by: Christian Pellegrin <chripell@fsfe.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Alan Cox <alan@lxorguk.ukuu.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 07c03b9eb126..d89972beb12c 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -533,6 +533,13 @@ config SERIAL_S3C6400 | |||
533 | Serial port support for the Samsung S3C6400 and S3C6410 | 533 | Serial port support for the Samsung S3C6400 and S3C6410 |
534 | SoCs | 534 | SoCs |
535 | 535 | ||
536 | config SERIAL_MAX3100 | ||
537 | tristate "MAX3100 support" | ||
538 | depends on SPI | ||
539 | select SERIAL_CORE | ||
540 | help | ||
541 | MAX3100 chip support | ||
542 | |||
536 | config SERIAL_DZ | 543 | config SERIAL_DZ |
537 | bool "DECstation DZ serial driver" | 544 | bool "DECstation DZ serial driver" |
538 | depends on MACH_DECSTATION && 32BIT | 545 | depends on MACH_DECSTATION && 32BIT |