input: touchscreen: add touch screen of gslx680 for rk3399-firefly-edp
[firefly-linux-kernel-4.4.55.git] / drivers / input / touchscreen / Kconfig
index 80cc69897a4331105801ff3eca9339819727e3c8..8afb6c654a33c129eb60c8e8578cc6530cb055dd 100644 (file)
@@ -335,6 +335,30 @@ config TOUCHSCREEN_GOODIX
          To compile this driver as a module, choose M here: the
          module will be called goodix.
 
+config TOUCHSCREEN_GSLX680_PAD
+       tristate "gslX680 touchpad driver for pad"
+       help
+         gslX680 touchpad driver for pad
+
+config TOUCHSCREEN_GSLX680_VR
+       tristate "gslX680 touchpad driver for VR"
+       help
+         gslX680 touchpad driver for VR
+
+config TOUCHSCREEN_GSL3673
+       tristate "gsl3673 touchpad driver for evb"
+       help
+         gsl3673 touchpad driver for evb
+
+config TOUCHSCREEN_GT9XX
+       tristate "Goodix gt9xx support for rockchip platform"
+       depends on I2C && ARCH_ROCKCHIP
+       help
+         Say Y here if you have a touchscreen interface using the gt9xx
+         on Rockchip platform, and your board-specific initialization
+         code includes that in its table of IIC devices.
+         If unsure, say N.
+
 config TOUCHSCREEN_ILI210X
        tristate "Ilitek ILI210X based touchscreen"
        depends on I2C
@@ -939,10 +963,27 @@ config TOUCHSCREEN_TSC_SERIO
          To compile this driver as a module, choose M here: the
          module will be called tsc40.
 
+config TOUCHSCREEN_TSC200X_CORE
+       tristate
+
+config TOUCHSCREEN_TSC2004
+       tristate "TSC2004 based touchscreens"
+       depends on I2C
+       select REGMAP_I2C
+       select TOUCHSCREEN_TSC200X_CORE
+       help
+         Say Y here if you have a TSC2004 based touchscreen.
+
+         If unsure, say N.
+
+         To compile this driver as a module, choose M here: the
+         module will be called tsc2004.
+
 config TOUCHSCREEN_TSC2005
        tristate "TSC2005 based touchscreens"
        depends on SPI_MASTER
        select REGMAP_SPI
+       select TOUCHSCREEN_TSC200X_CORE
        help
          Say Y here if you have a TSC2005 based touchscreen.