diff options
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-23 09:22:10 -0800 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2017-02-23 09:22:10 -0800 |
commit | a685f48cf6bc88d3902cd051838558079eaf02a0 (patch) | |
tree | 7cf8eb6cb30e07b8a975845f2131197460a592d5 /drivers/input/touchscreen/Kconfig | |
parent | 9dd46c02532a6bed6240101ecf4bbc407f8c6adf (diff) | |
parent | db4572ff0e2a017ea73ab532ed5257d7be351c88 (diff) |
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 |