Kconfig (55c04de5176ea3eac6fdc469a6a063c5cb91ed7c) Kconfig (2b99bafab19145a72e2c557326fc4662a864a162)
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.

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

526
527 If unsure, say N.
528
529 To compile this driver as a module, choose M here: the
530 module will be called touchwin.
531
532config TOUCHSCREEN_TI_AM335X_TSC
533 tristate "TI Touchscreen Interface"
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.

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

526
527 If unsure, say N.
528
529 To compile this driver as a module, choose M here: the
530 module will be called touchwin.
531
532config TOUCHSCREEN_TI_AM335X_TSC
533 tristate "TI Touchscreen Interface"
534 depends on ARCH_OMAP2PLUS
534 depends on MFD_TI_AM335X_TSCADC
535 help
536 Say Y here if you have 4/5/8 wire touchscreen controller
537 to be connected to the ADC controller on your TI AM335x SoC.
538
539 If unsure, say N.
540
541 To compile this driver as a module, choose M here: the
542 module will be called ti_am335x_tsc.

--- 361 unchanged lines hidden ---
535 help
536 Say Y here if you have 4/5/8 wire touchscreen controller
537 to be connected to the ADC controller on your TI AM335x SoC.
538
539 If unsure, say N.
540
541 To compile this driver as a module, choose M here: the
542 module will be called ti_am335x_tsc.

--- 361 unchanged lines hidden ---