aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/serial/Kconfig')
-rw-r--r--drivers/serial/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 5cc6b91f8408..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
689config 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
697config 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
689config SERIAL_CORE 705config SERIAL_CORE
690 tristate 706 tristate
691 707
@@ -999,4 +1015,14 @@ config SERIAL_NETX_CONSOLE
999 If you have enabled the serial port on the Motorola IMX 1015 If you have enabled the serial port on the Motorola IMX
1000 CPU you can make it the console by answering Y to this option. 1016 CPU you can make it the console by answering Y to this option.
1001 1017
1018config SERIAL_OF_PLATFORM
1019 tristate "Serial port on Open Firmware platform bus"
1020 depends on PPC_OF
1021 depends on SERIAL_8250
1022 help
1023 If you have a PowerPC based system that has serial ports
1024 on a platform specific bus, you should enable this option.
1025 Currently, only 8250 compatible ports are supported, but
1026 others can easily be added.
1027
1002endmenu 1028endmenu