xref: /openbmc/linux/drivers/input/touchscreen/Kconfig (revision 22e39d344f5f3465dffb9e2713bb8d7cf1f5aec8)
11da177e4SLinus Torvalds#
2d05e84e6SDmitry Torokhov# Touchscreen driver configuration
31da177e4SLinus Torvalds#
41da177e4SLinus Torvaldsmenuconfig INPUT_TOUCHSCREEN
51da177e4SLinus Torvalds	bool "Touchscreens"
61da177e4SLinus Torvalds	help
71da177e4SLinus Torvalds	  Say Y here, and a list of supported touchscreens will be displayed.
81da177e4SLinus Torvalds	  This option doesn't affect the kernel.
91da177e4SLinus Torvalds
101da177e4SLinus Torvalds	  If unsure, say Y.
111da177e4SLinus Torvalds
121da177e4SLinus Torvaldsif INPUT_TOUCHSCREEN
131da177e4SLinus Torvalds
14ffa458c1SDavid Brownellconfig TOUCHSCREEN_ADS7846
15bff0de5fSDavid Brownell	tristate "ADS7846/TSC2046 and ADS7843 based touchscreens"
16ffa458c1SDavid Brownell	depends on SPI_MASTER
172c8dc071SDavid Brownell	depends on HWMON = n || HWMON
18ffa458c1SDavid Brownell	help
19ffa458c1SDavid Brownell	  Say Y here if you have a touchscreen interface using the
20bff0de5fSDavid Brownell	  ADS7846/TSC2046 or ADS7843 controller, and your board-specific
21bff0de5fSDavid Brownell	  setup code includes that in its table of SPI devices.
22ffa458c1SDavid Brownell
232c8dc071SDavid Brownell	  If HWMON is selected, and the driver is told the reference voltage
242c8dc071SDavid Brownell	  on your board, you will also get hwmon interfaces for the voltage
25bff0de5fSDavid Brownell	  (and on ads7846/tsc2046, temperature) sensors of this chip.
262c8dc071SDavid Brownell
27ffa458c1SDavid Brownell	  If unsure, say N (but it's safe to say "Y").
28ffa458c1SDavid Brownell
29ffa458c1SDavid Brownell	  To compile this driver as a module, choose M here: the
30ffa458c1SDavid Brownell	  module will be called ads7846.
31ffa458c1SDavid Brownell
321da177e4SLinus Torvaldsconfig TOUCHSCREEN_BITSY
331da177e4SLinus Torvalds	tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
341da177e4SLinus Torvalds	depends on SA1100_BITSY
351da177e4SLinus Torvalds	select SERIO
361da177e4SLinus Torvalds	help
371da177e4SLinus Torvalds	  Say Y here if you have the h3600 (Bitsy) touchscreen.
381da177e4SLinus Torvalds
391da177e4SLinus Torvalds	  If unsure, say N.
401da177e4SLinus Torvalds
411da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
421da177e4SLinus Torvalds	  module will be called h3600_ts_input.
431da177e4SLinus Torvalds
441da177e4SLinus Torvaldsconfig TOUCHSCREEN_CORGI
4545e2a9b4SEric Miao	tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
461da177e4SLinus Torvalds	depends on PXA_SHARPSL
4745e2a9b4SEric Miao	select CORGI_SSP_DEPRECATED
481da177e4SLinus Torvalds	default y
491da177e4SLinus Torvalds	help
501da177e4SLinus Torvalds	  Say Y here to enable the driver for the touchscreen on the
51513b6e1aSRichard Purdie	  Sharp SL-C7xx and SL-Cxx00 series of PDAs.
521da177e4SLinus Torvalds
531da177e4SLinus Torvalds	  If unsure, say N.
541da177e4SLinus Torvalds
551da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
56513b6e1aSRichard Purdie	  module will be called corgi_ts.
571da177e4SLinus Torvalds
5845e2a9b4SEric Miao	  NOTE: this driver is deprecated, try enable SPI and generic
5945e2a9b4SEric Miao	  ADS7846-based touchscreen driver.
6045e2a9b4SEric Miao
619bcc00b9SEric Miaoconfig TOUCHSCREEN_DA9034
629bcc00b9SEric Miao	tristate "Touchscreen support for Dialog Semiconductor DA9034"
639bcc00b9SEric Miao	depends on PMIC_DA903X
649bcc00b9SEric Miao	default y
659bcc00b9SEric Miao	help
669bcc00b9SEric Miao	  Say Y here to enable the support for the touchscreen found
679bcc00b9SEric Miao	  on Dialog Semiconductor DA9034 PMIC.
689bcc00b9SEric Miao
6985f202d5SDmitry Torokhovconfig TOUCHSCREEN_FUJITSU
7085f202d5SDmitry Torokhov	tristate "Fujitsu serial touchscreen"
7185f202d5SDmitry Torokhov	select SERIO
7285f202d5SDmitry Torokhov	help
7385f202d5SDmitry Torokhov	  Say Y here if you have the Fujitsu touchscreen (such as one
7485f202d5SDmitry Torokhov	  installed in Lifebook P series laptop) connected to your
7585f202d5SDmitry Torokhov	  system.
7685f202d5SDmitry Torokhov
7785f202d5SDmitry Torokhov	  If unsure, say N.
7885f202d5SDmitry Torokhov
7985f202d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the
8085f202d5SDmitry Torokhov	  module will be called fujitsu-ts.
8185f202d5SDmitry Torokhov
821da177e4SLinus Torvaldsconfig TOUCHSCREEN_GUNZE
831da177e4SLinus Torvalds	tristate "Gunze AHL-51S touchscreen"
841da177e4SLinus Torvalds	select SERIO
851da177e4SLinus Torvalds	help
861da177e4SLinus Torvalds	  Say Y here if you have the Gunze AHL-51 touchscreen connected to
871da177e4SLinus Torvalds	  your system.
881da177e4SLinus Torvalds
891da177e4SLinus Torvalds	  If unsure, say N.
901da177e4SLinus Torvalds
911da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
921da177e4SLinus Torvalds	  module will be called gunze.
931da177e4SLinus Torvalds
941da177e4SLinus Torvaldsconfig TOUCHSCREEN_ELO
951da177e4SLinus Torvalds	tristate "Elo serial touchscreens"
961da177e4SLinus Torvalds	select SERIO
971da177e4SLinus Torvalds	help
981da177e4SLinus Torvalds	  Say Y here if you have an Elo serial touchscreen connected to
991da177e4SLinus Torvalds	  your system.
1001da177e4SLinus Torvalds
1011da177e4SLinus Torvalds	  If unsure, say N.
1021da177e4SLinus Torvalds
1031da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
104153ab429SMichael Prokop	  module will be called elo.
1051da177e4SLinus Torvalds
1063eb1aa43SJaya Kumarconfig TOUCHSCREEN_WACOM_W8001
1073eb1aa43SJaya Kumar	tristate "Wacom W8001 penabled serial touchscreen"
1083eb1aa43SJaya Kumar	select SERIO
1093eb1aa43SJaya Kumar	help
1103eb1aa43SJaya Kumar	  Say Y here if you have an Wacom W8001 penabled serial touchscreen
1113eb1aa43SJaya Kumar	  connected to your system.
1123eb1aa43SJaya Kumar
1133eb1aa43SJaya Kumar	  If unsure, say N.
1143eb1aa43SJaya Kumar
1153eb1aa43SJaya Kumar	  To compile this driver as a module, choose M here: the
1163eb1aa43SJaya Kumar	  module will be called wacom_w8001.
1173eb1aa43SJaya Kumar
1183eb1aa43SJaya Kumar
1191da177e4SLinus Torvaldsconfig TOUCHSCREEN_MTOUCH
1201da177e4SLinus Torvalds	tristate "MicroTouch serial touchscreens"
1211da177e4SLinus Torvalds	select SERIO
1221da177e4SLinus Torvalds	help
1231da177e4SLinus Torvalds	  Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
1241da177e4SLinus Torvalds	  your system.
1251da177e4SLinus Torvalds
1261da177e4SLinus Torvalds	  If unsure, say N.
1271da177e4SLinus Torvalds
1281da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1291da177e4SLinus Torvalds	  module will be called mtouch.
1301da177e4SLinus Torvalds
1313cadd2d9SRichard Lemonconfig TOUCHSCREEN_INEXIO
1323cadd2d9SRichard Lemon	tristate "iNexio serial touchscreens"
1333cadd2d9SRichard Lemon	select SERIO
1343cadd2d9SRichard Lemon	help
1353cadd2d9SRichard Lemon	  Say Y here if you have an iNexio serial touchscreen connected to
1363cadd2d9SRichard Lemon	  your system.
1373cadd2d9SRichard Lemon
1383cadd2d9SRichard Lemon	  If unsure, say N.
1393cadd2d9SRichard Lemon
1403cadd2d9SRichard Lemon	  To compile this driver as a module, choose M here: the
1413cadd2d9SRichard Lemon	  module will be called inexio.
1423cadd2d9SRichard Lemon
1431da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712
1441da177e4SLinus Torvalds	tristate "ICS MicroClock MK712 touchscreen"
1451da177e4SLinus Torvalds	help
1461da177e4SLinus Torvalds	  Say Y here if you have the ICS MicroClock MK712 touchscreen
1471da177e4SLinus Torvalds	  controller chip in your system.
1481da177e4SLinus Torvalds
1491da177e4SLinus Torvalds	  If unsure, say N.
1501da177e4SLinus Torvalds
1511da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1521da177e4SLinus Torvalds	  module will be called mk712.
1531da177e4SLinus Torvalds
1541da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600
1554ff891ebSKristoffer Ericson	tristate "HP Jornada 6xx touchscreen"
1560025835cSPaul Mundt	depends on SH_HP6XX && SH_ADC
1571da177e4SLinus Torvalds	help
1584ff891ebSKristoffer Ericson	  Say Y here if you have a HP Jornada 620/660/680/690 and want to
1591da177e4SLinus Torvalds          support the built-in touchscreen.
1601da177e4SLinus Torvalds
1611da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1621da177e4SLinus Torvalds	  module will be called hp680_ts_input.
1631da177e4SLinus Torvalds
1645637f02aSKristoffer Ericsonconfig TOUCHSCREEN_HP7XX
1654ff891ebSKristoffer Ericson	tristate "HP Jornada 7xx touchscreen"
1665637f02aSKristoffer Ericson	depends on SA1100_JORNADA720_SSP
1675637f02aSKristoffer Ericson	help
1685637f02aSKristoffer Ericson	  Say Y here if you have a HP Jornada 710/720/728 and want
1695637f02aSKristoffer Ericson	  to support the built-in touchscreen.
1705637f02aSKristoffer Ericson
1715637f02aSKristoffer Ericson	  To compile this driver as a module, choose M here: the
1725637f02aSKristoffer Ericson	  module will be called jornada720_ts.
1735637f02aSKristoffer Ericson
1745a18c343SPau Oliva Foraconfig TOUCHSCREEN_HTCPEN
1755a18c343SPau Oliva Fora	tristate "HTC Shift X9500 touchscreen"
1765a18c343SPau Oliva Fora	depends on ISA
1775a18c343SPau Oliva Fora	help
1785a18c343SPau Oliva Fora	  Say Y here if you have an HTC Shift UMPC also known as HTC X9500
1795a18c343SPau Oliva Fora	  Clio / Shangrila and want to support the built-in touchscreen.
1805a18c343SPau Oliva Fora
1815a18c343SPau Oliva Fora	  If unsure, say N.
1825a18c343SPau Oliva Fora
1835a18c343SPau Oliva Fora	  To compile this driver as a module, choose M here: the
1845a18c343SPau Oliva Fora	  module will be called htcpen.
1855a18c343SPau Oliva Fora
186ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT
187ee479999SRick Koch	tristate "Penmount serial touchscreen"
188ee479999SRick Koch	select SERIO
189ee479999SRick Koch	help
190ee479999SRick Koch	  Say Y here if you have a Penmount serial touchscreen connected to
191ee479999SRick Koch	  your system.
192ee479999SRick Koch
193ee479999SRick Koch	  If unsure, say N.
194ee479999SRick Koch
195ee479999SRick Koch	  To compile this driver as a module, choose M here: the
196ee479999SRick Koch	  module will be called penmount.
197ee479999SRick Koch
198885c316dSMagnus Dammconfig TOUCHSCREEN_MIGOR
199885c316dSMagnus Damm	tristate "Renesas MIGO-R touchscreen"
200885c316dSMagnus Damm	depends on SH_MIGOR && I2C
201885c316dSMagnus Damm	help
202885c316dSMagnus Damm	  Say Y here to enable MIGO-R touchscreen support.
203885c316dSMagnus Damm
204885c316dSMagnus Damm	  If unsure, say N.
205885c316dSMagnus Damm
206885c316dSMagnus Damm	  To compile this driver as a module, choose M here: the
207885c316dSMagnus Damm	  module will be called migor_ts.
208885c316dSMagnus Damm
2094003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT
2104003dff4SRick Koch	tristate "Touchright serial touchscreen"
2114003dff4SRick Koch	select SERIO
2124003dff4SRick Koch	help
2134003dff4SRick Koch	  Say Y here if you have a Touchright serial touchscreen connected to
2144003dff4SRick Koch	  your system.
2154003dff4SRick Koch
2164003dff4SRick Koch	  If unsure, say N.
2174003dff4SRick Koch
2184003dff4SRick Koch	  To compile this driver as a module, choose M here: the
2194003dff4SRick Koch	  module will be called touchright.
2204003dff4SRick Koch
22111ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN
22211ea3173SRick Koch	tristate "Touchwin serial touchscreen"
22311ea3173SRick Koch	select SERIO
22411ea3173SRick Koch	help
22511ea3173SRick Koch	  Say Y here if you have a Touchwin serial touchscreen connected to
22611ea3173SRick Koch	  your system.
22711ea3173SRick Koch
22811ea3173SRick Koch	  If unsure, say N.
22911ea3173SRick Koch
23011ea3173SRick Koch	  To compile this driver as a module, choose M here: the
23111ea3173SRick Koch	  module will be called touchwin.
23211ea3173SRick Koch
23372d18a7bSDan Liangconfig TOUCHSCREEN_ATMEL_TSADCC
23472d18a7bSDan Liang	tristate "Atmel Touchscreen Interface"
23572d18a7bSDan Liang	depends on ARCH_AT91SAM9RL
23672d18a7bSDan Liang	help
23772d18a7bSDan Liang	  Say Y here if you have a 4-wire touchscreen connected to the
23872d18a7bSDan Liang          ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
23972d18a7bSDan Liang
24072d18a7bSDan Liang	  If unsure, say N.
24172d18a7bSDan Liang
24272d18a7bSDan Liang	  To compile this driver as a module, choose M here: the
24372d18a7bSDan Liang	  module will be called atmel_tsadcc.
24472d18a7bSDan Liang
245f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400
246f40219bfSNicolas Pitre	tristate "Philips UCB1400 touchscreen"
24764c12e9bSAndrew Morton	depends on AC97_BUS
248d9105c2bSMarek Vašut	depends on UCB1400_CORE
249f40219bfSNicolas Pitre	help
250f40219bfSNicolas Pitre	  This enables support for the Philips UCB1400 touchscreen interface.
251f40219bfSNicolas Pitre	  The UCB1400 is an AC97 audio codec.  The touchscreen interface
252f40219bfSNicolas Pitre	  will be initialized only after the ALSA subsystem has been
253f40219bfSNicolas Pitre	  brought up and the UCB1400 detected.  You therefore have to
254f40219bfSNicolas Pitre	  configure ALSA support as well (either built-in or modular,
255f40219bfSNicolas Pitre	  independently of whether this driver is itself built-in or
256f40219bfSNicolas Pitre	  modular) for this driver to work.
257f40219bfSNicolas Pitre
258f40219bfSNicolas Pitre	  To compile this driver as a module, choose M here: the
259f40219bfSNicolas Pitre	  module will be called ucb1400_ts.
260f40219bfSNicolas Pitre
261febf1dffSMark Brownconfig TOUCHSCREEN_WM97XX
262febf1dffSMark Brown	tristate "Support for WM97xx AC97 touchscreen controllers"
263febf1dffSMark Brown	depends on AC97_BUS
264febf1dffSMark Brown	help
265febf1dffSMark Brown	  Say Y here if you have a Wolfson Microelectronics WM97xx
266febf1dffSMark Brown	  touchscreen connected to your system. Note that this option
267febf1dffSMark Brown	  only enables core driver, you will also need to select
268febf1dffSMark Brown	  support for appropriate chip below.
269febf1dffSMark Brown
270febf1dffSMark Brown	  If unsure, say N.
271febf1dffSMark Brown
272febf1dffSMark Brown	  To compile this driver as a module, choose M here: the
273febf1dffSMark Brown	  module will be called wm97xx-ts.
274febf1dffSMark Brown
2759448cefcSMark Brownconfig TOUCHSCREEN_WM9705
2769448cefcSMark Brown	bool "WM9705 Touchscreen interface support"
2779448cefcSMark Brown	depends on TOUCHSCREEN_WM97XX
278558a171dSMark Brown	default y
2799448cefcSMark Brown	help
280558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
281558a171dSMark Brown	  WM9705 touchscreen controller.
2829448cefcSMark Brown
283de22b9efSMark Brownconfig TOUCHSCREEN_WM9712
284de22b9efSMark Brown	bool "WM9712 Touchscreen interface support"
285de22b9efSMark Brown	depends on TOUCHSCREEN_WM97XX
286558a171dSMark Brown	default y
287de22b9efSMark Brown	help
288558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
289558a171dSMark Brown	  WM9712 touchscreen controller.
290de22b9efSMark Brown
291dca98e91SMark Brownconfig TOUCHSCREEN_WM9713
292dca98e91SMark Brown	bool "WM9713 Touchscreen interface support"
293dca98e91SMark Brown	depends on TOUCHSCREEN_WM97XX
294558a171dSMark Brown	default y
295dca98e91SMark Brown	help
296558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
297558a171dSMark Brown	  WM9713 touchscreen controller.
298dca98e91SMark Brown
2994db8a5f2SMark Brownconfig TOUCHSCREEN_WM97XX_MAINSTONE
3004db8a5f2SMark Brown	tristate "WM97xx Mainstone accelerated touch"
3014db8a5f2SMark Brown	depends on TOUCHSCREEN_WM97XX && ARCH_PXA
3024db8a5f2SMark Brown	help
3034db8a5f2SMark Brown	  Say Y here for support for streaming mode with WM97xx touchscreens
3044db8a5f2SMark Brown	  on Mainstone systems.
3054db8a5f2SMark Brown
3064db8a5f2SMark Brown	  If unsure, say N.
3074db8a5f2SMark Brown
3084db8a5f2SMark Brown	  To compile this driver as a module, choose M here: the
3094db8a5f2SMark Brown	  module will be called mainstone-wm97xx.
3104db8a5f2SMark Brown
311*22e39d34SMark Brownconfig TOUCHSCREEN_WM97XX_ZYLONITE
312*22e39d34SMark Brown	tristate "Zylonite accelerated touch"
313*22e39d34SMark Brown	depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
314*22e39d34SMark Brown	select TOUCHSCREEN_WM9713
315*22e39d34SMark Brown	help
316*22e39d34SMark Brown	  Say Y here for support for streaming mode with the touchscreen
317*22e39d34SMark Brown	  on Zylonite systems.
318*22e39d34SMark Brown
319*22e39d34SMark Brown	  If unsure, say N.
320*22e39d34SMark Brown
321*22e39d34SMark Brown	  To compile this driver as a module, choose M here: the
322*22e39d34SMark Brown	  module will be called zylonite-wm97xx.
323*22e39d34SMark Brown
324d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_COMPOSITE
325d05e84e6SDmitry Torokhov	tristate "USB Touchscreen Driver"
3267a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
327d05e84e6SDmitry Torokhov	select USB
328d05e84e6SDmitry Torokhov	help
329d05e84e6SDmitry Torokhov	  USB Touchscreen driver for:
330d05e84e6SDmitry Torokhov	  - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
331d05e84e6SDmitry Torokhov	  - PanJit TouchSet USB
332d05e84e6SDmitry Torokhov	  - 3M MicroTouch USB (EX II series)
333d05e84e6SDmitry Torokhov	  - ITM
334d05e84e6SDmitry Torokhov	  - some other eTurboTouch
335d05e84e6SDmitry Torokhov	  - Gunze AHL61
336d05e84e6SDmitry Torokhov	  - DMC TSC-10/25
337df561fcdSOndrej Zary	  - IRTOUCHSYSTEMS/UNITOP
338a14a8401SOndrej Zary	  - IdealTEK URTC1000
33914e40206SJerrold Jones	  - GoTop Super_Q2/GogoPen/PenPower tablets
340d05e84e6SDmitry Torokhov
341d05e84e6SDmitry Torokhov	  Have a look at <http://linux.chapter7.ch/touchkit/> for
342d05e84e6SDmitry Torokhov	  a usage description and the required user-space stuff.
343d05e84e6SDmitry Torokhov
344d05e84e6SDmitry Torokhov	  To compile this driver as a module, choose M here: the
345d05e84e6SDmitry Torokhov	  module will be called usbtouchscreen.
346d05e84e6SDmitry Torokhov
347d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_EGALAX
348d05e84e6SDmitry Torokhov	default y
349d05e84e6SDmitry Torokhov	bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
350d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
351d05e84e6SDmitry Torokhov
352d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_PANJIT
353d05e84e6SDmitry Torokhov	default y
354d05e84e6SDmitry Torokhov	bool "PanJit device support" if EMBEDDED
355d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
356d05e84e6SDmitry Torokhov
357d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_3M
358d05e84e6SDmitry Torokhov	default y
359d05e84e6SDmitry Torokhov	bool "3M/Microtouch EX II series device support" if EMBEDDED
360d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
361d05e84e6SDmitry Torokhov
362d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ITM
363d05e84e6SDmitry Torokhov	default y
364d05e84e6SDmitry Torokhov	bool "ITM device support" if EMBEDDED
365d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
366d05e84e6SDmitry Torokhov
367d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ETURBO
368d05e84e6SDmitry Torokhov	default y
369d05e84e6SDmitry Torokhov	bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
370d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
371d05e84e6SDmitry Torokhov
372d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_GUNZE
373d05e84e6SDmitry Torokhov	default y
374d05e84e6SDmitry Torokhov	bool "Gunze AHL61 device support" if EMBEDDED
375d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
376d05e84e6SDmitry Torokhov
377d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_DMC_TSC10
378d05e84e6SDmitry Torokhov	default y
379d05e84e6SDmitry Torokhov	bool "DMC TSC-10/25 device support" if EMBEDDED
380d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
381d05e84e6SDmitry Torokhov
382df561fcdSOndrej Zaryconfig TOUCHSCREEN_USB_IRTOUCH
383df561fcdSOndrej Zary	default y
384df561fcdSOndrej Zary	bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
385df561fcdSOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
386df561fcdSOndrej Zary
387a14a8401SOndrej Zaryconfig TOUCHSCREEN_USB_IDEALTEK
388a14a8401SOndrej Zary	default y
389a14a8401SOndrej Zary	bool "IdealTEK URTC1000 device support" if EMBEDDED
390a14a8401SOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
391a14a8401SOndrej Zary
3929d5657dbSIlya Frolovconfig TOUCHSCREEN_USB_GENERAL_TOUCH
3939d5657dbSIlya Frolov	default y
3949d5657dbSIlya Frolov	bool "GeneralTouch Touchscreen device support" if EMBEDDED
3959d5657dbSIlya Frolov	depends on TOUCHSCREEN_USB_COMPOSITE
3969d5657dbSIlya Frolov
39714e40206SJerrold Jonesconfig TOUCHSCREEN_USB_GOTOP
39814e40206SJerrold Jones	default y
39914e40206SJerrold Jones	bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
40014e40206SJerrold Jones	depends on TOUCHSCREEN_USB_COMPOSITE
40114e40206SJerrold Jones
40273422392SClaudio Niederconfig TOUCHSCREEN_TOUCHIT213
40373422392SClaudio Nieder	tristate "Sahara TouchIT-213 touchscreen"
40473422392SClaudio Nieder	select SERIO
40573422392SClaudio Nieder	help
40673422392SClaudio Nieder	  Say Y here if you have a Sahara TouchIT-213 Tablet PC.
40773422392SClaudio Nieder
40873422392SClaudio Nieder	  If unsure, say N.
40973422392SClaudio Nieder
41073422392SClaudio Nieder	  To compile this driver as a module, choose M here: the
41173422392SClaudio Nieder	  module will be called touchit213.
41273422392SClaudio Nieder
41350b6f1f4SKwangwoo Leeconfig TOUCHSCREEN_TSC2007
41450b6f1f4SKwangwoo Lee	tristate "TSC2007 based touchscreens"
41550b6f1f4SKwangwoo Lee	depends on I2C
41650b6f1f4SKwangwoo Lee	help
41750b6f1f4SKwangwoo Lee	  Say Y here if you have a TSC2007 based touchscreen.
41850b6f1f4SKwangwoo Lee
41950b6f1f4SKwangwoo Lee	  If unsure, say N.
42050b6f1f4SKwangwoo Lee
42150b6f1f4SKwangwoo Lee	  To compile this driver as a module, choose M here: the
42250b6f1f4SKwangwoo Lee	  module will be called tsc2007.
42350b6f1f4SKwangwoo Lee
4241da177e4SLinus Torvaldsendif
425