Update of /cvsroot/gc-linux/linux/drivers/input/keyboard
In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv2664/drivers/input/keyboard
Modified Files:
Kconfig
Log Message:
- do not build the starlet keyboard driver if USB is enabled
Index: Kconfig
===================================================================
RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Kconfig,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Kconfig 12 Apr 2008 17:34:03 -0000 1.5
+++ Kconfig 2 Jul 2008 20:45:36 -0000 1.6
@@ -295,7 +295,7 @@
config KEYBOARD_WII
tristate "Nintendo Wii USB keyboard IOS glue"
- depends on WII
+ depends on (WII && !USB)
help
Say Y here if you have a Nintendo Wii console running Linux and have
a keyboard attached to one of its USB ports.
|