Update of /cvsroot/linux-mips/linux/arch/mips
In directory usw-pr-cvs1:/tmp/cvs-serv7534
Modified Files:
config.in
Log Message:
The new RTC code is not ready yet.
Index: config.in
===================================================================
RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- config.in 2001/10/26 16:50:01 1.38
+++ config.in 2001/10/26 17:42:26 1.39
@@ -246,7 +246,7 @@
define_bool CONFIG_COBALT_LCD y
define_bool CONFIG_PCI y
define_bool CONFIG_NEW_PCI y
- define_bool CONFIG_NEW_TIME_C y
+ define_bool CONFIG_OLD_TIME_C y
fi
if [ "$CONFIG_NINO" = "y" ]; then
define_bool CONFIG_PC_KEYB y
|