Update of /cvsroot/gc-linux/linux/arch/ppc/configs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25896/arch/ppc/configs
Modified Files:
gamecube_defconfig
Log Message:
- Rename CONFIG_EXI to CONFIG_GAMECUBE_EXI
- Add drivers/exi/Kconfig
- Relocate CONFIG_GAMECUBE_RTC to drivers/exi/Kconfig
- Update default config accordingly
Index: gamecube_defconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/arch/ppc/configs/gamecube_defconfig,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- gamecube_defconfig 6 Jul 2005 15:29:55 -0000 1.30
+++ gamecube_defconfig 6 Jul 2005 18:28:01 -0000 1.31
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.12
-# Wed Jul 6 11:04:28 2005
+# Wed Jul 6 14:13:35 2005
#
CONFIG_MMU=y
CONFIG_GENERIC_HARDIRQS=y
@@ -116,7 +116,6 @@
# CONFIG_PQ2FADS is not set
# CONFIG_LITE5200 is not set
# CONFIG_MPC834x_SYS is not set
-CONFIG_GAMECUBE_RTC=y
# CONFIG_GAMECUBE_CONSOLE is not set
CONFIG_GAMECUBE_RESET=y
# CONFIG_SMP is not set
@@ -133,7 +132,6 @@
#
CONFIG_GENERIC_ISA_DMA=y
# CONFIG_PCI_DOMAINS is not set
-CONFIG_EXI=y
#
# PCCARD (PCMCIA/CardBus) support
@@ -141,6 +139,12 @@
# CONFIG_PCCARD is not set
#
+# Expansion Interface (EXI) support
+#
+CONFIG_GAMECUBE_EXI=y
+CONFIG_GAMECUBE_RTC=y
+
+#
# Advanced setup
#
# CONFIG_ADVANCED_OPTIONS is not set
|