Update of /cvsroot/gc-linux/linux/arch/ppc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3286/arch/ppc
Modified Files:
Kconfig
Log Message:
EXI support, part 1 - Driver model stuff, take 1.
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- Kconfig 18 Feb 2004 20:01:57 -0000 1.7
+++ Kconfig 27 Feb 2004 12:26:01 -0000 1.8
@@ -1009,6 +1009,16 @@
source "drivers/pci/Kconfig"
+config EXI
+ bool "EXI support (EXPERIMENTAL)"
+ depends on GAMECUBE && EXPERIMENTAL
+ default y
+ help
+ This adds support for the Expansion Interface (bus) as found in
+ the Nintendo GameCube.
+
+ Say Y.
+
config HOTPLUG
bool "Support for hot-pluggable devices"
---help---
|