CVSROOT: /home/cvs
Module name: linux
Changes by: ppopov@ftp.linux-mips.org 05/08/10 19:01:50
Modified files:
drivers/serial : Kconfig
Log message:
Un-commented the IP3106 uart options. No updates to defconfigs are
required other than pnx8550.
diff -urN linux/drivers/serial/Kconfig linux/drivers/serial/Kconfig
--- linux/drivers/serial/Kconfig 2005/08/05 14:58:30 1.48
+++ linux/drivers/serial/Kconfig 2005/08/10 18:01:50 1.49
@@ -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"
|