aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDaniel Ribeiro <drwyrm@gmail.com>2009-08-10 14:27:48 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2009-09-17 03:47:12 -0400
commitd0a821324819a2908b886ae8b2f33fc7824ff83f (patch)
tree74dc792ad89e91d8949228d51262ab815a64910f /drivers/input/misc/Kconfig
parent0387e107d6043c810915bf552c3fee367f536f3a (diff)
input: PCAP2 misc input driver
This is a driver for misc input events for the PCAP2 PMIC, it handles the Power key and the Headphone button. Signed-off-by: Daniel Ribeiro <drwyrm@gmail.com> Signed-off-by: Ilya Petrov <ilya.muromec@gmail.com> Signed-off-by: Antonio Ospite <ospite@studenti.unina.it> Acked-by: Dmitry Torokhov <dtor@mail.ru> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 852941d108ff..1a50be379cbc 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -289,4 +289,14 @@ config INPUT_WM831X_ON
289 To compile this driver as a module, choose M here: the module 289 To compile this driver as a module, choose M here: the module
290 will be called wm831x_on. 290 will be called wm831x_on.
291 291
292config INPUT_PCAP
293 tristate "Motorola EZX PCAP misc input events"
294 depends on EZX_PCAP
295 help
296 Say Y here if you want to use Power key and Headphone button
297 on Motorola EZX phones.
298
299 To compile this driver as a module, choose M here: the
300 module will be called pcap_keys.
301
292endif 302endif