diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 7bfcfdff6cf8..61f35184f76c 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -98,6 +98,20 @@ config TOUCHSCREEN_BITSY | |||
98 | To compile this driver as a module, choose M here: the | 98 | To compile this driver as a module, choose M here: the |
99 | module will be called h3600_ts_input. | 99 | module will be called h3600_ts_input. |
100 | 100 | ||
101 | config TOUCHSCREEN_CY8CTMG110 | ||
102 | tristate "cy8ctmg110 touchscreen" | ||
103 | depends on I2C | ||
104 | depends on GPIOLIB | ||
105 | |||
106 | help | ||
107 | Say Y here if you have a cy8ctmg110 capacitive touchscreen on | ||
108 | an AAVA device. | ||
109 | |||
110 | If unsure, say N. | ||
111 | |||
112 | To compile this driver as a module, choose M here: the | ||
113 | module will be called cy8ctmg110_ts. | ||
114 | |||
101 | config TOUCHSCREEN_DA9034 | 115 | config TOUCHSCREEN_DA9034 |
102 | tristate "Touchscreen support for Dialog Semiconductor DA9034" | 116 | tristate "Touchscreen support for Dialog Semiconductor DA9034" |
103 | depends on PMIC_DA903X | 117 | depends on PMIC_DA903X |