From: Leblanc f. <fle...@us...> - 2002-03-22 10:22:46
|
Update of /cvsroot/linux-mips/linux/arch/mips/configs In directory usw-pr-cvs1:/tmp/cvs-serv6638/arch/mips/configs Modified Files: defconfig-casio-e15 Log Message: Casio E15 power on/off improvement & GPIO Documentation added. Index: defconfig-casio-e15 =================================================================== RCS file: /cvsroot/linux-mips/linux/arch/mips/configs/defconfig-casio-e15,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- defconfig-casio-e15 19 Mar 2002 14:22:21 -0000 1.2 +++ defconfig-casio-e15 22 Mar 2002 10:22:43 -0000 1.3 @@ -73,6 +73,7 @@ CONFIG_VR41XX_LED=y CONFIG_ADIF=y CONFIG_GPIO_LCD=y +CONFIG_VR41XX_EXTEND_HIBERNATE=y CONFIG_EISA=y # @@ -118,8 +119,12 @@ # CONFIG_BINFMT_AOUT is not set CONFIG_BINFMT_ELF=y CONFIG_BINFMT_MISC=y -# CONFIG_PM is not set -# CONFIG_PROC_GIUINFO is not set +CONFIG_PM=y +CONFIG_PM_SUSPEND_WAKEUP=y +CONFIG_PM_POWERED_SUSPEND=y +# CONFIG_PM_STANDBY is not set +CONFIG_PROC_GIUINFO=y +CONFIG_MOUNT_PROC=y # CONFIG_CPU_FREQ is not set CONFIG_NET=y CONFIG_HOTPLUG=y @@ -166,8 +171,10 @@ # CONFIG_BLK_DEV_DAC960 is not set CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_NBD=y -# CONFIG_BLK_DEV_RAM is not set -# CONFIG_BLK_DEV_INITRD is not set +CONFIG_BLK_DEV_RAM=y +CONFIG_BLK_DEV_RAM_SIZE=4096 +CONFIG_BLK_DEV_INITRD=y +CONFIG_EMBEDDED_RAMDISK=y # # Multi-device support (RAID and LVM) @@ -476,7 +483,7 @@ # CONFIG_JBD_DEBUG is not set CONFIG_FAT_FS=y CONFIG_MSDOS_FS=y -# CONFIG_UMSDOS_FS is not set +CONFIG_UMSDOS_FS=y CONFIG_VFAT_FS=y # CONFIG_EFS_FS is not set # CONFIG_JFFS_FS is not set @@ -671,7 +678,7 @@ # CONFIG_SOUND_MSNDPIN is not set # CONFIG_SOUND_VIA82CXXX is not set # CONFIG_MIDI_VIA82CXXX is not set -# CONFIG_SOUND_VR41XX is not set +CONFIG_SOUND_VR41XX=y # CONFIG_SOUND_OSS is not set # CONFIG_SOUND_TVMIXER is not set |