summaryrefslogtreecommitdiffstats
path: root/target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch')
-rw-r--r--target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch28
1 files changed, 0 insertions, 28 deletions
diff --git a/target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch b/target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch
deleted file mode 100644
index cb3c57bcc..000000000
--- a/target/linux/s3c24xx/patches-2.6.30/051-gta02kbd.patch
+++ /dev/null
@@ -1,28 +0,0 @@
---- a/drivers/input/keyboard/Kconfig
-+++ b/drivers/input/keyboard/Kconfig
-@@ -332,4 +332,15 @@ config KEYBOARD_SH_KEYSC
-
- To compile this driver as a module, choose M here: the
- module will be called sh_keysc.
-+config KEYBOARD_GTA02
-+ tristate "Openmoko Freerunner buttons"
-+ depends on MACH_NEO1973
-+ default y
-+ help
-+ Say Y here to enable the buttons on the Openmoko Freerunner
-+ GSM phone.
-+
-+ To compile this driver as a module, choose M here: the
-+ module will be called gta02kbd.
-+
- endif
---- a/drivers/input/keyboard/Makefile
-+++ b/drivers/input/keyboard/Makefile
-@@ -14,6 +14,7 @@ obj-$(CONFIG_KEYBOARD_LOCOMO) += locomo
- obj-$(CONFIG_KEYBOARD_NEWTON) += newtonkbd.o
- obj-$(CONFIG_KEYBOARD_STOWAWAY) += stowaway.o
- obj-$(CONFIG_KEYBOARD_CORGI) += corgikbd.o
-+obj-$(CONFIG_KEYBOARD_GTA02) += gta02kbd.o
- obj-$(CONFIG_KEYBOARD_SPITZ) += spitzkbd.o
- obj-$(CONFIG_KEYBOARD_TOSA) += tosakbd.o
- obj-$(CONFIG_KEYBOARD_HIL) += hil_kbd.o