Update of /cvsroot/gc-linux/linux/sound/ppc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3396/sound/ppc
Modified Files:
Kconfig
Log Message:
CONFIG_SND_GAMECUBE should depend on CONFIG_GAMECUBE.
Also fixup description text while we're at it.
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/sound/ppc/Kconfig,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Kconfig 31 Oct 2005 00:31:02 -0000 1.9
+++ Kconfig 31 Oct 2005 00:44:18 -0000 1.10
@@ -34,11 +34,14 @@
option.
config SND_GAMECUBE
- tristate "Nintendo GameCube audio"
- depends on SND
+ tristate "Nintendo GameCube (Flipper)"
+ depends on SND && GAMECUBE
# select SND_GENERIC_DRIVER
help
- Say 'Y' or 'M' to include support for the Nintendo GameCube
- audio system.
+ Say Y here to add audio support for the "Flipper" Graphics
+ and Sound processor as found in the GameCube from Nintendo.
+
+ To compile this driver as a module, choose M here: the module
+ will be called snd-gcn.
endmenu
|