Update of /cvsroot/gc-linux/linux/sound/ppc
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv4323/sound/ppc
Modified Files:
Kconfig
Log Message:
Make Nintendo GameCube AI and MIC drivers depend on ALSA PowerPC devices
instead of ALSA PowerMac devices.
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/sound/ppc/Kconfig,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- Kconfig 16 Nov 2007 23:26:09 -0000 1.13
+++ Kconfig 19 Nov 2007 17:53:30 -0000 1.14
@@ -32,26 +32,6 @@
Note that you can turn on/off DRC manually even without this
option.
-config SND_GAMECUBE
- tristate "Nintendo GameCube (Flipper)"
- depends on SND && GAMECUBE
- help
- 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.
-
-config SND_GAMECUBE_MIC
- tristate "Nintendo GameCube Microphone (DOL-022)"
- depends on SND && GAMECUBE && GAMECUBE_EXI
-# default n
- help
- If you say yes to this option, support will be included for the
- Nintendo GameCube Microphone (DOL-022).
-
- If in doubt, say N here.
-
endmenu
menu "ALSA PowerPC devices"
@@ -72,4 +52,24 @@
int "Startup delay time in ms"
depends on SND_PS3
default "2000"
+
+config SND_GAMECUBE
+ tristate "Nintendo GameCube (Flipper)"
+ depends on SND && GAMECUBE
+ help
+ 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.
+
+config SND_GAMECUBE_MIC
+ tristate "Nintendo GameCube Microphone (DOL-022)"
+ depends on SND && GAMECUBE && GAMECUBE_EXI && EXPERIMENTAL
+ help
+ If you say yes to this option, support will be included for the
+ Nintendo GameCube Microphone (DOL-022).
+
+ If in doubt, say N here.
+
endmenu
|