From: Paul M. <le...@us...> - 2001-10-28 08:19:10
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv8980 Modified Files: config.in Log Message: Add the PS2 time code, after rewriting it for the new format and cleaning up unused/generic garbage. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- config.in 2001/10/26 22:30:51 1.40 +++ config.in 2001/10/28 09:19:07 1.41 @@ -255,6 +255,7 @@ if [ "$CONFIG_PS2" = "y" ]; then define_bool CONFIG_PC_KEYB y define_bool CONFIG_BOARD_SCACHE y + define_bool CONFIG_NEW_TIME_C y fi if [ "$CONFIG_CASIO_BE300" = "y" ]; then define_bool CONFIG_CPU_VR41XX y |