From: <he...@us...> - 2005-05-14 21:34:41
|
Update of /cvsroot/gc-linux/linux/arch/ppc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15070/arch/ppc Modified Files: Kconfig Log Message: Do not build by default the dvd cover driver. It is becoming obsolete. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/arch/ppc/Kconfig,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- Kconfig 13 Mar 2005 21:51:37 -0000 1.24 +++ Kconfig 14 May 2005 21:34:33 -0000 1.25 @@ -684,7 +684,7 @@ config GAMECUBE_DVDCOVER tristate "Nintendo GameCube DVD cover" depends on GAMECUBE - default y + default n help If you say yes to this option, support will be included for the DVD cover of the Nintendo GameCube. |