Update of /cvsroot/gc-linux/linux/drivers/misc
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv15088/drivers/misc
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/drivers/misc/Kconfig,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Kconfig 24 Feb 2008 18:05:32 -0000 1.9
+++ Kconfig 26 Mar 2008 20:02:28 -0000 1.10
@@ -14,19 +14,17 @@
if MISC_DEVICES
config GAMECUBE_GQR
- tristate "Device driver for Gamecube Gekko GQR"
- depends on GAMECUBE
- default m
+ tristate "Nintendo GameCube/Wii Graphic Quantization Registers (GQR)"
+ depends on GAMECUBE_COMMON
---help---
- This option enables device driver support for the Gekko processor's
- Graphic Quantization Registers. These registers are used with the
- psql and psqst instrutions. The registers will appear in
- /proc/sys/gqr.
+ This option enables device driver support for the Gekko/Broadway
+ processor's Graphic Quantization Registers.
+ These registers are used with the psql and psqst instrutions.
+ The registers will appear in /proc/sys/gqr.
config GAMECUBE_MI
- tristate "Nintendo GameCube Memory Interface"
- depends on GAMECUBE
- default n
+ tristate "Nintendo GameCube Memory Interface (MI)"
+ depends on GAMECUBE && BROKEN
help
If you say yes to this option, support will be included for the
Memory Interface (MI) of the Nintendo GameCube.
|