From: Albert H. <he...@us...> - 2009-10-25 18:45:45
|
Update of /cvsroot/gc-linux/linux/drivers/input/keyboard In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv29988/drivers/input/keyboard Modified Files: Kconfig Log Message: Forward to v.2.6.30. Index: Kconfig =================================================================== RCS file: /cvsroot/gc-linux/linux/drivers/input/keyboard/Kconfig,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Kconfig 25 Oct 2009 18:33:47 -0000 1.11 --- Kconfig 25 Oct 2009 18:45:35 -0000 1.12 *************** *** 14,22 **** config KEYBOARD_ATKBD ! tristate "AT keyboard" if EMBEDDED || !X86_PC default y select SERIO select SERIO_LIBPS2 ! select SERIO_I8042 if X86_PC select SERIO_GSCPS2 if GSC help --- 14,22 ---- config KEYBOARD_ATKBD ! tristate "AT keyboard" if EMBEDDED || !X86 default y select SERIO select SERIO_LIBPS2 ! select SERIO_I8042 if X86 select SERIO_GSCPS2 if GSC help |