diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-23 18:22:10 +0100 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-23 18:22:10 +0100 |
commit | a685f48cf6bc88d3902cd051838558079eaf02a0 (patch) | |
tree | 7cf8eb6cb30e07b8a975845f2131197460a592d5 /drivers/input/touchscreen/Kconfig | |
parent | Input: tca8418_keypad - remove double read of key event register (diff) | |
parent | Input: tsc2007 - correctly report pressure and not resistance to user space (diff) | |
download | linux-a685f48cf6bc88d3902cd051838558079eaf02a0.tar.xz linux-a685f48cf6bc88d3902cd051838558079eaf02a0.zip |
Merge branch 'tsc2007' into next
Bring in TSC2007 improvements.
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 574400ba1cb6..6515e649e204 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig @@ -1025,6 +1025,16 @@ config TOUCHSCREEN_TSC2007 To compile this driver as a module, choose M here: the module will be called tsc2007. +config TOUCHSCREEN_TSC2007_IIO + bool "IIO interface for external ADC input and temperature" + depends on TOUCHSCREEN_TSC2007 + depends on IIO=y || IIO=TOUCHSCREEN_TSC2007 + help + Saying Y here adds an iio interface to the tsc2007 which + provides values for the AUX input (used for e.g. battery + or ambient light monitoring), temperature and raw input + values. + config TOUCHSCREEN_W90X900 tristate "W90P910 touchscreen driver" depends on ARCH_W90X900 |