|
@@ -334,7 +334,7 @@ config TOUCHSCREEN_FUJITSU
|
|
|
config TOUCHSCREEN_GOODIX
|
|
|
tristate "Goodix I2C touchscreen"
|
|
|
depends on I2C
|
|
|
- depends on GPIOLIB
|
|
|
+ depends on GPIOLIB || COMPILE_TEST
|
|
|
help
|
|
|
Say Y here if you have the Goodix touchscreen (such as one
|
|
|
installed in Onda v975w tablets) connected to your
|
|
@@ -1112,7 +1112,8 @@ config TOUCHSCREEN_ZFORCE
|
|
|
|
|
|
config TOUCHSCREEN_COLIBRI_VF50
|
|
|
tristate "Toradex Colibri on board touchscreen driver"
|
|
|
- depends on GPIOLIB && IIO && VF610_ADC
|
|
|
+ depends on IIO && VF610_ADC
|
|
|
+ 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.
|