From: Leblanc f. <fle...@us...> - 2002-03-07 09:15:19
|
Update of /cvsroot/linux-mips/linux/arch/mips In directory usw-pr-cvs1:/tmp/cvs-serv3157/arch/mips Modified Files: config.in Log Message: Adds more VR stuff for Cassiopeia E15 Support. Index: config.in =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/config.in,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- config.in 7 Mar 2002 03:16:52 -0000 1.86 +++ config.in 7 Mar 2002 09:15:15 -0000 1.87 @@ -467,7 +467,14 @@ define_bool CONFIG_ISA y define_bool CONFIG_NONCOHERENT_IO y define_bool CONFIG_DUMMY_KEYB y - define_bool CONFIG_FB_SIMPLE y + define_bool CONFIG_TOUCH_PANEL y + define_bool CONFIG_BUTTONS y + define_bool CONFIG_VR41XX_GPIO_BUTTONS y + define_bool CONFIG_VR41XX_E105_BUTTONS y + define_bool CONFIG_BUTTONS_DIRECT_POWEROFF n + define_bool CONFIG_VR41XX_LED y + define_bool CONFIG_ADIF y + define_bool CONFIG_GPIO_LCD y fi if [ "$CONFIG_HP_LASERJET" = "y" ]; then @@ -639,6 +646,17 @@ tristate 'Kernel support for MISC binaries' CONFIG_BINFMT_MISC if [ "$CONFIG_MIPS_AU1000" = "y" ]; then dep_bool 'Power Management support (experimental)' CONFIG_PM $CONFIG_EXPERIMENTAL +fi +if [ "$CONFIG_CASIO_E15" = "y" ]; then + bool 'Power Management support (experimental)' CONFIG_PM + if [ "$CONFIG_PM" = "y" ]; then + bool ' Support suspend/wakeup (VR41xx hibernate)' CONFIG_PM_SUSPEND_WAKEUP + bool ' Support non-volatile suspend (VR41xx suspend)' CONFIG_PM_POWERED_SUSPEND + bool ' Support standby (VR41xx standby)' CONFIG_PM_STANDBY + fi + if [ "$CONFIG_PROC_FS" = "y" ]; then + bool 'GPIO Diagnostic information on /proc/giuinfo' CONFIG_PROC_GIUINFO + fi fi dep_bool 'Support CPU clock change (EXPERIMENTAL)' CONFIG_CPU_FREQ $CONFIG_EXPERIMENTAL |