summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2019-05-23 19:35:36 +0200
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2019-06-21 17:22:03 +0200
commit7b840706a11d152db08637b1a166adefde35569c (patch)
treeb8a6b2654ac90487088d78d7f7030a49b31d9ba2 /drivers
parent6ab01e21a7cd7e6c0f2436d2af0a323846859d50 (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>
Diffstat (limited to 'drivers')
-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.