summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-23 19:35:36 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-05-28 09:40:16 +0200
commit30a0e1af44a3de7e457abfbb5d29953f6c9aea13 (patch)
tree7575d4331484f615a0be59f5fa3befcff1695a8a
parentd65d0cdff3f30621ad258442230b3e8a460ecc7e (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 538a0fca990e..e6b97fd7cf7b 100644
--- a/drivers/input/touchscreen/Kconfig
+++ b/drivers/input/touchscreen/Kconfig
@@ -1249,11 +1249,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.