Input: generic driver for rotary encoders on GPIOs
[linux-2.6-block.git] / drivers / input / misc / Kconfig
index 199055db5082e8020834e8883e3d502d7319bfb8..806d2e66d249ec6444f81a6befd9460047dbc8fc 100644 (file)
@@ -220,4 +220,22 @@ config HP_SDC_RTC
          Say Y here if you want to support the built-in real time clock
          of the HP SDC controller.
 
+config INPUT_PCF50633_PMU
+       tristate "PCF50633 PMU events"
+       depends on MFD_PCF50633
+       help
+        Say Y to include support for delivering  PMU events via  input
+        layer on NXP PCF50633.
+
+config INPUT_GPIO_ROTARY_ENCODER
+       tristate "Rotary encoders connected to GPIO pins"
+       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
+         information.
+
+         To compile this driver as a module, choose M here: the
+         module will be called rotary_encoder.
+
 endif