xref: /linux/drivers/input/touchscreen/Kconfig (revision 9e3b25837a20f4d48fef57b0cb8bf750a8cfa8e2)
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
51b4be468cSMichael Hennerich	  AD7879-1 controller, and your board-specific initialization
52b4be468cSMichael Hennerich	  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
65b4be468cSMichael Hennerich	  AD7879 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
1723eb1aa43SJaya Kumar
1731da177e4SLinus Torvaldsconfig TOUCHSCREEN_MTOUCH
1741da177e4SLinus Torvalds	tristate "MicroTouch serial touchscreens"
1751da177e4SLinus Torvalds	select SERIO
1761da177e4SLinus Torvalds	help
1771da177e4SLinus Torvalds	  Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
1781da177e4SLinus Torvalds	  your system.
1791da177e4SLinus Torvalds
1801da177e4SLinus Torvalds	  If unsure, say N.
1811da177e4SLinus Torvalds
1821da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1831da177e4SLinus Torvalds	  module will be called mtouch.
1841da177e4SLinus Torvalds
1853cadd2d9SRichard Lemonconfig TOUCHSCREEN_INEXIO
1863cadd2d9SRichard Lemon	tristate "iNexio serial touchscreens"
1873cadd2d9SRichard Lemon	select SERIO
1883cadd2d9SRichard Lemon	help
1893cadd2d9SRichard Lemon	  Say Y here if you have an iNexio serial touchscreen connected to
1903cadd2d9SRichard Lemon	  your system.
1913cadd2d9SRichard Lemon
1923cadd2d9SRichard Lemon	  If unsure, say N.
1933cadd2d9SRichard Lemon
1943cadd2d9SRichard Lemon	  To compile this driver as a module, choose M here: the
1953cadd2d9SRichard Lemon	  module will be called inexio.
1963cadd2d9SRichard Lemon
1971da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712
1981da177e4SLinus Torvalds	tristate "ICS MicroClock MK712 touchscreen"
1991da177e4SLinus Torvalds	help
2001da177e4SLinus Torvalds	  Say Y here if you have the ICS MicroClock MK712 touchscreen
2011da177e4SLinus Torvalds	  controller chip in 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 mk712.
2071da177e4SLinus Torvalds
2081da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600
2094ff891ebSKristoffer Ericson	tristate "HP Jornada 6xx touchscreen"
2100025835cSPaul Mundt	depends on SH_HP6XX && SH_ADC
2111da177e4SLinus Torvalds	help
2124ff891ebSKristoffer Ericson	  Say Y here if you have a HP Jornada 620/660/680/690 and want to
2131da177e4SLinus Torvalds          support the built-in touchscreen.
2141da177e4SLinus Torvalds
2151da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
2161da177e4SLinus Torvalds	  module will be called hp680_ts_input.
2171da177e4SLinus Torvalds
2185637f02aSKristoffer Ericsonconfig TOUCHSCREEN_HP7XX
2194ff891ebSKristoffer Ericson	tristate "HP Jornada 7xx touchscreen"
2205637f02aSKristoffer Ericson	depends on SA1100_JORNADA720_SSP
2215637f02aSKristoffer Ericson	help
2225637f02aSKristoffer Ericson	  Say Y here if you have a HP Jornada 710/720/728 and want
2235637f02aSKristoffer Ericson	  to support the built-in touchscreen.
2245637f02aSKristoffer Ericson
2255637f02aSKristoffer Ericson	  To compile this driver as a module, choose M here: the
2265637f02aSKristoffer Ericson	  module will be called jornada720_ts.
2275637f02aSKristoffer Ericson
2285a18c343SPau Oliva Foraconfig TOUCHSCREEN_HTCPEN
2295a18c343SPau Oliva Fora	tristate "HTC Shift X9500 touchscreen"
2305a18c343SPau Oliva Fora	depends on ISA
2315a18c343SPau Oliva Fora	help
2325a18c343SPau Oliva Fora	  Say Y here if you have an HTC Shift UMPC also known as HTC X9500
2335a18c343SPau Oliva Fora	  Clio / Shangrila and want to support the built-in touchscreen.
2345a18c343SPau Oliva Fora
2355a18c343SPau Oliva Fora	  If unsure, say N.
2365a18c343SPau Oliva Fora
2375a18c343SPau Oliva Fora	  To compile this driver as a module, choose M here: the
2385a18c343SPau Oliva Fora	  module will be called htcpen.
2395a18c343SPau Oliva Fora
240ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT
241ee479999SRick Koch	tristate "Penmount serial touchscreen"
242ee479999SRick Koch	select SERIO
243ee479999SRick Koch	help
244ee479999SRick Koch	  Say Y here if you have a Penmount serial touchscreen connected to
245ee479999SRick Koch	  your system.
246ee479999SRick Koch
247ee479999SRick Koch	  If unsure, say N.
248ee479999SRick Koch
249ee479999SRick Koch	  To compile this driver as a module, choose M here: the
250ee479999SRick Koch	  module will be called penmount.
251ee479999SRick Koch
252885c316dSMagnus Dammconfig TOUCHSCREEN_MIGOR
253885c316dSMagnus Damm	tristate "Renesas MIGO-R touchscreen"
254885c316dSMagnus Damm	depends on SH_MIGOR && I2C
255885c316dSMagnus Damm	help
256885c316dSMagnus Damm	  Say Y here to enable MIGO-R touchscreen support.
257885c316dSMagnus Damm
258885c316dSMagnus Damm	  If unsure, say N.
259885c316dSMagnus Damm
260885c316dSMagnus Damm	  To compile this driver as a module, choose M here: the
261885c316dSMagnus Damm	  module will be called migor_ts.
262885c316dSMagnus Damm
2634003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT
2644003dff4SRick Koch	tristate "Touchright serial touchscreen"
2654003dff4SRick Koch	select SERIO
2664003dff4SRick Koch	help
2674003dff4SRick Koch	  Say Y here if you have a Touchright serial touchscreen connected to
2684003dff4SRick Koch	  your system.
2694003dff4SRick Koch
2704003dff4SRick Koch	  If unsure, say N.
2714003dff4SRick Koch
2724003dff4SRick Koch	  To compile this driver as a module, choose M here: the
2734003dff4SRick Koch	  module will be called touchright.
2744003dff4SRick Koch
27511ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN
27611ea3173SRick Koch	tristate "Touchwin serial touchscreen"
27711ea3173SRick Koch	select SERIO
27811ea3173SRick Koch	help
27911ea3173SRick Koch	  Say Y here if you have a Touchwin serial touchscreen connected to
28011ea3173SRick Koch	  your system.
28111ea3173SRick Koch
28211ea3173SRick Koch	  If unsure, say N.
28311ea3173SRick Koch
28411ea3173SRick Koch	  To compile this driver as a module, choose M here: the
28511ea3173SRick Koch	  module will be called touchwin.
28611ea3173SRick Koch
28772d18a7bSDan Liangconfig TOUCHSCREEN_ATMEL_TSADCC
28872d18a7bSDan Liang	tristate "Atmel Touchscreen Interface"
28972d18a7bSDan Liang	depends on ARCH_AT91SAM9RL
29072d18a7bSDan Liang	help
29172d18a7bSDan Liang	  Say Y here if you have a 4-wire touchscreen connected to the
29272d18a7bSDan Liang          ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
29372d18a7bSDan Liang
29472d18a7bSDan Liang	  If unsure, say N.
29572d18a7bSDan Liang
29672d18a7bSDan Liang	  To compile this driver as a module, choose M here: the
29772d18a7bSDan Liang	  module will be called atmel_tsadcc.
29872d18a7bSDan Liang
299f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400
300f40219bfSNicolas Pitre	tristate "Philips UCB1400 touchscreen"
30164c12e9bSAndrew Morton	depends on AC97_BUS
302d9105c2bSMarek Vašut	depends on UCB1400_CORE
303f40219bfSNicolas Pitre	help
304f40219bfSNicolas Pitre	  This enables support for the Philips UCB1400 touchscreen interface.
305f40219bfSNicolas Pitre	  The UCB1400 is an AC97 audio codec.  The touchscreen interface
306f40219bfSNicolas Pitre	  will be initialized only after the ALSA subsystem has been
307f40219bfSNicolas Pitre	  brought up and the UCB1400 detected.  You therefore have to
308f40219bfSNicolas Pitre	  configure ALSA support as well (either built-in or modular,
309f40219bfSNicolas Pitre	  independently of whether this driver is itself built-in or
310f40219bfSNicolas Pitre	  modular) for this driver to work.
311f40219bfSNicolas Pitre
312f40219bfSNicolas Pitre	  To compile this driver as a module, choose M here: the
313f40219bfSNicolas Pitre	  module will be called ucb1400_ts.
314f40219bfSNicolas Pitre
315febf1dffSMark Brownconfig TOUCHSCREEN_WM97XX
316febf1dffSMark Brown	tristate "Support for WM97xx AC97 touchscreen controllers"
317febf1dffSMark Brown	depends on AC97_BUS
318febf1dffSMark Brown	help
319febf1dffSMark Brown	  Say Y here if you have a Wolfson Microelectronics WM97xx
320febf1dffSMark Brown	  touchscreen connected to your system. Note that this option
321febf1dffSMark Brown	  only enables core driver, you will also need to select
322febf1dffSMark Brown	  support for appropriate chip below.
323febf1dffSMark Brown
324febf1dffSMark Brown	  If unsure, say N.
325febf1dffSMark Brown
326febf1dffSMark Brown	  To compile this driver as a module, choose M here: the
327febf1dffSMark Brown	  module will be called wm97xx-ts.
328febf1dffSMark Brown
3299448cefcSMark Brownconfig TOUCHSCREEN_WM9705
3309448cefcSMark Brown	bool "WM9705 Touchscreen interface support"
3319448cefcSMark Brown	depends on TOUCHSCREEN_WM97XX
332558a171dSMark Brown	default y
3339448cefcSMark Brown	help
334558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
335558a171dSMark Brown	  WM9705 touchscreen controller.
3369448cefcSMark Brown
337de22b9efSMark Brownconfig TOUCHSCREEN_WM9712
338de22b9efSMark Brown	bool "WM9712 Touchscreen interface support"
339de22b9efSMark Brown	depends on TOUCHSCREEN_WM97XX
340558a171dSMark Brown	default y
341de22b9efSMark Brown	help
342558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
343558a171dSMark Brown	  WM9712 touchscreen controller.
344de22b9efSMark Brown
345dca98e91SMark Brownconfig TOUCHSCREEN_WM9713
346dca98e91SMark Brown	bool "WM9713 Touchscreen interface support"
347dca98e91SMark Brown	depends on TOUCHSCREEN_WM97XX
348558a171dSMark Brown	default y
349dca98e91SMark Brown	help
350558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
351558a171dSMark Brown	  WM9713 touchscreen controller.
352dca98e91SMark Brown
353864fe73cSHans-Christian Egtvedtconfig TOUCHSCREEN_WM97XX_ATMEL
354864fe73cSHans-Christian Egtvedt	tristate "WM97xx Atmel accelerated touch"
355864fe73cSHans-Christian Egtvedt	depends on TOUCHSCREEN_WM97XX && (AVR32 || ARCH_AT91)
356864fe73cSHans-Christian Egtvedt	help
357864fe73cSHans-Christian Egtvedt	  Say Y here for support for streaming mode with WM97xx touchscreens
358864fe73cSHans-Christian Egtvedt	  on Atmel AT91 or AVR32 systems with an AC97C module.
359864fe73cSHans-Christian Egtvedt
360864fe73cSHans-Christian Egtvedt	  Be aware that this will use channel B in the controller for
361864fe73cSHans-Christian Egtvedt	  streaming data, this must not conflict with other AC97C drivers.
362864fe73cSHans-Christian Egtvedt
363864fe73cSHans-Christian Egtvedt	  If unsure, say N.
364864fe73cSHans-Christian Egtvedt
365864fe73cSHans-Christian Egtvedt	  To compile this driver as a module, choose M here: the module will
366864fe73cSHans-Christian Egtvedt	  be called atmel-wm97xx.
367864fe73cSHans-Christian Egtvedt
3684db8a5f2SMark Brownconfig TOUCHSCREEN_WM97XX_MAINSTONE
369b833306fSMarek Vasut	tristate "WM97xx Mainstone/Palm accelerated touch"
3704db8a5f2SMark Brown	depends on TOUCHSCREEN_WM97XX && ARCH_PXA
3714db8a5f2SMark Brown	help
3724db8a5f2SMark Brown	  Say Y here for support for streaming mode with WM97xx touchscreens
373b833306fSMarek Vasut	  on Mainstone, Palm Tungsten T5, TX and LifeDrive systems.
3744db8a5f2SMark Brown
3754db8a5f2SMark Brown	  If unsure, say N.
3764db8a5f2SMark Brown
3774db8a5f2SMark Brown	  To compile this driver as a module, choose M here: the
3784db8a5f2SMark Brown	  module will be called mainstone-wm97xx.
3794db8a5f2SMark Brown
38022e39d34SMark Brownconfig TOUCHSCREEN_WM97XX_ZYLONITE
38122e39d34SMark Brown	tristate "Zylonite accelerated touch"
38222e39d34SMark Brown	depends on TOUCHSCREEN_WM97XX && MACH_ZYLONITE
38322e39d34SMark Brown	select TOUCHSCREEN_WM9713
38422e39d34SMark Brown	help
38522e39d34SMark Brown	  Say Y here for support for streaming mode with the touchscreen
38622e39d34SMark Brown	  on Zylonite systems.
38722e39d34SMark Brown
38822e39d34SMark Brown	  If unsure, say N.
38922e39d34SMark Brown
39022e39d34SMark Brown	  To compile this driver as a module, choose M here: the
39122e39d34SMark Brown	  module will be called zylonite-wm97xx.
39222e39d34SMark Brown
393d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_COMPOSITE
394d05e84e6SDmitry Torokhov	tristate "USB Touchscreen Driver"
3957a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
396d05e84e6SDmitry Torokhov	select USB
397d05e84e6SDmitry Torokhov	help
398d05e84e6SDmitry Torokhov	  USB Touchscreen driver for:
399d05e84e6SDmitry Torokhov	  - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
400d05e84e6SDmitry Torokhov	  - PanJit TouchSet USB
401d05e84e6SDmitry Torokhov	  - 3M MicroTouch USB (EX II series)
402d05e84e6SDmitry Torokhov	  - ITM
403d05e84e6SDmitry Torokhov	  - some other eTurboTouch
404d05e84e6SDmitry Torokhov	  - Gunze AHL61
405d05e84e6SDmitry Torokhov	  - DMC TSC-10/25
406df561fcdSOndrej Zary	  - IRTOUCHSYSTEMS/UNITOP
407a14a8401SOndrej Zary	  - IdealTEK URTC1000
40814e40206SJerrold Jones	  - GoTop Super_Q2/GogoPen/PenPower tablets
409f7370699SJim Persson	  - JASTEC USB Touch Controller/DigiTech DTR-02U
410d05e84e6SDmitry Torokhov
411d05e84e6SDmitry Torokhov	  Have a look at <http://linux.chapter7.ch/touchkit/> for
412d05e84e6SDmitry Torokhov	  a usage description and the required user-space stuff.
413d05e84e6SDmitry Torokhov
414d05e84e6SDmitry Torokhov	  To compile this driver as a module, choose M here: the
415d05e84e6SDmitry Torokhov	  module will be called usbtouchscreen.
416d05e84e6SDmitry Torokhov
417d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_EGALAX
418d05e84e6SDmitry Torokhov	default y
419d05e84e6SDmitry Torokhov	bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
420d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
421d05e84e6SDmitry Torokhov
422d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_PANJIT
423d05e84e6SDmitry Torokhov	default y
424d05e84e6SDmitry Torokhov	bool "PanJit device support" if EMBEDDED
425d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
426d05e84e6SDmitry Torokhov
427d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_3M
428d05e84e6SDmitry Torokhov	default y
429d05e84e6SDmitry Torokhov	bool "3M/Microtouch EX II series device support" if EMBEDDED
430d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
431d05e84e6SDmitry Torokhov
432d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ITM
433d05e84e6SDmitry Torokhov	default y
434d05e84e6SDmitry Torokhov	bool "ITM device support" if EMBEDDED
435d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
436d05e84e6SDmitry Torokhov
437d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ETURBO
438d05e84e6SDmitry Torokhov	default y
439d05e84e6SDmitry Torokhov	bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
440d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
441d05e84e6SDmitry Torokhov
442d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_GUNZE
443d05e84e6SDmitry Torokhov	default y
444d05e84e6SDmitry Torokhov	bool "Gunze AHL61 device support" if EMBEDDED
445d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
446d05e84e6SDmitry Torokhov
447d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_DMC_TSC10
448d05e84e6SDmitry Torokhov	default y
449d05e84e6SDmitry Torokhov	bool "DMC TSC-10/25 device support" if EMBEDDED
450d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
451d05e84e6SDmitry Torokhov
452df561fcdSOndrej Zaryconfig TOUCHSCREEN_USB_IRTOUCH
453df561fcdSOndrej Zary	default y
454df561fcdSOndrej Zary	bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
455df561fcdSOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
456df561fcdSOndrej Zary
457a14a8401SOndrej Zaryconfig TOUCHSCREEN_USB_IDEALTEK
458a14a8401SOndrej Zary	default y
459a14a8401SOndrej Zary	bool "IdealTEK URTC1000 device support" if EMBEDDED
460a14a8401SOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
461a14a8401SOndrej Zary
4629d5657dbSIlya Frolovconfig TOUCHSCREEN_USB_GENERAL_TOUCH
4639d5657dbSIlya Frolov	default y
4649d5657dbSIlya Frolov	bool "GeneralTouch Touchscreen device support" if EMBEDDED
4659d5657dbSIlya Frolov	depends on TOUCHSCREEN_USB_COMPOSITE
4669d5657dbSIlya Frolov
46714e40206SJerrold Jonesconfig TOUCHSCREEN_USB_GOTOP
46814e40206SJerrold Jones	default y
46914e40206SJerrold Jones	bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
47014e40206SJerrold Jones	depends on TOUCHSCREEN_USB_COMPOSITE
47114e40206SJerrold Jones
472f7370699SJim Perssonconfig TOUCHSCREEN_USB_JASTEC
473f7370699SJim Persson	default y
474f7370699SJim Persson	bool "JASTEC/DigiTech DTR-02U USB touch controller device support" if EMBEDDED
475f7370699SJim Persson	depends on TOUCHSCREEN_USB_COMPOSITE
476f7370699SJim Persson
477*9e3b2583SFlorian Echtlerconfig TOUCHSCREEN_USB_E2I
478*9e3b2583SFlorian Echtler	default y
479*9e3b2583SFlorian Echtler	bool "e2i Touchscreen controller (e.g. from Mimo 740)"
480*9e3b2583SFlorian Echtler	depends on TOUCHSCREEN_USB_COMPOSITE
481*9e3b2583SFlorian Echtler
48273422392SClaudio Niederconfig TOUCHSCREEN_TOUCHIT213
48373422392SClaudio Nieder	tristate "Sahara TouchIT-213 touchscreen"
48473422392SClaudio Nieder	select SERIO
48573422392SClaudio Nieder	help
48673422392SClaudio Nieder	  Say Y here if you have a Sahara TouchIT-213 Tablet PC.
48773422392SClaudio Nieder
48873422392SClaudio Nieder	  If unsure, say N.
48973422392SClaudio Nieder
49073422392SClaudio Nieder	  To compile this driver as a module, choose M here: the
49173422392SClaudio Nieder	  module will be called touchit213.
49273422392SClaudio Nieder
49350b6f1f4SKwangwoo Leeconfig TOUCHSCREEN_TSC2007
49450b6f1f4SKwangwoo Lee	tristate "TSC2007 based touchscreens"
49550b6f1f4SKwangwoo Lee	depends on I2C
49650b6f1f4SKwangwoo Lee	help
49750b6f1f4SKwangwoo Lee	  Say Y here if you have a TSC2007 based touchscreen.
49850b6f1f4SKwangwoo Lee
49950b6f1f4SKwangwoo Lee	  If unsure, say N.
50050b6f1f4SKwangwoo Lee
50150b6f1f4SKwangwoo Lee	  To compile this driver as a module, choose M here: the
50250b6f1f4SKwangwoo Lee	  module will be called tsc2007.
50350b6f1f4SKwangwoo Lee
5047e3f7375SWan ZongShunconfig TOUCHSCREEN_W90X900
5057e3f7375SWan ZongShun	tristate "W90P910 touchscreen driver"
506b7788c5fSWan ZongShun	depends on HAVE_CLK
5077e3f7375SWan ZongShun	help
5087e3f7375SWan ZongShun	  Say Y here if you have a W90P910 based touchscreen.
5097e3f7375SWan ZongShun
5107e3f7375SWan ZongShun	  To compile this driver as a module, choose M here: the
5117e3f7375SWan ZongShun	  module will be called w90p910_ts.
5127e3f7375SWan ZongShun
5131da177e4SLinus Torvaldsendif
514