Input: atmel_captouch - add dependence on i2c
[cascardo/linux.git] / drivers / input / misc / Kconfig
index 1f2337a..27d6da0 100644 (file)
@@ -82,6 +82,20 @@ config INPUT_ARIZONA_HAPTICS
          To compile this driver as a module, choose M here: the
          module will be called arizona-haptics.
 
+config INPUT_ATMEL_CAPTOUCH
+       tristate "Atmel Capacitive Touch Button Driver"
+       depends on OF || COMPILE_TEST
+       depends on I2C
+       help
+         Say Y here if an Atmel Capacitive Touch Button device which
+         implements "captouch" protocol is connected to I2C bus. Typically
+         this device consists of Atmel Touch sensor controlled by AtMegaXX
+         MCU running firmware based on Qtouch library.
+         One should find "atmel,captouch" node in the board specific DTS.
+
+         To compile this driver as a module, choose M here: the
+         module will be called atmel_captouch.
+
 config INPUT_BMA150
        tristate "BMA150/SMB380 acceleration sensor support"
        depends on I2C