xref: /openbmc/linux/drivers/input/touchscreen/Kconfig (revision 38e783b38148531c0840ac130b97eb8158f84b48)
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
11410494dceSDaniel Mackconfig TOUCHSCREEN_EETI
11510494dceSDaniel Mack	tristate "EETI touchscreen panel support"
11610494dceSDaniel Mack	depends on I2C
11710494dceSDaniel Mack	help
11810494dceSDaniel Mack	  Say Y here to enable support for I2C connected EETI touch panels.
11910494dceSDaniel Mack
12010494dceSDaniel Mack	  To compile this driver as a module, choose M here: the
12110494dceSDaniel Mack	  module will be called eeti_ts.
12210494dceSDaniel Mack
12385f202d5SDmitry Torokhovconfig TOUCHSCREEN_FUJITSU
12485f202d5SDmitry Torokhov	tristate "Fujitsu serial touchscreen"
12585f202d5SDmitry Torokhov	select SERIO
12685f202d5SDmitry Torokhov	help
12785f202d5SDmitry Torokhov	  Say Y here if you have the Fujitsu touchscreen (such as one
12885f202d5SDmitry Torokhov	  installed in Lifebook P series laptop) connected to your
12985f202d5SDmitry Torokhov	  system.
13085f202d5SDmitry Torokhov
13185f202d5SDmitry Torokhov	  If unsure, say N.
13285f202d5SDmitry Torokhov
13385f202d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the
13485f202d5SDmitry Torokhov	  module will be called fujitsu-ts.
13585f202d5SDmitry Torokhov
1361da177e4SLinus Torvaldsconfig TOUCHSCREEN_GUNZE
1371da177e4SLinus Torvalds	tristate "Gunze AHL-51S touchscreen"
1381da177e4SLinus Torvalds	select SERIO
1391da177e4SLinus Torvalds	help
1401da177e4SLinus Torvalds	  Say Y here if you have the Gunze AHL-51 touchscreen connected to
1411da177e4SLinus Torvalds	  your system.
1421da177e4SLinus Torvalds
1431da177e4SLinus Torvalds	  If unsure, say N.
1441da177e4SLinus Torvalds
1451da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1461da177e4SLinus Torvalds	  module will be called gunze.
1471da177e4SLinus Torvalds
1481da177e4SLinus Torvaldsconfig TOUCHSCREEN_ELO
1491da177e4SLinus Torvalds	tristate "Elo serial touchscreens"
1501da177e4SLinus Torvalds	select SERIO
1511da177e4SLinus Torvalds	help
1521da177e4SLinus Torvalds	  Say Y here if you have an Elo serial 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
158153ab429SMichael Prokop	  module will be called elo.
1591da177e4SLinus Torvalds
1603eb1aa43SJaya Kumarconfig TOUCHSCREEN_WACOM_W8001
1613eb1aa43SJaya Kumar	tristate "Wacom W8001 penabled serial touchscreen"
1623eb1aa43SJaya Kumar	select SERIO
1633eb1aa43SJaya Kumar	help
1643eb1aa43SJaya Kumar	  Say Y here if you have an Wacom W8001 penabled serial touchscreen
1653eb1aa43SJaya Kumar	  connected to your system.
1663eb1aa43SJaya Kumar
1673eb1aa43SJaya Kumar	  If unsure, say N.
1683eb1aa43SJaya Kumar
1693eb1aa43SJaya Kumar	  To compile this driver as a module, choose M here: the
1703eb1aa43SJaya Kumar	  module will be called wacom_w8001.
1713eb1aa43SJaya Kumar
172*38e783b3SJoonyoung Shimconfig TOUCHSCREEN_MCS5000
173*38e783b3SJoonyoung Shim	tristate "MELFAS MCS-5000 touchscreen"
174*38e783b3SJoonyoung Shim	depends on I2C
175*38e783b3SJoonyoung Shim	help
176*38e783b3SJoonyoung Shim	  Say Y here if you have the MELFAS MCS-5000 touchscreen controller
177*38e783b3SJoonyoung Shim	  chip in your system.
178*38e783b3SJoonyoung Shim
179*38e783b3SJoonyoung Shim	  If unsure, say N.
180*38e783b3SJoonyoung Shim
181*38e783b3SJoonyoung Shim	  To compile this driver as a module, choose M here: the
182*38e783b3SJoonyoung Shim	  module will be called mcs5000_ts.
1833eb1aa43SJaya Kumar
1841da177e4SLinus Torvaldsconfig TOUCHSCREEN_MTOUCH
1851da177e4SLinus Torvalds	tristate "MicroTouch serial touchscreens"
1861da177e4SLinus Torvalds	select SERIO
1871da177e4SLinus Torvalds	help
1881da177e4SLinus Torvalds	  Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
1891da177e4SLinus Torvalds	  your system.
1901da177e4SLinus Torvalds
1911da177e4SLinus Torvalds	  If unsure, say N.
1921da177e4SLinus Torvalds
1931da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1941da177e4SLinus Torvalds	  module will be called mtouch.
1951da177e4SLinus Torvalds
1963cadd2d9SRichard Lemonconfig TOUCHSCREEN_INEXIO
1973cadd2d9SRichard Lemon	tristate "iNexio serial touchscreens"
1983cadd2d9SRichard Lemon	select SERIO
1993cadd2d9SRichard Lemon	help
2003cadd2d9SRichard Lemon	  Say Y here if you have an iNexio serial touchscreen connected to
2013cadd2d9SRichard Lemon	  your system.
2023cadd2d9SRichard Lemon
2033cadd2d9SRichard Lemon	  If unsure, say N.
2043cadd2d9SRichard Lemon
2053cadd2d9SRichard Lemon	  To compile this driver as a module, choose M here: the
2063cadd2d9SRichard Lemon	  module will be called inexio.
2073cadd2d9SRichard Lemon
2081da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712
2091da177e4SLinus Torvalds	tristate "ICS MicroClock MK712 touchscreen"
2101da177e4SLinus Torvalds	help
2111da177e4SLinus Torvalds	  Say Y here if you have the ICS MicroClock MK712 touchscreen
2121da177e4SLinus Torvalds	  controller chip in your system.
2131da177e4SLinus Torvalds
2141da177e4SLinus Torvalds	  If unsure, say N.
2151da177e4SLinus Torvalds
2161da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2171da177e4SLinus Torvalds	  module will be called mk712.
2181da177e4SLinus Torvalds
2191da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600
2204ff891ebSKristoffer Ericson	tristate "HP Jornada 6xx touchscreen"
2210025835cSPaul Mundt	depends on SH_HP6XX && SH_ADC
2221da177e4SLinus Torvalds	help
2234ff891ebSKristoffer Ericson	  Say Y here if you have a HP Jornada 620/660/680/690 and want to
2241da177e4SLinus Torvalds          support the built-in touchscreen.
2251da177e4SLinus Torvalds
2261da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2271da177e4SLinus Torvalds	  module will be called hp680_ts_input.
2281da177e4SLinus Torvalds
2295637f02aSKristoffer Ericsonconfig TOUCHSCREEN_HP7XX
2304ff891ebSKristoffer Ericson	tristate "HP Jornada 7xx touchscreen"
2315637f02aSKristoffer Ericson	depends on SA1100_JORNADA720_SSP
2325637f02aSKristoffer Ericson	help
2335637f02aSKristoffer Ericson	  Say Y here if you have a HP Jornada 710/720/728 and want
2345637f02aSKristoffer Ericson	  to support the built-in touchscreen.
2355637f02aSKristoffer Ericson
2365637f02aSKristoffer Ericson	  To compile this driver as a module, choose M here: the
2375637f02aSKristoffer Ericson	  module will be called jornada720_ts.
2385637f02aSKristoffer Ericson
2395a18c343SPau Oliva Foraconfig TOUCHSCREEN_HTCPEN
2405a18c343SPau Oliva Fora	tristate "HTC Shift X9500 touchscreen"
2415a18c343SPau Oliva Fora	depends on ISA
2425a18c343SPau Oliva Fora	help
2435a18c343SPau Oliva Fora	  Say Y here if you have an HTC Shift UMPC also known as HTC X9500
2445a18c343SPau Oliva Fora	  Clio / Shangrila and want to support the built-in touchscreen.
2455a18c343SPau Oliva Fora
2465a18c343SPau Oliva Fora	  If unsure, say N.
2475a18c343SPau Oliva Fora
2485a18c343SPau Oliva Fora	  To compile this driver as a module, choose M here: the
2495a18c343SPau Oliva Fora	  module will be called htcpen.
2505a18c343SPau Oliva Fora
251ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT
252ee479999SRick Koch	tristate "Penmount serial touchscreen"
253ee479999SRick Koch	select SERIO
254ee479999SRick Koch	help
255ee479999SRick Koch	  Say Y here if you have a Penmount serial touchscreen connected to
256ee479999SRick Koch	  your system.
257ee479999SRick Koch
258ee479999SRick Koch	  If unsure, say N.
259ee479999SRick Koch
260ee479999SRick Koch	  To compile this driver as a module, choose M here: the
261ee479999SRick Koch	  module will be called penmount.
262ee479999SRick Koch
263885c316dSMagnus Dammconfig TOUCHSCREEN_MIGOR
264885c316dSMagnus Damm	tristate "Renesas MIGO-R touchscreen"
265885c316dSMagnus Damm	depends on SH_MIGOR && I2C
266885c316dSMagnus Damm	help
267885c316dSMagnus Damm	  Say Y here to enable MIGO-R touchscreen support.
268885c316dSMagnus Damm
269885c316dSMagnus Damm	  If unsure, say N.
270885c316dSMagnus Damm
271885c316dSMagnus Damm	  To compile this driver as a module, choose M here: the
272885c316dSMagnus Damm	  module will be called migor_ts.
273885c316dSMagnus Damm
2744003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT
2754003dff4SRick Koch	tristate "Touchright serial touchscreen"
2764003dff4SRick Koch	select SERIO
2774003dff4SRick Koch	help
2784003dff4SRick Koch	  Say Y here if you have a Touchright serial touchscreen connected to
2794003dff4SRick Koch	  your system.
2804003dff4SRick Koch
2814003dff4SRick Koch	  If unsure, say N.
2824003dff4SRick Koch
2834003dff4SRick Koch	  To compile this driver as a module, choose M here: the
2844003dff4SRick Koch	  module will be called touchright.
2854003dff4SRick Koch
28611ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN
28711ea3173SRick Koch	tristate "Touchwin serial touchscreen"
28811ea3173SRick Koch	select SERIO
28911ea3173SRick Koch	help
29011ea3173SRick Koch	  Say Y here if you have a Touchwin serial touchscreen connected to
29111ea3173SRick Koch	  your system.
29211ea3173SRick Koch
29311ea3173SRick Koch	  If unsure, say N.
29411ea3173SRick Koch
29511ea3173SRick Koch	  To compile this driver as a module, choose M here: the
29611ea3173SRick Koch	  module will be called touchwin.
29711ea3173SRick Koch
29872d18a7bSDan Liangconfig TOUCHSCREEN_ATMEL_TSADCC
29972d18a7bSDan Liang	tristate "Atmel Touchscreen Interface"
30072d18a7bSDan Liang	depends on ARCH_AT91SAM9RL
30172d18a7bSDan Liang	help
30272d18a7bSDan Liang	  Say Y here if you have a 4-wire touchscreen connected to the
30372d18a7bSDan Liang          ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
30472d18a7bSDan Liang
30572d18a7bSDan Liang	  If unsure, say N.
30672d18a7bSDan Liang
30772d18a7bSDan Liang	  To compile this driver as a module, choose M here: the
30872d18a7bSDan Liang	  module will be called atmel_tsadcc.
30972d18a7bSDan Liang
310f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400
311f40219bfSNicolas Pitre	tristate "Philips UCB1400 touchscreen"
31264c12e9bSAndrew Morton	depends on AC97_BUS
313d9105c2bSMarek Vašut	depends on UCB1400_CORE
314f40219bfSNicolas Pitre	help
315f40219bfSNicolas Pitre	  This enables support for the Philips UCB1400 touchscreen interface.
316f40219bfSNicolas Pitre	  The UCB1400 is an AC97 audio codec.  The touchscreen interface
317f40219bfSNicolas Pitre	  will be initialized only after the ALSA subsystem has been
318f40219bfSNicolas Pitre	  brought up and the UCB1400 detected.  You therefore have to
319f40219bfSNicolas Pitre	  configure ALSA support as well (either built-in or modular,
320f40219bfSNicolas Pitre	  independently of whether this driver is itself built-in or
321f40219bfSNicolas Pitre	  modular) for this driver to work.
322f40219bfSNicolas Pitre
323f40219bfSNicolas Pitre	  To compile this driver as a module, choose M here: the
324f40219bfSNicolas Pitre	  module will be called ucb1400_ts.
325f40219bfSNicolas Pitre
326febf1dffSMark Brownconfig TOUCHSCREEN_WM97XX
327febf1dffSMark Brown	tristate "Support for WM97xx AC97 touchscreen controllers"
328febf1dffSMark Brown	depends on AC97_BUS
329febf1dffSMark Brown	help
330febf1dffSMark Brown	  Say Y here if you have a Wolfson Microelectronics WM97xx
331febf1dffSMark Brown	  touchscreen connected to your system. Note that this option
332febf1dffSMark Brown	  only enables core driver, you will also need to select
333febf1dffSMark Brown	  support for appropriate chip below.
334febf1dffSMark Brown
335febf1dffSMark Brown	  If unsure, say N.
336febf1dffSMark Brown
337febf1dffSMark Brown	  To compile this driver as a module, choose M here: the
338febf1dffSMark Brown	  module will be called wm97xx-ts.
339febf1dffSMark Brown
3409448cefcSMark Brownconfig TOUCHSCREEN_WM9705
3419448cefcSMark Brown	bool "WM9705 Touchscreen interface support"
3429448cefcSMark Brown	depends on TOUCHSCREEN_WM97XX
343558a171dSMark Brown	default y
3449448cefcSMark Brown	help
345558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
346558a171dSMark Brown	  WM9705 touchscreen controller.
3479448cefcSMark Brown
348de22b9efSMark Brownconfig TOUCHSCREEN_WM9712
349de22b9efSMark Brown	bool "WM9712 Touchscreen interface support"
350de22b9efSMark Brown	depends on TOUCHSCREEN_WM97XX
351558a171dSMark Brown	default y
352de22b9efSMark Brown	help
353558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
354558a171dSMark Brown	  WM9712 touchscreen controller.
355de22b9efSMark Brown
356dca98e91SMark Brownconfig TOUCHSCREEN_WM9713
357dca98e91SMark Brown	bool "WM9713 Touchscreen interface support"
358dca98e91SMark Brown	depends on TOUCHSCREEN_WM97XX
359558a171dSMark Brown	default y
360dca98e91SMark Brown	help
361558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
362558a171dSMark Brown	  WM9713 touchscreen controller.
363dca98e91SMark Brown
364864fe73cSHans-Christian Egtvedtconfig TOUCHSCREEN_WM97XX_ATMEL
365864fe73cSHans-Christian Egtvedt	tristate "WM97xx Atmel accelerated touch"
366864fe73cSHans-Christian Egtvedt	depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91)
367864fe73cSHans-Christian Egtvedt	help
368864fe73cSHans-Christian Egtvedt	  Say Y here for support for streaming mode with WM97xx touchscreens
369864fe73cSHans-Christian Egtvedt	  on Atmel AT91 or AVR32 systems with an AC97C module.
370864fe73cSHans-Christian Egtvedt
371864fe73cSHans-Christian Egtvedt	  Be aware that this will use channel B in the controller for
372864fe73cSHans-Christian Egtvedt	  streaming data, this must not conflict with other AC97C drivers.
373864fe73cSHans-Christian Egtvedt
374864fe73cSHans-Christian Egtvedt	  If unsure, say N.
375864fe73cSHans-Christian Egtvedt
376864fe73cSHans-Christian Egtvedt	  To compile this driver as a module, choose M here: the module will
377864fe73cSHans-Christian Egtvedt	  be called atmel-wm97xx.
378864fe73cSHans-Christian Egtvedt
3794db8a5f2SMark Brownconfig TOUCHSCREEN_WM97XX_MAINSTONE
380b833306fSMarek Vasut	tristate "WM97xx Mainstone/Palm accelerated touch"
3814db8a5f2SMark Brown	depends on TOUCHSCREEN_WM97XX && ARCH_PXA
3824db8a5f2SMark Brown	help
3834db8a5f2SMark Brown	  Say Y here for support for streaming mode with WM97xx touchscreens
384b833306fSMarek Vasut	  on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
3854db8a5f2SMark Brown
3864db8a5f2SMark Brown	  If unsure, say N.
3874db8a5f2SMark Brown
3884db8a5f2SMark Brown	  To compile this driver as a module, choose M here: the
3894db8a5f2SMark Brown	  module will be called mainstone-wm97xx.
3904db8a5f2SMark Brown
39122e39d34SMark Brownconfig TOUCHSCREEN_WM97XX_ZYLONITE
39222e39d34SMark Brown	tristate "Zylonite accelerated touch"
39322e39d34SMark Brown	depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
39422e39d34SMark Brown	select TOUCHSCREEN_WM9713
39522e39d34SMark Brown	help
39622e39d34SMark Brown	  Say Y here for support for streaming mode with the touchscreen
39722e39d34SMark Brown	  on Zylonite systems.
39822e39d34SMark Brown
39922e39d34SMark Brown	  If unsure, say N.
40022e39d34SMark Brown
40122e39d34SMark Brown	  To compile this driver as a module, choose M here: the
40222e39d34SMark Brown	  module will be called zylonite-wm97xx.
40322e39d34SMark Brown
404d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_COMPOSITE
405d05e84e6SDmitry Torokhov	tristate "USB Touchscreen Driver"
4067a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
407d05e84e6SDmitry Torokhov	select USB
408d05e84e6SDmitry Torokhov	help
409d05e84e6SDmitry Torokhov	  USB Touchscreen driver for:
410d05e84e6SDmitry Torokhov	  - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
411d05e84e6SDmitry Torokhov	  - PanJit TouchSet USB
412d05e84e6SDmitry Torokhov	  - 3M MicroTouch USB (EX II series)
413d05e84e6SDmitry Torokhov	  - ITM
414d05e84e6SDmitry Torokhov	  - some other eTurboTouch
415d05e84e6SDmitry Torokhov	  - Gunze AHL61
416d05e84e6SDmitry Torokhov	  - DMC TSC-10/25
417df561fcdSOndrej Zary	  - IRTOUCHSYSTEMS/UNITOP
418a14a8401SOndrej Zary	  - IdealTEK URTC1000
41914e40206SJerrold Jones	  - GoTop Super_Q2/GogoPen/PenPower tablets
420f7370699SJim Persson	  - JASTEC USB Touch Controller/DigiTech DTR-02U
421d05e84e6SDmitry Torokhov
422d05e84e6SDmitry Torokhov	  Have a look at <http://linux.chapter7.ch/touchkit/> for
423d05e84e6SDmitry Torokhov	  a usage description and the required user-space stuff.
424d05e84e6SDmitry Torokhov
425d05e84e6SDmitry Torokhov	  To compile this driver as a module, choose M here: the
426d05e84e6SDmitry Torokhov	  module will be called usbtouchscreen.
427d05e84e6SDmitry Torokhov
428d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_EGALAX
429d05e84e6SDmitry Torokhov	default y
430d05e84e6SDmitry Torokhov	bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
431d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
432d05e84e6SDmitry Torokhov
433d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_PANJIT
434d05e84e6SDmitry Torokhov	default y
435d05e84e6SDmitry Torokhov	bool "PanJit device support" if EMBEDDED
436d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
437d05e84e6SDmitry Torokhov
438d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_3M
439d05e84e6SDmitry Torokhov	default y
440d05e84e6SDmitry Torokhov	bool "3M/Microtouch EX II series device support" if EMBEDDED
441d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
442d05e84e6SDmitry Torokhov
443d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ITM
444d05e84e6SDmitry Torokhov	default y
445d05e84e6SDmitry Torokhov	bool "ITM device support" if EMBEDDED
446d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
447d05e84e6SDmitry Torokhov
448d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ETURBO
449d05e84e6SDmitry Torokhov	default y
450d05e84e6SDmitry Torokhov	bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
451d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
452d05e84e6SDmitry Torokhov
453d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_GUNZE
454d05e84e6SDmitry Torokhov	default y
455d05e84e6SDmitry Torokhov	bool "Gunze AHL61 device support" if EMBEDDED
456d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
457d05e84e6SDmitry Torokhov
458d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_DMC_TSC10
459d05e84e6SDmitry Torokhov	default y
460d05e84e6SDmitry Torokhov	bool "DMC TSC-10/25 device support" if EMBEDDED
461d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
462d05e84e6SDmitry Torokhov
463df561fcdSOndrej Zaryconfig TOUCHSCREEN_USB_IRTOUCH
464df561fcdSOndrej Zary	default y
465df561fcdSOndrej Zary	bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
466df561fcdSOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
467df561fcdSOndrej Zary
468a14a8401SOndrej Zaryconfig TOUCHSCREEN_USB_IDEALTEK
469a14a8401SOndrej Zary	default y
470a14a8401SOndrej Zary	bool "IdealTEK URTC1000 device support" if EMBEDDED
471a14a8401SOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
472a14a8401SOndrej Zary
4739d5657dbSIlya Frolovconfig TOUCHSCREEN_USB_GENERAL_TOUCH
4749d5657dbSIlya Frolov	default y
4759d5657dbSIlya Frolov	bool "GeneralTouch Touchscreen device support" if EMBEDDED
4769d5657dbSIlya Frolov	depends on TOUCHSCREEN_USB_COMPOSITE
4779d5657dbSIlya Frolov
47814e40206SJerrold Jonesconfig TOUCHSCREEN_USB_GOTOP
47914e40206SJerrold Jones	default y
48014e40206SJerrold Jones	bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
48114e40206SJerrold Jones	depends on TOUCHSCREEN_USB_COMPOSITE
48214e40206SJerrold Jones
483f7370699SJim Perssonconfig TOUCHSCREEN_USB_JASTEC
484f7370699SJim Persson	default y
485f7370699SJim Persson	bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED
486f7370699SJim Persson	depends on TOUCHSCREEN_USB_COMPOSITE
487f7370699SJim Persson
4889e3b2583SFlorian Echtlerconfig TOUCHSCREEN_USB_E2I
4899e3b2583SFlorian Echtler	default y
4909e3b2583SFlorian Echtler	bool "e2i Touchscreen controller (e.g. from Mimo 740)"
4919e3b2583SFlorian Echtler	depends on TOUCHSCREEN_USB_COMPOSITE
4929e3b2583SFlorian Echtler
49373422392SClaudio Niederconfig TOUCHSCREEN_TOUCHIT213
49473422392SClaudio Nieder	tristate "Sahara TouchIT-213 touchscreen"
49573422392SClaudio Nieder	select SERIO
49673422392SClaudio Nieder	help
49773422392SClaudio Nieder	  Say Y here if you have a Sahara TouchIT-213 Tablet PC.
49873422392SClaudio Nieder
49973422392SClaudio Nieder	  If unsure, say N.
50073422392SClaudio Nieder
50173422392SClaudio Nieder	  To compile this driver as a module, choose M here: the
50273422392SClaudio Nieder	  module will be called touchit213.
50373422392SClaudio Nieder
50450b6f1f4SKwangwoo Leeconfig TOUCHSCREEN_TSC2007
50550b6f1f4SKwangwoo Lee	tristate "TSC2007 based touchscreens"
50650b6f1f4SKwangwoo Lee	depends on I2C
50750b6f1f4SKwangwoo Lee	help
50850b6f1f4SKwangwoo Lee	  Say Y here if you have a TSC2007 based touchscreen.
50950b6f1f4SKwangwoo Lee
51050b6f1f4SKwangwoo Lee	  If unsure, say N.
51150b6f1f4SKwangwoo Lee
51250b6f1f4SKwangwoo Lee	  To compile this driver as a module, choose M here: the
51350b6f1f4SKwangwoo Lee	  module will be called tsc2007.
51450b6f1f4SKwangwoo Lee
5157e3f7375SWan ZongShunconfig TOUCHSCREEN_W90X900
5167e3f7375SWan ZongShun	tristate "W90P910 touchscreen driver"
517b7788c5fSWan ZongShun	depends on HAVE_CLK
5187e3f7375SWan ZongShun	help
5197e3f7375SWan ZongShun	  Say Y here if you have a W90P910 based touchscreen.
5207e3f7375SWan ZongShun
5217e3f7375SWan ZongShun	  To compile this driver as a module, choose M here: the
5227e3f7375SWan ZongShun	  module will be called w90p910_ts.
5237e3f7375SWan ZongShun
5241da177e4SLinus Torvaldsendif
525