Kconfig (d98c71dadc2d0debdb80beb5a478baf1e6f98758) Kconfig (3a658f23fb689107d9dd4801f3042978723b0e8c)
1#
2# Touchscreen driver configuration
3#
4menuconfig INPUT_TOUCHSCREEN
5 bool "Touchscreens"
6 help
7 Say Y here, and a list of supported touchscreens will be displayed.
8 This option doesn't affect the kernel.

--- 137 unchanged lines hidden (view full) ---

146 Say Y here if you have a bu21013 touchscreen connected to
147 your system.
148
149 If unsure, say N.
150
151 To compile this driver as a module, choose M here: the
152 module will be called bu21013_ts.
153
1#
2# Touchscreen driver configuration
3#
4menuconfig INPUT_TOUCHSCREEN
5 bool "Touchscreens"
6 help
7 Say Y here, and a list of supported touchscreens will be displayed.
8 This option doesn't affect the kernel.

--- 137 unchanged lines hidden (view full) ---

146 Say Y here if you have a bu21013 touchscreen connected to
147 your system.
148
149 If unsure, say N.
150
151 To compile this driver as a module, choose M here: the
152 module will be called bu21013_ts.
153
154config TOUCHSCREEN_BU21029
155 tristate "Rohm BU21029 based touch panel controllers"
156 depends on I2C
157 help
158 Say Y here if you have a Rohm BU21029 touchscreen controller
159 connected to your system.
160
161 If unsure, say N.
162
163 To compile this driver as a module, choose M here: the
164 module will be called bu21029_ts.
165
154config TOUCHSCREEN_CHIPONE_ICN8318
155 tristate "chipone icn8318 touchscreen controller"
156 depends on GPIOLIB || COMPILE_TEST
157 depends on I2C
158 depends on OF
159 help
160 Say Y here if you have a ChipOne icn8318 based I2C touchscreen.
161
162 If unsure, say N.
163
164 To compile this driver as a module, choose M here: the
165 module will be called chipone_icn8318.
166
166config TOUCHSCREEN_CHIPONE_ICN8318
167 tristate "chipone icn8318 touchscreen controller"
168 depends on GPIOLIB || COMPILE_TEST
169 depends on I2C
170 depends on OF
171 help
172 Say Y here if you have a ChipOne icn8318 based I2C touchscreen.
173
174 If unsure, say N.
175
176 To compile this driver as a module, choose M here: the
177 module will be called chipone_icn8318.
178
179config TOUCHSCREEN_CHIPONE_ICN8505
180 tristate "chipone icn8505 touchscreen controller"
181 depends on I2C && ACPI
182 help
183 Say Y here if you have a ChipOne icn8505 based I2C touchscreen.
184
185 If unsure, say N.
186
187 To compile this driver as a module, choose M here: the
188 module will be called chipone_icn8505.
189
167config TOUCHSCREEN_CY8CTMG110
168 tristate "cy8ctmg110 touchscreen"
169 depends on I2C
170 depends on GPIOLIB || COMPILE_TEST
171 help
172 Say Y here if you have a cy8ctmg110 capacitive touchscreen on
173 an AAVA device.
174

--- 1092 unchanged lines hidden ---
190config TOUCHSCREEN_CY8CTMG110
191 tristate "cy8ctmg110 touchscreen"
192 depends on I2C
193 depends on GPIOLIB || COMPILE_TEST
194 help
195 Say Y here if you have a cy8ctmg110 capacitive touchscreen on
196 an AAVA device.
197

--- 1092 unchanged lines hidden ---