Update of /cvsroot/gc-linux/linux/drivers/block
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5993/drivers/block
Modified Files:
Kconfig
Log Message:
Marked the memcard and sd drivers as broken.
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/block/Kconfig,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Kconfig 3 Mar 2005 21:12:50 -0000 1.11
+++ Kconfig 13 Mar 2005 21:53:32 -0000 1.12
@@ -74,7 +74,7 @@
config GAMECUBE_MEMCARD
tristate "Nintendo GameCube memory card (EXPERIMENTAL)"
- depends on GAMECUBE && EXI && EXPERIMENTAL
+ depends on GAMECUBE && EXI && EXPERIMENTAL && BROKEN
help
This enables support for using memory cards compatible with the
Nintendo GameCube.
@@ -85,7 +85,7 @@
config GAMECUBE_SD
tristate "Nintendo GameCube SD and MMC memory card (EXPERIMENTAL)"
- depends on GAMECUBE && EXI && EXPERIMENTAL
+ depends on GAMECUBE && EXI && EXPERIMENTAL && BROKEN
help
This enables support for SD and MMC cards
WARNING: driver is in alpha stage. Only reading supported. Card
|