Input: add driver for Himax hx83112b touchscreen devices
[sfrench/cifs-2.6.git] / drivers / input / touchscreen / Kconfig
index 317250b62e08e5ceda3363d79ac5705e8d80bcdf..3f68eee71a4effd19797f69284ebd6cf873cb494 100644 (file)
@@ -1407,4 +1407,16 @@ config TOUCHSCREEN_ZINITIX
          To compile this driver as a module, choose M here: the
          module will be called zinitix.
 
+config TOUCHSCREEN_HIMAX_HX83112B
+       tristate "Himax hx83112b touchscreen driver"
+       depends on I2C
+       select REGMAP_I2C
+       help
+         Say Y here to enable support for Himax hx83112b touchscreens.
+
+         If unsure, say N.
+
+         To compile this driver as a module, choose M here: the
+         module will be called himax_hx83112b.
+
 endif