summaryrefslogtreecommitdiff
path: root/drivers/input
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-23 19:35:36 +0200
committerPhilippe Schenker <philippe.schenker@toradex.com>2020-08-13 16:04:41 +0200
commit69f31a261d9eabebae50cb2829cdca5dc77e7103 (patch)
treeacf80a394657e9f80fc6f866e2a0a1382f99875e /drivers/input
parentcdd937fb152462bea4aa12393c2747385bf708d8 (diff)
Input: touchscreen: colibri-vf50-ts: don't depend on VF610_ADC
Any IIO ADC can be used with the driver, so do not depend on VF610_ADC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit ed1e03da2c3ac88bd5616de8b3af7513e9265584)
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/touchscreen/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig
index edc37f4b461f..ff37bbaa9503 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -1324,11 +1324,11 @@ config TOUCHSCREEN_ZFORCE
config TOUCHSCREEN_COLIBRI_VF50
tristate "Toradex Colibri on board touchscreen driver"
- depends on IIO && VF610_ADC
+ depends on IIO
depends on GPIOLIB || COMPILE_TEST
help
- Say Y here if you have a Colibri VF50 and plan to use
- the on-board provided 4-wire touchscreen driver.
+ Say Y here if you have a Apalis iMX8 or Colibri VF50 and plan
+ to use the on-board provided 4-wire touchscreen controller.
If unsure, say N.