Loading...
diff -raNu kernel.git/drivers/input/keyboard/Kconfig
linux-2.6.25-android-1.0_r1/drivers/input/keyboard/Kconfig
--- kernel.git/drivers/input/keyboard/Kconfig      2008-07-24 09:04:04.000000000
+0800
+++ linux-2.6.25-android-1.0_r1/drivers/input/keyboard/Kconfig      2009-04-14
15:55:55. 000000000 +0800
@@ -268,6 +268,15 @@
            To compile this driver as a module, choose M here: the
            module will be called pxa27x_keypad.
+config KEYBOARD_ANDROID
+      tristate "Android keypad support"
+      depends on PXA27x
+      help
+         Enable support for Android keypad controller
+
+         To compile this driver as a module, choose M here: the
+         module will be called android_keypad.
+
config KEYBOARD_AAED2000
       tristate "AAED-2000 keyboard"
       depends on MACH_AAED2000
Loading...