Commit 1261d013 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Dmitry Torokhov

Input: Allow compile test of Goodix and Colibri VF50 if !GPIOLIB

The GPIO subsystem provides dummy GPIO consumer functions if GPIOLIB is
not enabled. Hence drivers that depend on GPIOLIB, but use GPIO consumer
functionality only, can still be compiled if GPIOLIB is not enabled.

If COMPILE_TEST is enabled, relax the dependency on GPIOLIB for the
recently introduced or relaxed symbols TOUCHSCREEN_GOODIX and
TOUCHSCREEN_COLIBRI_VF50.
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 98ee3771
...@@ -334,7 +334,7 @@ config TOUCHSCREEN_FUJITSU ...@@ -334,7 +334,7 @@ config TOUCHSCREEN_FUJITSU
config TOUCHSCREEN_GOODIX config TOUCHSCREEN_GOODIX
tristate "Goodix I2C touchscreen" tristate "Goodix I2C touchscreen"
depends on I2C depends on I2C
depends on GPIOLIB depends on GPIOLIB || COMPILE_TEST
help help
Say Y here if you have the Goodix touchscreen (such as one Say Y here if you have the Goodix touchscreen (such as one
installed in Onda v975w tablets) connected to your installed in Onda v975w tablets) connected to your
...@@ -1112,7 +1112,8 @@ config TOUCHSCREEN_ZFORCE ...@@ -1112,7 +1112,8 @@ config TOUCHSCREEN_ZFORCE
config TOUCHSCREEN_COLIBRI_VF50 config TOUCHSCREEN_COLIBRI_VF50
tristate "Toradex Colibri on board touchscreen driver" tristate "Toradex Colibri on board touchscreen driver"
depends on GPIOLIB && IIO && VF610_ADC depends on IIO && VF610_ADC
depends on GPIOLIB || COMPILE_TEST
help help
Say Y here if you have a Colibri VF50 and plan to use Say Y here if you have a Colibri VF50 and plan to use
the on-board provided 4-wire touchscreen driver. the on-board provided 4-wire touchscreen driver.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment