input: PCAP2 misc input driver
[pandora-kernel.git] / drivers / input / misc / Kconfig
index cbe21bc..1a50be3 100644 (file)
@@ -279,4 +279,24 @@ config INPUT_BFIN_ROTARY
          To compile this driver as a module, choose M here: the
          module will be called bfin-rotary.
 
+config INPUT_WM831X_ON
+       tristate "WM831X ON pin"
+       depends on MFD_WM831X
+       help
+         Support the ON pin of WM831X PMICs as an input device
+         reporting power button status.
+
+         To compile this driver as a module, choose M here: the module
+         will be called wm831x_on.
+
+config INPUT_PCAP
+       tristate "Motorola EZX PCAP misc input events"
+       depends on EZX_PCAP
+       help
+         Say Y here if you want to use Power key and Headphone button
+         on Motorola EZX phones.
+
+         To compile this driver as a module, choose M here: the
+         module will be called pcap_keys.
+
 endif