Update of /cvsroot/linux-vax/kernel-2.4/arch/vax
In directory usw-pr-cvs1:/tmp/cvs-serv20812/arch/vax
Modified Files:
config.in defconfig
Log Message:
Real time clock driver for vaxstations with dallas chip
Index: config.in
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/config.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- config.in 9 Apr 2002 13:50:55 -0000 1.11
+++ config.in 25 Apr 2002 08:46:20 -0000 1.12
@@ -170,6 +170,8 @@
fi
#bool 'Keyboard Support' CONFIG_KEYBOARD
#bool 'Mouse Support' CONFIG_MOUSE
+tristate 'Enhanced Real Time Clock Support' CONFIG_RTC
+
endmenu
mainmenu_option next_comment
Index: defconfig
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/arch/vax/defconfig,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- defconfig 9 Apr 2002 13:50:55 -0000 1.9
+++ defconfig 25 Apr 2002 08:46:20 -0000 1.10
@@ -304,6 +304,7 @@
CONFIG_SERIAL_CONSOLE=y
CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256
+CONFIG_RTC=y
#
# Kernel hacking
|