diff options
Diffstat (limited to 'drivers/input/touchscreen/Kconfig')
-rw-r--r-- | drivers/input/touchscreen/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index a1cfe16e9a81..547f67d65372 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
@@ -140,6 +140,19 @@ config TOUCHSCREEN_BU21013 | |||
140 | To compile this driver as a module, choose M here: the | 140 | To compile this driver as a module, choose M here: the |
141 | module will be called bu21013_ts. | 141 | module will be called bu21013_ts. |
142 | 142 | ||
143 | config TOUCHSCREEN_CHIPONE_ICN8318 | ||
144 | tristate "chipone icn8318 touchscreen controller" | ||
145 | depends on GPIOLIB | ||
146 | depends on I2C | ||
147 | depends on OF | ||
148 | help | ||
149 | Say Y here if you have a ChipOne icn8318 based I2C touchscreen. | ||
150 | |||
151 | If unsure, say N. | ||
152 | |||
153 | To compile this driver as a module, choose M here: the | ||
154 | module will be called chipone_icn8318. | ||
155 | |||
143 | config TOUCHSCREEN_CY8CTMG110 | 156 | config TOUCHSCREEN_CY8CTMG110 |
144 | tristate "cy8ctmg110 touchscreen" | 157 | tristate "cy8ctmg110 touchscreen" |
145 | depends on I2C | 158 | depends on I2C |