From: Leblanc f. <fle...@us...> - 2002-03-22 10:22:46
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv6638/arch/mips Modified Files: Makefile config.in Log Message: Casio E15 power on/off improvement & GPIO Documentation added. Index: Makefile =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/Makefile,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- Makefile 19 Mar 2002 14:22:21 -0000 1.42 +++ Makefile 22 Mar 2002 10:22:43 -0000 1.43 @@ -478,7 +478,7 @@ LIBS += arch/mips/vr41xx/common/vr41xx.o \ arch/mips/vr41xx/vr4111/common/vr4111.o \ arch/mips/vr41xx/vr4111/casio-e15/casio-e15.o -LOADADDR += 0x80001000 +LOADADDR += 0x80008000 endif ifdef CONFIG_TOSHIBA_JMR3927 Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.90 retrieving revision 1.91 diff -u -d -r1.90 -r1.91 --- config.in 19 Mar 2002 14:22:21 -0000 1.90 +++ config.in 22 Mar 2002 10:22:43 -0000 1.91 @@ -479,6 +479,7 @@ define_bool CONFIG_VR41XX_LED y define_bool CONFIG_ADIF y define_bool CONFIG_GPIO_LCD y + define_bool CONFIG_VR41XX_EXTEND_HIBERNATE y fi if [ "$CONFIG_HP_LASERJET" = "y" ]; then @@ -660,6 +661,7 @@ fi if [ "$CONFIG_PROC_FS" = "y" ]; then bool 'GPIO Diagnostic information on /proc/giuinfo' CONFIG_PROC_GIUINFO + bool 'Auto mount proc on /proc' CONFIG_MOUNT_PROC fi fi dep_bool 'Support CPU clock change (EXPERIMENTAL)' CONFIG_CPU_FREQ $CONFIG_EXPERIMENTAL |