From: <he...@us...> - 2005-03-13 21:52:19
|
Update of /cvsroot/gc-linux/linux/arch/ppc/configs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5073/arch/ppc/configs Modified Files: gamecube_defconfig Log Message: Disabled building the reset driver as a module, as currently can't be. Modified the RTC driver to work with the new exi framework. Index: gamecube_defconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/configs/gamecube_defconfig,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- gamecube_defconfig 3 Mar 2005 21:12:49 -0000 1.26 +++ gamecube_defconfig 13 Mar 2005 21:51:37 -0000 1.27 @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.11 -# Thu Mar 3 15:49:42 2005 +# Sun Mar 13 22:29:43 2005 # CONFIG_MMU=y CONFIG_GENERIC_HARDIRQS=y @@ -107,6 +107,7 @@ # CONFIG_ADS8272 is not set # CONFIG_PQ2FADS is not set # CONFIG_LITE5200 is not set +CONFIG_GAMECUBE_RTC=y # CONFIG_GAMECUBE_CONSOLE is not set CONFIG_GAMECUBE_RESET=y CONFIG_GAMECUBE_DVDCOVER=y @@ -180,8 +181,6 @@ # # CONFIG_BLK_DEV_FD is not set # CONFIG_GAMECUBE_ARAM is not set -# CONFIG_GAMECUBE_MEMCARD is not set -# CONFIG_GAMECUBE_SD is not set # CONFIG_BLK_DEV_COW_COMMON is not set CONFIG_BLK_DEV_LOOP=y # CONFIG_BLK_DEV_CRYPTOLOOP is not set |