input: PCAP2 misc input driver
[pandora-kernel.git] / drivers / input / misc / Kconfig
index 5c0a631..1a50be3 100644 (file)
@@ -193,6 +193,16 @@ config INPUT_CM109
          To compile this driver as a module, choose M here: the module will be
          called cm109.
 
+config INPUT_TWL4030_PWRBUTTON
+       tristate "TWL4030 Power button Driver"
+       depends on TWL4030_CORE
+       help
+         Say Y here if you want to enable power key reporting via the
+         TWL4030 family of chips.
+
+         To compile this driver as a module, choose M here. The module will
+         be called twl4030_pwrbutton.
+
 config INPUT_UINPUT
        tristate "User level driver support"
        help
@@ -232,7 +242,7 @@ config INPUT_GPIO_ROTARY_ENCODER
        depends on GPIOLIB && GENERIC_GPIO
        help
          Say Y here to add support for rotary encoders connected to GPIO lines.
-         Check file:Documentation/incput/rotary_encoder.txt for more
+         Check file:Documentation/input/rotary-encoder.txt for more
          information.
 
          To compile this driver as a module, choose M here: the
@@ -250,4 +260,43 @@ config INPUT_RB532_BUTTON
          To compile this driver as a module, choose M here: the
          module will be called rb532_button.
 
+config INPUT_DM355EVM
+       tristate "TI DaVinci DM355 EVM Keypad and IR Remote"
+       depends on MFD_DM355EVM_MSP
+       help
+         Supports the pushbuttons and IR remote used with
+         the DM355 EVM board.
+
+         To compile this driver as a module, choose M here: the
+         module will be called dm355evm_keys.
+
+config INPUT_BFIN_ROTARY
+       tristate "Blackfin Rotary support"
+       depends on BF54x || BF52x
+       help
+         Say Y here if you want to use the Blackfin 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