]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - drivers/input/touchscreen/Kconfig
Merge tag 'v4.5' into next
[mirror_ubuntu-zesty-kernel.git] / drivers / input / touchscreen / Kconfig
index 66c62641b59a31cfb7622dd5be14729b62176dc9..1f99e7f30e27151b4aeaaed4d62b6dea5e6cdfbd 100644 (file)
@@ -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
@@ -491,6 +491,17 @@ config TOUCHSCREEN_MMS114
          To compile this driver as a module, choose M here: the
          module will be called mms114.
 
+config TOUCHSCREEN_MELFAS_MIP4
+       tristate "MELFAS MIP4 Touchscreen"
+       depends on I2C
+       help
+         Say Y here if you have a MELFAS MIP4 Touchscreen device.
+
+         If unsure, say N.
+
+         To compile this driver as a module, choose M here:
+         the module will be called melfas_mip4.
+
 config TOUCHSCREEN_MTOUCH
        tristate "MicroTouch serial touchscreens"
        select SERIO
@@ -941,6 +952,7 @@ config TOUCHSCREEN_TOUCHIT213
 config TOUCHSCREEN_TS4800
        tristate "TS-4800 touchscreen"
        depends on HAS_IOMEM && OF
+       depends on SOC_IMX51 || COMPILE_TEST
        select MFD_SYSCON
        select INPUT_POLLDEV
        help
@@ -1112,7 +1124,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.