make uclibc 0.9.30.1 the default
[openwrt.git] / target / linux / s3c24xx / patches-2.6.30 / 051-gta02kbd.patch
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
5 @@ -332,4 +332,15 @@
6  
7           To compile this driver as a module, choose M here: the
8           module will be called sh_keysc.
9 +config KEYBOARD_GTA02
10 +       tristate "Openmoko Freerunner buttons"
11 +       depends on MACH_NEO1973
12 +       default y
13 +       help
14 +         Say Y here to enable the buttons on the Openmoko Freerunner 
15 +         GSM phone.
16 +
17 +         To compile this driver as a module, choose M here: the
18 +         module will be called gta02kbd.
19 +
20  endif
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
25 @@ -14,6 +14,7 @@
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