xref: /openbmc/linux/drivers/input/touchscreen/Kconfig (revision 985f37f827f5012f88e286914cdbae87b9f50ed1)
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
32331b78edSMichael Hennerichconfig TOUCHSCREEN_AD7877
33331b78edSMichael Hennerich	tristate "AD7877 based touchscreens"
34331b78edSMichael Hennerich	depends on SPI_MASTER
35331b78edSMichael Hennerich	help
36331b78edSMichael Hennerich	  Say Y here if you have a touchscreen interface using the
37331b78edSMichael Hennerich	  AD7877 controller, and your board-specific initialization
38331b78edSMichael Hennerich	  code includes that in its table of SPI devices.
39331b78edSMichael Hennerich
40331b78edSMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
41331b78edSMichael Hennerich
42331b78edSMichael Hennerich	  To compile this driver as a module, choose M here: the
43331b78edSMichael Hennerich	  module will be called ad7877.
44331b78edSMichael Hennerich
45b4be468cSMichael Hennerichconfig TOUCHSCREEN_AD7879_I2C
46b4be468cSMichael Hennerich	tristate "AD7879 based touchscreens: AD7879-1 I2C Interface"
47b4be468cSMichael Hennerich	depends on I2C
48b4be468cSMichael Hennerich	select TOUCHSCREEN_AD7879
49b4be468cSMichael Hennerich	help
50b4be468cSMichael Hennerich	  Say Y here if you have a touchscreen interface using the
5136fb2527SMichael Hennerich	  AD7879-1/AD7889-1 controller, and your board-specific
5236fb2527SMichael Hennerich	  initialization code includes that in its table of I2C devices.
53b4be468cSMichael Hennerich
54b4be468cSMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
55b4be468cSMichael Hennerich
56b4be468cSMichael Hennerich	  To compile this driver as a module, choose M here: the
57b4be468cSMichael Hennerich	  module will be called ad7879.
58b4be468cSMichael Hennerich
59b4be468cSMichael Hennerichconfig TOUCHSCREEN_AD7879_SPI
60b4be468cSMichael Hennerich	tristate "AD7879 based touchscreens: AD7879 SPI Interface"
61b4be468cSMichael Hennerich	depends on SPI_MASTER && TOUCHSCREEN_AD7879_I2C = n
62b4be468cSMichael Hennerich	select TOUCHSCREEN_AD7879
63b4be468cSMichael Hennerich	help
64b4be468cSMichael Hennerich	  Say Y here if you have a touchscreen interface using the
6536fb2527SMichael Hennerich	  AD7879/AD7889 controller, and your board-specific initialization
66b4be468cSMichael Hennerich	  code includes that in its table of SPI devices.
67b4be468cSMichael Hennerich
68b4be468cSMichael Hennerich	  If unsure, say N (but it's safe to say "Y").
69b4be468cSMichael Hennerich
70b4be468cSMichael Hennerich	  To compile this driver as a module, choose M here: the
71b4be468cSMichael Hennerich	  module will be called ad7879.
72b4be468cSMichael Hennerich
73b4be468cSMichael Hennerichconfig TOUCHSCREEN_AD7879
74b4be468cSMichael Hennerich	tristate
75b4be468cSMichael Hennerich	default n
76b4be468cSMichael Hennerich
771da177e4SLinus Torvaldsconfig TOUCHSCREEN_BITSY
781da177e4SLinus Torvalds	tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
791da177e4SLinus Torvalds	depends on SA1100_BITSY
801da177e4SLinus Torvalds	select SERIO
811da177e4SLinus Torvalds	help
821da177e4SLinus Torvalds	  Say Y here if you have the h3600 (Bitsy) touchscreen.
831da177e4SLinus Torvalds
841da177e4SLinus Torvalds	  If unsure, say N.
851da177e4SLinus Torvalds
861da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
871da177e4SLinus Torvalds	  module will be called h3600_ts_input.
881da177e4SLinus Torvalds
891da177e4SLinus Torvaldsconfig TOUCHSCREEN_CORGI
9045e2a9b4SEric Miao	tristate "SharpSL (Corgi and Spitz series) touchscreen driver (DEPRECATED)"
911da177e4SLinus Torvalds	depends on PXA_SHARPSL
9245e2a9b4SEric Miao	select CORGI_SSP_DEPRECATED
931da177e4SLinus Torvalds	default y
941da177e4SLinus Torvalds	help
951da177e4SLinus Torvalds	  Say Y here to enable the driver for the touchscreen on the
96513b6e1aSRichard Purdie	  Sharp SL-C7xx and SL-Cxx00 series of PDAs.
971da177e4SLinus Torvalds
981da177e4SLinus Torvalds	  If unsure, say N.
991da177e4SLinus Torvalds
1001da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
101513b6e1aSRichard Purdie	  module will be called corgi_ts.
1021da177e4SLinus Torvalds
10345e2a9b4SEric Miao	  NOTE: this driver is deprecated, try enable SPI and generic
10445e2a9b4SEric Miao	  ADS7846-based touchscreen driver.
10545e2a9b4SEric Miao
1069bcc00b9SEric Miaoconfig TOUCHSCREEN_DA9034
1079bcc00b9SEric Miao	tristate "Touchscreen support for Dialog Semiconductor DA9034"
1089bcc00b9SEric Miao	depends on PMIC_DA903X
1099bcc00b9SEric Miao	default y
1109bcc00b9SEric Miao	help
1119bcc00b9SEric Miao	  Say Y here to enable the support for the touchscreen found
1129bcc00b9SEric Miao	  on Dialog Semiconductor DA9034 PMIC.
1139bcc00b9SEric Miao
114a5f523bcSTias Gunsconfig TOUCHSCREEN_DYNAPRO
115a5f523bcSTias Guns	tristate "Dynapro serial touchscreen"
116a5f523bcSTias Guns	select SERIO
117a5f523bcSTias Guns	help
118a5f523bcSTias Guns	  Say Y here if you have a Dynapro serial touchscreen connected to
119a5f523bcSTias Guns	  your system.
120a5f523bcSTias Guns
121a5f523bcSTias Guns	  If unsure, say N.
122a5f523bcSTias Guns
123a5f523bcSTias Guns	  To compile this driver as a module, choose M here: the
124a5f523bcSTias Guns	  module will be called dynapro.
125a5f523bcSTias Guns
12610494dceSDaniel Mackconfig TOUCHSCREEN_EETI
12710494dceSDaniel Mack	tristate "EETI touchscreen panel support"
12810494dceSDaniel Mack	depends on I2C
12910494dceSDaniel Mack	help
13010494dceSDaniel Mack	  Say Y here to enable support for I2C connected EETI touch panels.
13110494dceSDaniel Mack
13210494dceSDaniel Mack	  To compile this driver as a module, choose M here: the
13310494dceSDaniel Mack	  module will be called eeti_ts.
13410494dceSDaniel Mack
13585f202d5SDmitry Torokhovconfig TOUCHSCREEN_FUJITSU
13685f202d5SDmitry Torokhov	tristate "Fujitsu serial touchscreen"
13785f202d5SDmitry Torokhov	select SERIO
13885f202d5SDmitry Torokhov	help
13985f202d5SDmitry Torokhov	  Say Y here if you have the Fujitsu touchscreen (such as one
14085f202d5SDmitry Torokhov	  installed in Lifebook P series laptop) connected to your
14185f202d5SDmitry Torokhov	  system.
14285f202d5SDmitry Torokhov
14385f202d5SDmitry Torokhov	  If unsure, say N.
14485f202d5SDmitry Torokhov
14585f202d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the
14685f202d5SDmitry Torokhov	  module will be called fujitsu-ts.
14785f202d5SDmitry Torokhov
1481da177e4SLinus Torvaldsconfig TOUCHSCREEN_GUNZE
1491da177e4SLinus Torvalds	tristate "Gunze AHL-51S touchscreen"
1501da177e4SLinus Torvalds	select SERIO
1511da177e4SLinus Torvalds	help
1521da177e4SLinus Torvalds	  Say Y here if you have the Gunze AHL-51 touchscreen connected to
1531da177e4SLinus Torvalds	  your system.
1541da177e4SLinus Torvalds
1551da177e4SLinus Torvalds	  If unsure, say N.
1561da177e4SLinus Torvalds
1571da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1581da177e4SLinus Torvalds	  module will be called gunze.
1591da177e4SLinus Torvalds
1601da177e4SLinus Torvaldsconfig TOUCHSCREEN_ELO
1611da177e4SLinus Torvalds	tristate "Elo serial touchscreens"
1621da177e4SLinus Torvalds	select SERIO
1631da177e4SLinus Torvalds	help
1641da177e4SLinus Torvalds	  Say Y here if you have an Elo serial touchscreen connected to
1651da177e4SLinus Torvalds	  your system.
1661da177e4SLinus Torvalds
1671da177e4SLinus Torvalds	  If unsure, say N.
1681da177e4SLinus Torvalds
1691da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
170153ab429SMichael Prokop	  module will be called elo.
1711da177e4SLinus Torvalds
1723eb1aa43SJaya Kumarconfig TOUCHSCREEN_WACOM_W8001
1733eb1aa43SJaya Kumar	tristate "Wacom W8001 penabled serial touchscreen"
1743eb1aa43SJaya Kumar	select SERIO
1753eb1aa43SJaya Kumar	help
1763eb1aa43SJaya Kumar	  Say Y here if you have an Wacom W8001 penabled serial touchscreen
1773eb1aa43SJaya Kumar	  connected to your system.
1783eb1aa43SJaya Kumar
1793eb1aa43SJaya Kumar	  If unsure, say N.
1803eb1aa43SJaya Kumar
1813eb1aa43SJaya Kumar	  To compile this driver as a module, choose M here: the
1823eb1aa43SJaya Kumar	  module will be called wacom_w8001.
1833eb1aa43SJaya Kumar
18438e783b3SJoonyoung Shimconfig TOUCHSCREEN_MCS5000
18538e783b3SJoonyoung Shim	tristate "MELFAS MCS-5000 touchscreen"
18638e783b3SJoonyoung Shim	depends on I2C
18738e783b3SJoonyoung Shim	help
18838e783b3SJoonyoung Shim	  Say Y here if you have the MELFAS MCS-5000 touchscreen controller
18938e783b3SJoonyoung Shim	  chip in your system.
19038e783b3SJoonyoung Shim
19138e783b3SJoonyoung Shim	  If unsure, say N.
19238e783b3SJoonyoung Shim
19338e783b3SJoonyoung Shim	  To compile this driver as a module, choose M here: the
19438e783b3SJoonyoung Shim	  module will be called mcs5000_ts.
1953eb1aa43SJaya Kumar
1961da177e4SLinus Torvaldsconfig TOUCHSCREEN_MTOUCH
1971da177e4SLinus Torvalds	tristate "MicroTouch serial touchscreens"
1981da177e4SLinus Torvalds	select SERIO
1991da177e4SLinus Torvalds	help
2001da177e4SLinus Torvalds	  Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
2011da177e4SLinus Torvalds	  your system.
2021da177e4SLinus Torvalds
2031da177e4SLinus Torvalds	  If unsure, say N.
2041da177e4SLinus Torvalds
2051da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2061da177e4SLinus Torvalds	  module will be called mtouch.
2071da177e4SLinus Torvalds
2083cadd2d9SRichard Lemonconfig TOUCHSCREEN_INEXIO
2093cadd2d9SRichard Lemon	tristate "iNexio serial touchscreens"
2103cadd2d9SRichard Lemon	select SERIO
2113cadd2d9SRichard Lemon	help
2123cadd2d9SRichard Lemon	  Say Y here if you have an iNexio serial touchscreen connected to
2133cadd2d9SRichard Lemon	  your system.
2143cadd2d9SRichard Lemon
2153cadd2d9SRichard Lemon	  If unsure, say N.
2163cadd2d9SRichard Lemon
2173cadd2d9SRichard Lemon	  To compile this driver as a module, choose M here: the
2183cadd2d9SRichard Lemon	  module will be called inexio.
2193cadd2d9SRichard Lemon
2201da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712
2211da177e4SLinus Torvalds	tristate "ICS MicroClock MK712 touchscreen"
2221da177e4SLinus Torvalds	help
2231da177e4SLinus Torvalds	  Say Y here if you have the ICS MicroClock MK712 touchscreen
2241da177e4SLinus Torvalds	  controller chip in your system.
2251da177e4SLinus Torvalds
2261da177e4SLinus Torvalds	  If unsure, say N.
2271da177e4SLinus Torvalds
2281da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2291da177e4SLinus Torvalds	  module will be called mk712.
2301da177e4SLinus Torvalds
2311da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600
2324ff891ebSKristoffer Ericson	tristate "HP Jornada 6xx touchscreen"
2330025835cSPaul Mundt	depends on SH_HP6XX && SH_ADC
2341da177e4SLinus Torvalds	help
2354ff891ebSKristoffer Ericson	  Say Y here if you have a HP Jornada 620/660/680/690 and want to
2361da177e4SLinus Torvalds          support the built-in touchscreen.
2371da177e4SLinus Torvalds
2381da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2391da177e4SLinus Torvalds	  module will be called hp680_ts_input.
2401da177e4SLinus Torvalds
2415637f02aSKristoffer Ericsonconfig TOUCHSCREEN_HP7XX
2424ff891ebSKristoffer Ericson	tristate "HP Jornada 7xx touchscreen"
2435637f02aSKristoffer Ericson	depends on SA1100_JORNADA720_SSP
2445637f02aSKristoffer Ericson	help
2455637f02aSKristoffer Ericson	  Say Y here if you have a HP Jornada 710/720/728 and want
2465637f02aSKristoffer Ericson	  to support the built-in touchscreen.
2475637f02aSKristoffer Ericson
2485637f02aSKristoffer Ericson	  To compile this driver as a module, choose M here: the
2495637f02aSKristoffer Ericson	  module will be called jornada720_ts.
2505637f02aSKristoffer Ericson
2515a18c343SPau Oliva Foraconfig TOUCHSCREEN_HTCPEN
2525a18c343SPau Oliva Fora	tristate "HTC Shift X9500 touchscreen"
2535a18c343SPau Oliva Fora	depends on ISA
2545a18c343SPau Oliva Fora	help
2555a18c343SPau Oliva Fora	  Say Y here if you have an HTC Shift UMPC also known as HTC X9500
2565a18c343SPau Oliva Fora	  Clio / Shangrila and want to support the built-in touchscreen.
2575a18c343SPau Oliva Fora
2585a18c343SPau Oliva Fora	  If unsure, say N.
2595a18c343SPau Oliva Fora
2605a18c343SPau Oliva Fora	  To compile this driver as a module, choose M here: the
2615a18c343SPau Oliva Fora	  module will be called htcpen.
2625a18c343SPau Oliva Fora
263ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT
264ee479999SRick Koch	tristate "Penmount serial touchscreen"
265ee479999SRick Koch	select SERIO
266ee479999SRick Koch	help
267ee479999SRick Koch	  Say Y here if you have a Penmount serial touchscreen connected to
268ee479999SRick Koch	  your system.
269ee479999SRick Koch
270ee479999SRick Koch	  If unsure, say N.
271ee479999SRick Koch
272ee479999SRick Koch	  To compile this driver as a module, choose M here: the
273ee479999SRick Koch	  module will be called penmount.
274ee479999SRick Koch
275885c316dSMagnus Dammconfig TOUCHSCREEN_MIGOR
276885c316dSMagnus Damm	tristate "Renesas MIGO-R touchscreen"
277885c316dSMagnus Damm	depends on SH_MIGOR && I2C
278885c316dSMagnus Damm	help
279885c316dSMagnus Damm	  Say Y here to enable MIGO-R touchscreen support.
280885c316dSMagnus Damm
281885c316dSMagnus Damm	  If unsure, say N.
282885c316dSMagnus Damm
283885c316dSMagnus Damm	  To compile this driver as a module, choose M here: the
284885c316dSMagnus Damm	  module will be called migor_ts.
285885c316dSMagnus Damm
2864003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT
2874003dff4SRick Koch	tristate "Touchright serial touchscreen"
2884003dff4SRick Koch	select SERIO
2894003dff4SRick Koch	help
2904003dff4SRick Koch	  Say Y here if you have a Touchright serial touchscreen connected to
2914003dff4SRick Koch	  your system.
2924003dff4SRick Koch
2934003dff4SRick Koch	  If unsure, say N.
2944003dff4SRick Koch
2954003dff4SRick Koch	  To compile this driver as a module, choose M here: the
2964003dff4SRick Koch	  module will be called touchright.
2974003dff4SRick Koch
29811ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN
29911ea3173SRick Koch	tristate "Touchwin serial touchscreen"
30011ea3173SRick Koch	select SERIO
30111ea3173SRick Koch	help
30211ea3173SRick Koch	  Say Y here if you have a Touchwin serial touchscreen connected to
30311ea3173SRick Koch	  your system.
30411ea3173SRick Koch
30511ea3173SRick Koch	  If unsure, say N.
30611ea3173SRick Koch
30711ea3173SRick Koch	  To compile this driver as a module, choose M here: the
30811ea3173SRick Koch	  module will be called touchwin.
30911ea3173SRick Koch
31072d18a7bSDan Liangconfig TOUCHSCREEN_ATMEL_TSADCC
31172d18a7bSDan Liang	tristate "Atmel Touchscreen Interface"
312*985f37f8SNicolas Ferre	depends on ARCH_AT91SAM9RL || ARCH_AT91SAM9G45
31372d18a7bSDan Liang	help
31472d18a7bSDan Liang	  Say Y here if you have a 4-wire touchscreen connected to the
31572d18a7bSDan Liang          ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
31672d18a7bSDan Liang
31772d18a7bSDan Liang	  If unsure, say N.
31872d18a7bSDan Liang
31972d18a7bSDan Liang	  To compile this driver as a module, choose M here: the
32072d18a7bSDan Liang	  module will be called atmel_tsadcc.
32172d18a7bSDan Liang
322f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400
323f40219bfSNicolas Pitre	tristate "Philips UCB1400 touchscreen"
32464c12e9bSAndrew Morton	depends on AC97_BUS
325d9105c2bSMarek Vašut	depends on UCB1400_CORE
326f40219bfSNicolas Pitre	help
327f40219bfSNicolas Pitre	  This enables support for the Philips UCB1400 touchscreen interface.
328f40219bfSNicolas Pitre	  The UCB1400 is an AC97 audio codec.  The touchscreen interface
329f40219bfSNicolas Pitre	  will be initialized only after the ALSA subsystem has been
330f40219bfSNicolas Pitre	  brought up and the UCB1400 detected.  You therefore have to
331f40219bfSNicolas Pitre	  configure ALSA support as well (either built-in or modular,
332f40219bfSNicolas Pitre	  independently of whether this driver is itself built-in or
333f40219bfSNicolas Pitre	  modular) for this driver to work.
334f40219bfSNicolas Pitre
335f40219bfSNicolas Pitre	  To compile this driver as a module, choose M here: the
336f40219bfSNicolas Pitre	  module will be called ucb1400_ts.
337f40219bfSNicolas Pitre
338febf1dffSMark Brownconfig TOUCHSCREEN_WM97XX
339febf1dffSMark Brown	tristate "Support for WM97xx AC97 touchscreen controllers"
340febf1dffSMark Brown	depends on AC97_BUS
341febf1dffSMark Brown	help
342febf1dffSMark Brown	  Say Y here if you have a Wolfson Microelectronics WM97xx
343febf1dffSMark Brown	  touchscreen connected to your system. Note that this option
344febf1dffSMark Brown	  only enables core driver, you will also need to select
345febf1dffSMark Brown	  support for appropriate chip below.
346febf1dffSMark Brown
347febf1dffSMark Brown	  If unsure, say N.
348febf1dffSMark Brown
349febf1dffSMark Brown	  To compile this driver as a module, choose M here: the
350febf1dffSMark Brown	  module will be called wm97xx-ts.
351febf1dffSMark Brown
3529448cefcSMark Brownconfig TOUCHSCREEN_WM9705
3539448cefcSMark Brown	bool "WM9705 Touchscreen interface support"
3549448cefcSMark Brown	depends on TOUCHSCREEN_WM97XX
355558a171dSMark Brown	default y
3569448cefcSMark Brown	help
357558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
358558a171dSMark Brown	  WM9705 touchscreen controller.
3599448cefcSMark Brown
360de22b9efSMark Brownconfig TOUCHSCREEN_WM9712
361de22b9efSMark Brown	bool "WM9712 Touchscreen interface support"
362de22b9efSMark Brown	depends on TOUCHSCREEN_WM97XX
363558a171dSMark Brown	default y
364de22b9efSMark Brown	help
365558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
366558a171dSMark Brown	  WM9712 touchscreen controller.
367de22b9efSMark Brown
368dca98e91SMark Brownconfig TOUCHSCREEN_WM9713
369dca98e91SMark Brown	bool "WM9713 Touchscreen interface support"
370dca98e91SMark Brown	depends on TOUCHSCREEN_WM97XX
371558a171dSMark Brown	default y
372dca98e91SMark Brown	help
373558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
374558a171dSMark Brown	  WM9713 touchscreen controller.
375dca98e91SMark Brown
376864fe73cSHans-Christian Egtvedtconfig TOUCHSCREEN_WM97XX_ATMEL
377864fe73cSHans-Christian Egtvedt	tristate "WM97xx Atmel accelerated touch"
378864fe73cSHans-Christian Egtvedt	depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91)
379864fe73cSHans-Christian Egtvedt	help
380864fe73cSHans-Christian Egtvedt	  Say Y here for support for streaming mode with WM97xx touchscreens
381864fe73cSHans-Christian Egtvedt	  on Atmel AT91 or AVR32 systems with an AC97C module.
382864fe73cSHans-Christian Egtvedt
383864fe73cSHans-Christian Egtvedt	  Be aware that this will use channel B in the controller for
384864fe73cSHans-Christian Egtvedt	  streaming data, this must not conflict with other AC97C drivers.
385864fe73cSHans-Christian Egtvedt
386864fe73cSHans-Christian Egtvedt	  If unsure, say N.
387864fe73cSHans-Christian Egtvedt
388864fe73cSHans-Christian Egtvedt	  To compile this driver as a module, choose M here: the module will
389864fe73cSHans-Christian Egtvedt	  be called atmel-wm97xx.
390864fe73cSHans-Christian Egtvedt
3914db8a5f2SMark Brownconfig TOUCHSCREEN_WM97XX_MAINSTONE
392b833306fSMarek Vasut	tristate "WM97xx Mainstone/Palm accelerated touch"
3934db8a5f2SMark Brown	depends on TOUCHSCREEN_WM97XX && ARCH_PXA
3944db8a5f2SMark Brown	help
3954db8a5f2SMark Brown	  Say Y here for support for streaming mode with WM97xx touchscreens
396b833306fSMarek Vasut	  on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
3974db8a5f2SMark Brown
3984db8a5f2SMark Brown	  If unsure, say N.
3994db8a5f2SMark Brown
4004db8a5f2SMark Brown	  To compile this driver as a module, choose M here: the
4014db8a5f2SMark Brown	  module will be called mainstone-wm97xx.
4024db8a5f2SMark Brown
40322e39d34SMark Brownconfig TOUCHSCREEN_WM97XX_ZYLONITE
40422e39d34SMark Brown	tristate "Zylonite accelerated touch"
40522e39d34SMark Brown	depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
40622e39d34SMark Brown	select TOUCHSCREEN_WM9713
40722e39d34SMark Brown	help
40822e39d34SMark Brown	  Say Y here for support for streaming mode with the touchscreen
40922e39d34SMark Brown	  on Zylonite systems.
41022e39d34SMark Brown
41122e39d34SMark Brown	  If unsure, say N.
41222e39d34SMark Brown
41322e39d34SMark Brown	  To compile this driver as a module, choose M here: the
41422e39d34SMark Brown	  module will be called zylonite-wm97xx.
41522e39d34SMark Brown
416d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_COMPOSITE
417d05e84e6SDmitry Torokhov	tristate "USB Touchscreen Driver"
4187a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
419d05e84e6SDmitry Torokhov	select USB
420d05e84e6SDmitry Torokhov	help
421d05e84e6SDmitry Torokhov	  USB Touchscreen driver for:
422d05e84e6SDmitry Torokhov	  - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
423d05e84e6SDmitry Torokhov	  - PanJit TouchSet USB
424d05e84e6SDmitry Torokhov	  - 3M MicroTouch USB (EX II series)
425d05e84e6SDmitry Torokhov	  - ITM
426d05e84e6SDmitry Torokhov	  - some other eTurboTouch
427d05e84e6SDmitry Torokhov	  - Gunze AHL61
428d05e84e6SDmitry Torokhov	  - DMC TSC-10/25
429df561fcdSOndrej Zary	  - IRTOUCHSYSTEMS/UNITOP
430a14a8401SOndrej Zary	  - IdealTEK URTC1000
43114e40206SJerrold Jones	  - GoTop Super_Q2/GogoPen/PenPower tablets
432f7370699SJim Persson	  - JASTEC USB Touch Controller/DigiTech DTR-02U
433d05e84e6SDmitry Torokhov
434d05e84e6SDmitry Torokhov	  Have a look at <http://linux.chapter7.ch/touchkit/> for
435d05e84e6SDmitry Torokhov	  a usage description and the required user-space stuff.
436d05e84e6SDmitry Torokhov
437d05e84e6SDmitry Torokhov	  To compile this driver as a module, choose M here: the
438d05e84e6SDmitry Torokhov	  module will be called usbtouchscreen.
439d05e84e6SDmitry Torokhov
440d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_EGALAX
441d05e84e6SDmitry Torokhov	default y
442d05e84e6SDmitry Torokhov	bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
443d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
444d05e84e6SDmitry Torokhov
445d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_PANJIT
446d05e84e6SDmitry Torokhov	default y
447d05e84e6SDmitry Torokhov	bool "PanJit device support" if EMBEDDED
448d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
449d05e84e6SDmitry Torokhov
450d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_3M
451d05e84e6SDmitry Torokhov	default y
452d05e84e6SDmitry Torokhov	bool "3M/Microtouch EX II series device support" if EMBEDDED
453d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
454d05e84e6SDmitry Torokhov
455d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ITM
456d05e84e6SDmitry Torokhov	default y
457d05e84e6SDmitry Torokhov	bool "ITM device support" if EMBEDDED
458d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
459d05e84e6SDmitry Torokhov
460d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ETURBO
461d05e84e6SDmitry Torokhov	default y
462d05e84e6SDmitry Torokhov	bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
463d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
464d05e84e6SDmitry Torokhov
465d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_GUNZE
466d05e84e6SDmitry Torokhov	default y
467d05e84e6SDmitry Torokhov	bool "Gunze AHL61 device support" if EMBEDDED
468d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
469d05e84e6SDmitry Torokhov
470d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_DMC_TSC10
471d05e84e6SDmitry Torokhov	default y
472d05e84e6SDmitry Torokhov	bool "DMC TSC-10/25 device support" if EMBEDDED
473d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
474d05e84e6SDmitry Torokhov
475df561fcdSOndrej Zaryconfig TOUCHSCREEN_USB_IRTOUCH
476df561fcdSOndrej Zary	default y
477df561fcdSOndrej Zary	bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
478df561fcdSOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
479df561fcdSOndrej Zary
480a14a8401SOndrej Zaryconfig TOUCHSCREEN_USB_IDEALTEK
481a14a8401SOndrej Zary	default y
482a14a8401SOndrej Zary	bool "IdealTEK URTC1000 device support" if EMBEDDED
483a14a8401SOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
484a14a8401SOndrej Zary
4859d5657dbSIlya Frolovconfig TOUCHSCREEN_USB_GENERAL_TOUCH
4869d5657dbSIlya Frolov	default y
4879d5657dbSIlya Frolov	bool "GeneralTouch Touchscreen device support" if EMBEDDED
4889d5657dbSIlya Frolov	depends on TOUCHSCREEN_USB_COMPOSITE
4899d5657dbSIlya Frolov
49014e40206SJerrold Jonesconfig TOUCHSCREEN_USB_GOTOP
49114e40206SJerrold Jones	default y
49214e40206SJerrold Jones	bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
49314e40206SJerrold Jones	depends on TOUCHSCREEN_USB_COMPOSITE
49414e40206SJerrold Jones
495f7370699SJim Perssonconfig TOUCHSCREEN_USB_JASTEC
496f7370699SJim Persson	default y
497f7370699SJim Persson	bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED
498f7370699SJim Persson	depends on TOUCHSCREEN_USB_COMPOSITE
499f7370699SJim Persson
5009e3b2583SFlorian Echtlerconfig TOUCHSCREEN_USB_E2I
5019e3b2583SFlorian Echtler	default y
5029e3b2583SFlorian Echtler	bool "e2i Touchscreen controller (e.g. from Mimo 740)"
5039e3b2583SFlorian Echtler	depends on TOUCHSCREEN_USB_COMPOSITE
5049e3b2583SFlorian Echtler
50573422392SClaudio Niederconfig TOUCHSCREEN_TOUCHIT213
50673422392SClaudio Nieder	tristate "Sahara TouchIT-213 touchscreen"
50773422392SClaudio Nieder	select SERIO
50873422392SClaudio Nieder	help
50973422392SClaudio Nieder	  Say Y here if you have a Sahara TouchIT-213 Tablet PC.
51073422392SClaudio Nieder
51173422392SClaudio Nieder	  If unsure, say N.
51273422392SClaudio Nieder
51373422392SClaudio Nieder	  To compile this driver as a module, choose M here: the
51473422392SClaudio Nieder	  module will be called touchit213.
51573422392SClaudio Nieder
51650b6f1f4SKwangwoo Leeconfig TOUCHSCREEN_TSC2007
51750b6f1f4SKwangwoo Lee	tristate "TSC2007 based touchscreens"
51850b6f1f4SKwangwoo Lee	depends on I2C
51950b6f1f4SKwangwoo Lee	help
52050b6f1f4SKwangwoo Lee	  Say Y here if you have a TSC2007 based touchscreen.
52150b6f1f4SKwangwoo Lee
52250b6f1f4SKwangwoo Lee	  If unsure, say N.
52350b6f1f4SKwangwoo Lee
52450b6f1f4SKwangwoo Lee	  To compile this driver as a module, choose M here: the
52550b6f1f4SKwangwoo Lee	  module will be called tsc2007.
52650b6f1f4SKwangwoo Lee
5277e3f7375SWan ZongShunconfig TOUCHSCREEN_W90X900
5287e3f7375SWan ZongShun	tristate "W90P910 touchscreen driver"
529b7788c5fSWan ZongShun	depends on HAVE_CLK
5307e3f7375SWan ZongShun	help
5317e3f7375SWan ZongShun	  Say Y here if you have a W90P910 based touchscreen.
5327e3f7375SWan ZongShun
5337e3f7375SWan ZongShun	  To compile this driver as a module, choose M here: the
5347e3f7375SWan ZongShun	  module will be called w90p910_ts.
5357e3f7375SWan ZongShun
5360387e107SDaniel Ribeiroconfig TOUCHSCREEN_PCAP
5370387e107SDaniel Ribeiro	tristate "Motorola PCAP touchscreen"
5380387e107SDaniel Ribeiro	depends on EZX_PCAP
5390387e107SDaniel Ribeiro	help
5400387e107SDaniel Ribeiro	  Say Y here if you have a Motorola EZX telephone and
5410387e107SDaniel Ribeiro	  want to enable support for the built-in touchscreen.
5420387e107SDaniel Ribeiro
5430387e107SDaniel Ribeiro	  To compile this driver as a module, choose M here: the
5440387e107SDaniel Ribeiro	  module will be called pcap_ts.
5451da177e4SLinus Torvaldsendif
546