Kconfig (ae9d1b5fbd7b7ee1c2d2f62a7cee3c0455e06f94) Kconfig (8d25fee2845024d6e22829e9f14cd40f5c2f68cc)
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.

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

722 This enables support for the touchscreen controller on the WM831x
723 series of PMICs.
724
725 To compile this driver as a module, choose M here: the
726 module will be called wm831x-ts.
727
728config TOUCHSCREEN_WM97XX
729 tristate "Support for WM97xx AC97 touchscreen controllers"
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.

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

722 This enables support for the touchscreen controller on the WM831x
723 series of PMICs.
724
725 To compile this driver as a module, choose M here: the
726 module will be called wm831x-ts.
727
728config TOUCHSCREEN_WM97XX
729 tristate "Support for WM97xx AC97 touchscreen controllers"
730 depends on AC97_BUS || AC97_BUS_NEW
730 depends on AC97_BUS
731 help
732 Say Y here if you have a Wolfson Microelectronics WM97xx
733 touchscreen connected to your system. Note that this option
734 only enables core driver, you will also need to select
735 support for appropriate chip below.
736
737 If unsure, say N.
738

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

944
945config TOUCHSCREEN_USB_NEXIO
946 default y
947 bool "NEXIO/iNexio device support" if EXPERT
948 depends on TOUCHSCREEN_USB_COMPOSITE
949
950config TOUCHSCREEN_USB_EASYTOUCH
951 default y
731 help
732 Say Y here if you have a Wolfson Microelectronics WM97xx
733 touchscreen connected to your system. Note that this option
734 only enables core driver, you will also need to select
735 support for appropriate chip below.
736
737 If unsure, say N.
738

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

944
945config TOUCHSCREEN_USB_NEXIO
946 default y
947 bool "NEXIO/iNexio device support" if EXPERT
948 depends on TOUCHSCREEN_USB_COMPOSITE
949
950config TOUCHSCREEN_USB_EASYTOUCH
951 default y
952 bool "EasyTouch USB Touch controller device support" if EMBEDDED
952 bool "EasyTouch USB Touch controller device support" if EXPERT
953 depends on TOUCHSCREEN_USB_COMPOSITE
954 help
955 Say Y here if you have an EasyTouch USB Touch controller.
956 If unsure, say N.
957
958config TOUCHSCREEN_TOUCHIT213
959 tristate "Sahara TouchIT-213 touchscreen"
960 select SERIO

--- 289 unchanged lines hidden ---
953 depends on TOUCHSCREEN_USB_COMPOSITE
954 help
955 Say Y here if you have an EasyTouch USB Touch controller.
956 If unsure, say N.
957
958config TOUCHSCREEN_TOUCHIT213
959 tristate "Sahara TouchIT-213 touchscreen"
960 select SERIO

--- 289 unchanged lines hidden ---