1 Index: linux-2.6.30-rc6/drivers/input/keyboard/Kconfig
2 ===================================================================
3 --- linux-2.6.30-rc6.orig/drivers/input/keyboard/Kconfig 2009-05-16 06:12:57.000000000 +0200
4 +++ linux-2.6.30-rc6/drivers/input/keyboard/Kconfig 2009-05-18 19:08:32.000000000 +0200
7 To compile this driver as a module, choose M here: the
8 module will be called sh_keysc.
10 + tristate "Openmoko Freerunner buttons"
11 + depends on MACH_NEO1973
14 + Say Y here to enable the buttons on the Openmoko Freerunner
17 + To compile this driver as a module, choose M here: the
18 + module will be called gta02kbd.
21 Index: linux-2.6.30-rc6/drivers/input/keyboard/Makefile
22 ===================================================================
23 --- linux-2.6.30-rc6.orig/drivers/input/keyboard/Makefile 2009-05-16 06:12:57.000000000 +0200
24 +++ linux-2.6.30-rc6/drivers/input/keyboard/Makefile 2009-05-18 19:08:32.000000000 +0200
26 obj-$(CONFIG_KEYBOARD_NEWTON) += newtonkbd.o
27 obj-$(CONFIG_KEYBOARD_STOWAWAY) += stowaway.o
28 obj-$(CONFIG_KEYBOARD_CORGI) += corgikbd.o
29 +obj-$(CONFIG_KEYBOARD_GTA02) += gta02kbd.o
30 obj-$(CONFIG_KEYBOARD_SPITZ) += spitzkbd.o
31 obj-$(CONFIG_KEYBOARD_TOSA) += tosakbd.o
32 obj-$(CONFIG_KEYBOARD_HIL) += hil_kbd.o