From: Albert H. <he...@us...> - 2008-03-26 20:04:57
|
Update of /cvsroot/gc-linux/linux/sound/ppc In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15088/sound/ppc Modified Files: Kconfig Log Message: Use CONFIG_GAMECUBE_COMMON to denote common code between gamecube and wii. Use CONFIG_GAMECUBE for the gamecube platform. Use CONFIG_WII for the wii platform. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/sound/ppc/Kconfig,v retrieving revision 1.14 retrieving revision 1.15 diff -u -d -r1.14 -r1.15 --- Kconfig 19 Nov 2007 17:53:30 -0000 1.14 +++ Kconfig 26 Mar 2008 20:02:32 -0000 1.15 @@ -54,18 +54,17 @@ default "2000" config SND_GAMECUBE - tristate "Nintendo GameCube (Flipper)" - depends on SND && GAMECUBE + tristate "Nintendo GameCube/Wii" + depends on SND && GAMECUBE_COMMON help - Say Y here to add audio support for the "Flipper" Graphics - and Sound processor as found in the GameCube from Nintendo. + Say Y here to include support for audio on the Nintendo GameCube/Wii. 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 + depends on SND && GAMECUBE_EXI && EXPERIMENTAL help If you say yes to this option, support will be included for the Nintendo GameCube Microphone (DOL-022). |