Update of /cvsroot/gc-linux/linux/arch/ppc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30586/arch/ppc
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/arch/ppc/Kconfig,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Kconfig 23 Jun 2005 20:02:13 -0000 1.26
+++ Kconfig 23 Jun 2005 23:16:21 -0000 1.27
@@ -712,19 +712,6 @@
If in doubt, say Y here.
-config GAMECUBE_DVDCOVER
- tristate "Nintendo GameCube DVD cover"
- depends on GAMECUBE
- default n
- help
- If you say yes to this option, support will be included for the
- DVD cover of the Nintendo GameCube.
-
- This driver can also be built as a module. If so, the module
- will be called gcn-dvdcover.
-
- If in doubt, say Y here.
-
config TQM8xxL
bool
depends on 8xx && (TQM823L || TQM850L || FPS850L || TQM855L || TQM860L || SM850)
|