aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/input/misc/Kconfig
diff options
context:
space:
mode:
authorDaniel Hung-yu Wu <hywu@google.com>2016-05-18 14:55:12 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-05-18 15:08:19 -0700
commitb06d43f7a3db3ea4d62b3e0a299855c2a29ea18d (patch)
tree1bbc3d310dfe4c87785b7554820ddcaebb8f76b3 /drivers/input/misc/Kconfig
parentInput: migor-ts - allow driver to build if COMPILE_TEST is enabled (diff)
downloadlinux-dev-b06d43f7a3db3ea4d62b3e0a299855c2a29ea18d.tar.xz
linux-dev-b06d43f7a3db3ea4d62b3e0a299855c2a29ea18d.zip
Input: add Atmel Captouch Button driver
Add I2C driver for Atmel Capacitive Touch Button device. Signed-off-by: Hung-yu Wu <hywu@google.com> Signed-off-by: Grant Grundler <grundler@chromium.org> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input/misc/Kconfig')
-rw-r--r--drivers/input/misc/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/misc/Kconfig b/drivers/input/misc/Kconfig
index 1f2337abcf2f..9c3dfe79d4d4 100644
--- a/drivers/input/misc/Kconfig
+++ b/drivers/input/misc/Kconfig
@@ -82,6 +82,19 @@ 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
+ 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