diff options
author | Vitaly Wool <vitalywool@gmail.com> | 2007-02-14 03:33:09 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-14 11:09:52 -0500 |
commit | de8211b96b8491911bcb222d153c0986cb522bd6 (patch) | |
tree | 76efb0b67ab9247211956bda28400fac30c98a94 /drivers/serial/Kconfig | |
parent | e6fa0ba304f0642b5e9454c20b07740b8bf2c416 (diff) |
[PATCH] PNX8550 UART driver
Add UART support for PNX8330/8550/8950 Philips MIPS-based SoCs.
Signed-off-by: Vitaly Wool <vitalywool@gmail.com>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index d0edbaacb1f7..e8dd71df9165 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig | |||
@@ -686,6 +686,22 @@ config SERIAL_SH_SCI_CONSOLE | |||
686 | depends on SERIAL_SH_SCI=y | 686 | depends on SERIAL_SH_SCI=y |
687 | select SERIAL_CORE_CONSOLE | 687 | select SERIAL_CORE_CONSOLE |
688 | 688 | ||
689 | config SERIAL_PNX8XXX | ||
690 | bool "Enable PNX8XXX SoCs' UART Support" | ||
691 | depends on MIPS && SOC_PNX8550 | ||
692 | select SERIAL_CORE | ||
693 | help | ||
694 | If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330 | ||
695 | and you want to use serial ports, say Y. Otherwise, say N. | ||
696 | |||
697 | config SERIAL_PNX8XXX_CONSOLE | ||
698 | bool "Enable PNX8XX0 serial console" | ||
699 | depends on SERIAL_PNX8XXX | ||
700 | select SERIAL_CORE_CONSOLE | ||
701 | help | ||
702 | If you have a MIPS-based Philips SoC such as PNX8550 or PNX8330 | ||
703 | and you want to use serial console, say Y. Otherwise, say N. | ||
704 | |||
689 | config SERIAL_CORE | 705 | config SERIAL_CORE |
690 | tristate | 706 | tristate |
691 | 707 | ||