|
From: Andy P. <at...@us...> - 2002-04-25 09:43:52
|
Update of /cvsroot/linux-vax/kernel-2.5/arch/vax In directory usw-pr-cvs1:/tmp/cvs-serv2801/arch/vax Modified Files: config.in Log Message: RTC clock driver for vaxstations, 2.5 branch. Index: config.in =================================================================== RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/config.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -r1.1.1.1 -r1.2 --- config.in 24 Apr 2002 08:52:47 -0000 1.1.1.1 +++ config.in 25 Apr 2002 09:43:47 -0000 1.2 @@ -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 |