xref: /openbmc/linux/drivers/input/touchscreen/Kconfig (revision 14e4020630b364cc564172a476cd6a6ac4bc7393)
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
45513b6e1aSRichard Purdie	tristate "SharpSL (Corgi and Spitz series) touchscreen driver"
461da177e4SLinus Torvalds	depends on PXA_SHARPSL
471da177e4SLinus Torvalds	default y
481da177e4SLinus Torvalds	help
491da177e4SLinus Torvalds	  Say Y here to enable the driver for the touchscreen on the
50513b6e1aSRichard Purdie	  Sharp SL-C7xx and SL-Cxx00 series of PDAs.
511da177e4SLinus Torvalds
521da177e4SLinus Torvalds	  If unsure, say N.
531da177e4SLinus Torvalds
541da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
55513b6e1aSRichard Purdie	  module will be called corgi_ts.
561da177e4SLinus Torvalds
5785f202d5SDmitry Torokhovconfig TOUCHSCREEN_FUJITSU
5885f202d5SDmitry Torokhov	tristate "Fujitsu serial touchscreen"
5985f202d5SDmitry Torokhov	select SERIO
6085f202d5SDmitry Torokhov	help
6185f202d5SDmitry Torokhov	  Say Y here if you have the Fujitsu touchscreen (such as one
6285f202d5SDmitry Torokhov	  installed in Lifebook P series laptop) connected to your
6385f202d5SDmitry Torokhov	  system.
6485f202d5SDmitry Torokhov
6585f202d5SDmitry Torokhov	  If unsure, say N.
6685f202d5SDmitry Torokhov
6785f202d5SDmitry Torokhov	  To compile this driver as a module, choose M here: the
6885f202d5SDmitry Torokhov	  module will be called fujitsu-ts.
6985f202d5SDmitry Torokhov
701da177e4SLinus Torvaldsconfig TOUCHSCREEN_GUNZE
711da177e4SLinus Torvalds	tristate "Gunze AHL-51S touchscreen"
721da177e4SLinus Torvalds	select SERIO
731da177e4SLinus Torvalds	help
741da177e4SLinus Torvalds	  Say Y here if you have the Gunze AHL-51 touchscreen connected to
751da177e4SLinus Torvalds	  your system.
761da177e4SLinus Torvalds
771da177e4SLinus Torvalds	  If unsure, say N.
781da177e4SLinus Torvalds
791da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
801da177e4SLinus Torvalds	  module will be called gunze.
811da177e4SLinus Torvalds
821da177e4SLinus Torvaldsconfig TOUCHSCREEN_ELO
831da177e4SLinus Torvalds	tristate "Elo serial touchscreens"
841da177e4SLinus Torvalds	select SERIO
851da177e4SLinus Torvalds	help
861da177e4SLinus Torvalds	  Say Y here if you have an Elo serial 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
92153ab429SMichael Prokop	  module will be called elo.
931da177e4SLinus Torvalds
941da177e4SLinus Torvaldsconfig TOUCHSCREEN_MTOUCH
951da177e4SLinus Torvalds	tristate "MicroTouch serial touchscreens"
961da177e4SLinus Torvalds	select SERIO
971da177e4SLinus Torvalds	help
981da177e4SLinus Torvalds	  Say Y here if you have a MicroTouch (3M) 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
1041da177e4SLinus Torvalds	  module will be called mtouch.
1051da177e4SLinus Torvalds
1061da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712
1071da177e4SLinus Torvalds	tristate "ICS MicroClock MK712 touchscreen"
1081da177e4SLinus Torvalds	help
1091da177e4SLinus Torvalds	  Say Y here if you have the ICS MicroClock MK712 touchscreen
1101da177e4SLinus Torvalds	  controller chip in your system.
1111da177e4SLinus Torvalds
1121da177e4SLinus Torvalds	  If unsure, say N.
1131da177e4SLinus Torvalds
1141da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1151da177e4SLinus Torvalds	  module will be called mk712.
1161da177e4SLinus Torvalds
1171da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600
1181da177e4SLinus Torvalds	tristate "HP Jornada 680/690 touchscreen"
1190025835cSPaul Mundt	depends on SH_HP6XX && SH_ADC
1201da177e4SLinus Torvalds	help
1211da177e4SLinus Torvalds	  Say Y here if you have a HP Jornada 680 or 690 and want to
1221da177e4SLinus Torvalds          support the built-in touchscreen.
1231da177e4SLinus Torvalds
1241da177e4SLinus Torvalds	  If unsure, say N.
1251da177e4SLinus Torvalds
1261da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1271da177e4SLinus Torvalds	  module will be called hp680_ts_input.
1281da177e4SLinus Torvalds
1295637f02aSKristoffer Ericsonconfig TOUCHSCREEN_HP7XX
1305637f02aSKristoffer Ericson	tristate "HP Jornada 710/720/728 touchscreen"
1315637f02aSKristoffer Ericson	depends on SA1100_JORNADA720_SSP
1325637f02aSKristoffer Ericson	help
1335637f02aSKristoffer Ericson	  Say Y here if you have a HP Jornada 710/720/728 and want
1345637f02aSKristoffer Ericson	  to support the built-in touchscreen.
1355637f02aSKristoffer Ericson
1365637f02aSKristoffer Ericson	  To compile this driver as a module, choose M here: the
1375637f02aSKristoffer Ericson	  module will be called jornada720_ts.
1385637f02aSKristoffer Ericson
139ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT
140ee479999SRick Koch	tristate "Penmount serial touchscreen"
141ee479999SRick Koch	select SERIO
142ee479999SRick Koch	help
143ee479999SRick Koch	  Say Y here if you have a Penmount serial touchscreen connected to
144ee479999SRick Koch	  your system.
145ee479999SRick Koch
146ee479999SRick Koch	  If unsure, say N.
147ee479999SRick Koch
148ee479999SRick Koch	  To compile this driver as a module, choose M here: the
149ee479999SRick Koch	  module will be called penmount.
150ee479999SRick Koch
1514003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT
1524003dff4SRick Koch	tristate "Touchright serial touchscreen"
1534003dff4SRick Koch	select SERIO
1544003dff4SRick Koch	help
1554003dff4SRick Koch	  Say Y here if you have a Touchright serial touchscreen connected to
1564003dff4SRick Koch	  your system.
1574003dff4SRick Koch
1584003dff4SRick Koch	  If unsure, say N.
1594003dff4SRick Koch
1604003dff4SRick Koch	  To compile this driver as a module, choose M here: the
1614003dff4SRick Koch	  module will be called touchright.
1624003dff4SRick Koch
16311ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN
16411ea3173SRick Koch	tristate "Touchwin serial touchscreen"
16511ea3173SRick Koch	select SERIO
16611ea3173SRick Koch	help
16711ea3173SRick Koch	  Say Y here if you have a Touchwin serial touchscreen connected to
16811ea3173SRick Koch	  your system.
16911ea3173SRick Koch
17011ea3173SRick Koch	  If unsure, say N.
17111ea3173SRick Koch
17211ea3173SRick Koch	  To compile this driver as a module, choose M here: the
17311ea3173SRick Koch	  module will be called touchwin.
17411ea3173SRick Koch
175f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400
176f40219bfSNicolas Pitre	tristate "Philips UCB1400 touchscreen"
177e1036502SNicolas Pitre	select AC97_BUS
178f40219bfSNicolas Pitre	help
179f40219bfSNicolas Pitre	  This enables support for the Philips UCB1400 touchscreen interface.
180f40219bfSNicolas Pitre	  The UCB1400 is an AC97 audio codec.  The touchscreen interface
181f40219bfSNicolas Pitre	  will be initialized only after the ALSA subsystem has been
182f40219bfSNicolas Pitre	  brought up and the UCB1400 detected.  You therefore have to
183f40219bfSNicolas Pitre	  configure ALSA support as well (either built-in or modular,
184f40219bfSNicolas Pitre	  independently of whether this driver is itself built-in or
185f40219bfSNicolas Pitre	  modular) for this driver to work.
186f40219bfSNicolas Pitre
187f40219bfSNicolas Pitre	  To compile this driver as a module, choose M here: the
188f40219bfSNicolas Pitre	  module will be called ucb1400_ts.
189f40219bfSNicolas Pitre
190d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_COMPOSITE
191d05e84e6SDmitry Torokhov	tristate "USB Touchscreen Driver"
1927a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
193d05e84e6SDmitry Torokhov	select USB
194d05e84e6SDmitry Torokhov	help
195d05e84e6SDmitry Torokhov	  USB Touchscreen driver for:
196d05e84e6SDmitry Torokhov	  - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
197d05e84e6SDmitry Torokhov	  - PanJit TouchSet USB
198d05e84e6SDmitry Torokhov	  - 3M MicroTouch USB (EX II series)
199d05e84e6SDmitry Torokhov	  - ITM
200d05e84e6SDmitry Torokhov	  - some other eTurboTouch
201d05e84e6SDmitry Torokhov	  - Gunze AHL61
202d05e84e6SDmitry Torokhov	  - DMC TSC-10/25
203df561fcdSOndrej Zary	  - IRTOUCHSYSTEMS/UNITOP
204a14a8401SOndrej Zary	  - IdealTEK URTC1000
205*14e40206SJerrold Jones	  - GoTop Super_Q2/GogoPen/PenPower tablets
206d05e84e6SDmitry Torokhov
207d05e84e6SDmitry Torokhov	  Have a look at <http://linux.chapter7.ch/touchkit/> for
208d05e84e6SDmitry Torokhov	  a usage description and the required user-space stuff.
209d05e84e6SDmitry Torokhov
210d05e84e6SDmitry Torokhov	  To compile this driver as a module, choose M here: the
211d05e84e6SDmitry Torokhov	  module will be called usbtouchscreen.
212d05e84e6SDmitry Torokhov
213d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_EGALAX
214d05e84e6SDmitry Torokhov	default y
215d05e84e6SDmitry Torokhov	bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
216d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
217d05e84e6SDmitry Torokhov
218d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_PANJIT
219d05e84e6SDmitry Torokhov	default y
220d05e84e6SDmitry Torokhov	bool "PanJit device support" if EMBEDDED
221d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
222d05e84e6SDmitry Torokhov
223d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_3M
224d05e84e6SDmitry Torokhov	default y
225d05e84e6SDmitry Torokhov	bool "3M/Microtouch EX II series device support" if EMBEDDED
226d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
227d05e84e6SDmitry Torokhov
228d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ITM
229d05e84e6SDmitry Torokhov	default y
230d05e84e6SDmitry Torokhov	bool "ITM device support" if EMBEDDED
231d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
232d05e84e6SDmitry Torokhov
233d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ETURBO
234d05e84e6SDmitry Torokhov	default y
235d05e84e6SDmitry Torokhov	bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
236d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
237d05e84e6SDmitry Torokhov
238d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_GUNZE
239d05e84e6SDmitry Torokhov	default y
240d05e84e6SDmitry Torokhov	bool "Gunze AHL61 device support" if EMBEDDED
241d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
242d05e84e6SDmitry Torokhov
243d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_DMC_TSC10
244d05e84e6SDmitry Torokhov	default y
245d05e84e6SDmitry Torokhov	bool "DMC TSC-10/25 device support" if EMBEDDED
246d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
247d05e84e6SDmitry Torokhov
248df561fcdSOndrej Zaryconfig TOUCHSCREEN_USB_IRTOUCH
249df561fcdSOndrej Zary	default y
250df561fcdSOndrej Zary	bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
251df561fcdSOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
252df561fcdSOndrej Zary
253a14a8401SOndrej Zaryconfig TOUCHSCREEN_USB_IDEALTEK
254a14a8401SOndrej Zary	default y
255a14a8401SOndrej Zary	bool "IdealTEK URTC1000 device support" if EMBEDDED
256a14a8401SOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
257a14a8401SOndrej Zary
2589d5657dbSIlya Frolovconfig TOUCHSCREEN_USB_GENERAL_TOUCH
2599d5657dbSIlya Frolov	default y
2609d5657dbSIlya Frolov	bool "GeneralTouch Touchscreen device support" if EMBEDDED
2619d5657dbSIlya Frolov	depends on TOUCHSCREEN_USB_COMPOSITE
2629d5657dbSIlya Frolov
263*14e40206SJerrold Jonesconfig TOUCHSCREEN_USB_GOTOP
264*14e40206SJerrold Jones	default y
265*14e40206SJerrold Jones	bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
266*14e40206SJerrold Jones	depends on TOUCHSCREEN_USB_COMPOSITE
267*14e40206SJerrold Jones
2681da177e4SLinus Torvaldsendif
269