summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-23 19:35:36 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2020-02-11 09:48:22 +0100
commitcfd77b2a0f135aefa48ae07f9ffd5723dedeeac8 (patch)
tree17ac8bb2e38202ca2fb0fd67caa5e75840c27d64
parent356efa89e52376b2c02645e57d3116bebc9dc3a2 (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>
-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 25e6a525cc33..9b7e308c5211 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -1266,11 +1266,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.