Kconfig (cb28a1bbdb4790378e7366d6c9ee1d2340b84f92) Kconfig (558a171d778293176bf70bc34e18a92faef5bfa1)
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.

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

244 If unsure, say N.
245
246 To compile this driver as a module, choose M here: the
247 module will be called wm97xx-ts.
248
249config TOUCHSCREEN_WM9705
250 bool "WM9705 Touchscreen interface support"
251 depends on TOUCHSCREEN_WM97XX
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.

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

244 If unsure, say N.
245
246 To compile this driver as a module, choose M here: the
247 module will be called wm97xx-ts.
248
249config TOUCHSCREEN_WM9705
250 bool "WM9705 Touchscreen interface support"
251 depends on TOUCHSCREEN_WM97XX
252 default y
252 help
253 help
253 Say Y here if you have a Wolfson Microelectronics WM9705
254 touchscreen controller connected to your system.
254 Say Y here to enable support for the Wolfson Microelectronics
255 WM9705 touchscreen controller.
255
256
256 If unsure, say N.
257
258config TOUCHSCREEN_WM9712
259 bool "WM9712 Touchscreen interface support"
260 depends on TOUCHSCREEN_WM97XX
257config TOUCHSCREEN_WM9712
258 bool "WM9712 Touchscreen interface support"
259 depends on TOUCHSCREEN_WM97XX
260 default y
261 help
261 help
262 Say Y here if you have a Wolfson Microelectronics WM9712
263 touchscreen controller connected to your system.
262 Say Y here to enable support for the Wolfson Microelectronics
263 WM9712 touchscreen controller.
264
264
265 If unsure, say N.
266
267config TOUCHSCREEN_WM9713
268 bool "WM9713 Touchscreen interface support"
269 depends on TOUCHSCREEN_WM97XX
265config TOUCHSCREEN_WM9713
266 bool "WM9713 Touchscreen interface support"
267 depends on TOUCHSCREEN_WM97XX
268 default y
270 help
269 help
271 Say Y here if you have a Wolfson Microelectronics WM9713 touchscreen
272 controller connected to your system.
270 Say Y here to enable support for the Wolfson Microelectronics
271 WM9713 touchscreen controller.
273
272
274 If unsure, say N.
275
276config TOUCHSCREEN_WM97XX_MAINSTONE
277 tristate "WM97xx Mainstone accelerated touch"
278 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
279 help
280 Say Y here for support for streaming mode with WM97xx touchscreens
281 on Mainstone systems.
282
283 If unsure, say N.

--- 94 unchanged lines hidden ---
273config TOUCHSCREEN_WM97XX_MAINSTONE
274 tristate "WM97xx Mainstone accelerated touch"
275 depends on TOUCHSCREEN_WM97XX && ARCH_PXA
276 help
277 Say Y here for support for streaming mode with WM97xx touchscreens
278 on Mainstone systems.
279
280 If unsure, say N.

--- 94 unchanged lines hidden ---