CVSROOT: /home/cvs
Module name: linux
Changes by: ralf@ftp.linux-mips.org 05/08/05 15:58:30
Modified files:
drivers/serial : Kconfig
Log message:
Just a reminder, Pete :)
diff -urN linux/drivers/serial/Kconfig linux/drivers/serial/Kconfig
--- linux/drivers/serial/Kconfig 2005/08/05 01:14:41 1.47
+++ linux/drivers/serial/Kconfig 2005/08/05 14:58:30 1.48
@@ -608,14 +608,14 @@
If you have an Alchemy AU1X00 processor (MIPS based) and you want
to use a console on a serial port, say Y. Otherwise, say N.
-config SERIAL_IP3106
- bool "Enable IP3106 UART Support (Philips PNX 8xx0 SoCs)"
- depends on MIPS && (SOC_PNX8550 || SOC_PNX8330)
- select SERIAL_CORE
- help
- If you have a Philips SoC with an IP 3106 UART in it, such as
- the PNX8550 or PNX8330 (MIPS based) and you want to use
- serial ports, say Y. Otherwise, say N.
+#config SERIAL_IP3106
+# bool "Enable IP3106 UART Support (Philips PNX 8xx0 SoCs)"
+# depends on MIPS && (SOC_PNX8550 || SOC_PNX8330)
+# select SERIAL_CORE
+# help
+# If you have a Philips SoC with an IP 3106 UART in it, such as
+# the PNX8550 or PNX8330 (MIPS based) and you want to use
+# serial ports, say Y. Otherwise, say N.
config SERIAL_IP3106_CONSOLE
bool "Enable PNX8XX0 serial console"
|