From: <aot...@us...> - 2005-06-23 23:16:41
|
Update of /cvsroot/gc-linux/linux/drivers/block In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30586/drivers/block Modified Files: Kconfig Log Message: Kill of DVD cover driver. Original use was to test the platform IRQ hooks. Besides, this has now been obsoleted by the shiny new DI stuff. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/block/Kconfig,v retrieving revision 1.15 retrieving revision 1.16 diff -u -d -r1.15 -r1.16 --- Kconfig 23 Jun 2005 20:02:18 -0000 1.15 +++ Kconfig 23 Jun 2005 23:16:30 -0000 1.16 @@ -63,7 +63,7 @@ config GAMECUBE_DI tristate "Nintendo Gamecube (alternate) DVD support" - depends on GAMECUBE && !GAMECUBE_DVDCOVER && EXPERIMENTAL + depends on GAMECUBE && EXPERIMENTAL help This enables support for using DVD-R media on the Nintendo GameCube DVD drive. @@ -74,7 +74,7 @@ config GAMECUBE_DVD tristate "Nintendo Gamecube DVD" - depends on GAMECUBE && !GAMECUBE_DI && !GAMECUBE_DVDCOVER + depends on GAMECUBE && !GAMECUBE_DI help This enables support for using the mini-DVD drive on the Nintendo Gamecube. |