xref: /linux/drivers/input/touchscreen/Kconfig (revision 64c12e9b7edb0bfce9c5d7db43091b67894d8339)
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
1063cadd2d9SRichard Lemonconfig TOUCHSCREEN_INEXIO
1073cadd2d9SRichard Lemon	tristate "iNexio serial touchscreens"
1083cadd2d9SRichard Lemon	select SERIO
1093cadd2d9SRichard Lemon	help
1103cadd2d9SRichard Lemon	  Say Y here if you have an iNexio serial touchscreen connected to
1113cadd2d9SRichard Lemon	  your system.
1123cadd2d9SRichard Lemon
1133cadd2d9SRichard Lemon	  If unsure, say N.
1143cadd2d9SRichard Lemon
1153cadd2d9SRichard Lemon	  To compile this driver as a module, choose M here: the
1163cadd2d9SRichard Lemon	  module will be called inexio.
1173cadd2d9SRichard Lemon
1181da177e4SLinus Torvaldsconfig TOUCHSCREEN_MK712
1191da177e4SLinus Torvalds	tristate "ICS MicroClock MK712 touchscreen"
1201da177e4SLinus Torvalds	help
1211da177e4SLinus Torvalds	  Say Y here if you have the ICS MicroClock MK712 touchscreen
1221da177e4SLinus Torvalds	  controller chip in your system.
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 mk712.
1281da177e4SLinus Torvalds
1291da177e4SLinus Torvaldsconfig TOUCHSCREEN_HP600
1304ff891ebSKristoffer Ericson	tristate "HP Jornada 6xx touchscreen"
1310025835cSPaul Mundt	depends on SH_HP6XX && SH_ADC
1321da177e4SLinus Torvalds	help
1334ff891ebSKristoffer Ericson	  Say Y here if you have a HP Jornada 620/660/680/690 and want to
1341da177e4SLinus Torvalds          support the built-in touchscreen.
1351da177e4SLinus Torvalds
1361da177e4SLinus Torvalds	  To compile this driver as a module, choose M here: the
1371da177e4SLinus Torvalds	  module will be called hp680_ts_input.
1381da177e4SLinus Torvalds
1395637f02aSKristoffer Ericsonconfig TOUCHSCREEN_HP7XX
1404ff891ebSKristoffer Ericson	tristate "HP Jornada 7xx touchscreen"
1415637f02aSKristoffer Ericson	depends on SA1100_JORNADA720_SSP
1425637f02aSKristoffer Ericson	help
1435637f02aSKristoffer Ericson	  Say Y here if you have a HP Jornada 710/720/728 and want
1445637f02aSKristoffer Ericson	  to support the built-in touchscreen.
1455637f02aSKristoffer Ericson
1465637f02aSKristoffer Ericson	  To compile this driver as a module, choose M here: the
1475637f02aSKristoffer Ericson	  module will be called jornada720_ts.
1485637f02aSKristoffer Ericson
1495a18c343SPau Oliva Foraconfig TOUCHSCREEN_HTCPEN
1505a18c343SPau Oliva Fora	tristate "HTC Shift X9500 touchscreen"
1515a18c343SPau Oliva Fora	depends on ISA
1525a18c343SPau Oliva Fora	help
1535a18c343SPau Oliva Fora	  Say Y here if you have an HTC Shift UMPC also known as HTC X9500
1545a18c343SPau Oliva Fora	  Clio / Shangrila and want to support the built-in touchscreen.
1555a18c343SPau Oliva Fora
1565a18c343SPau Oliva Fora	  If unsure, say N.
1575a18c343SPau Oliva Fora
1585a18c343SPau Oliva Fora	  To compile this driver as a module, choose M here: the
1595a18c343SPau Oliva Fora	  module will be called htcpen.
1605a18c343SPau Oliva Fora
161ee479999SRick Kochconfig TOUCHSCREEN_PENMOUNT
162ee479999SRick Koch	tristate "Penmount serial touchscreen"
163ee479999SRick Koch	select SERIO
164ee479999SRick Koch	help
165ee479999SRick Koch	  Say Y here if you have a Penmount serial touchscreen connected to
166ee479999SRick Koch	  your system.
167ee479999SRick Koch
168ee479999SRick Koch	  If unsure, say N.
169ee479999SRick Koch
170ee479999SRick Koch	  To compile this driver as a module, choose M here: the
171ee479999SRick Koch	  module will be called penmount.
172ee479999SRick Koch
173885c316dSMagnus Dammconfig TOUCHSCREEN_MIGOR
174885c316dSMagnus Damm	tristate "Renesas MIGO-R touchscreen"
175885c316dSMagnus Damm	depends on SH_MIGOR && I2C
176885c316dSMagnus Damm	help
177885c316dSMagnus Damm	  Say Y here to enable MIGO-R touchscreen support.
178885c316dSMagnus Damm
179885c316dSMagnus Damm	  If unsure, say N.
180885c316dSMagnus Damm
181885c316dSMagnus Damm	  To compile this driver as a module, choose M here: the
182885c316dSMagnus Damm	  module will be called migor_ts.
183885c316dSMagnus Damm
1844003dff4SRick Kochconfig TOUCHSCREEN_TOUCHRIGHT
1854003dff4SRick Koch	tristate "Touchright serial touchscreen"
1864003dff4SRick Koch	select SERIO
1874003dff4SRick Koch	help
1884003dff4SRick Koch	  Say Y here if you have a Touchright serial touchscreen connected to
1894003dff4SRick Koch	  your system.
1904003dff4SRick Koch
1914003dff4SRick Koch	  If unsure, say N.
1924003dff4SRick Koch
1934003dff4SRick Koch	  To compile this driver as a module, choose M here: the
1944003dff4SRick Koch	  module will be called touchright.
1954003dff4SRick Koch
19611ea3173SRick Kochconfig TOUCHSCREEN_TOUCHWIN
19711ea3173SRick Koch	tristate "Touchwin serial touchscreen"
19811ea3173SRick Koch	select SERIO
19911ea3173SRick Koch	help
20011ea3173SRick Koch	  Say Y here if you have a Touchwin serial touchscreen connected to
20111ea3173SRick Koch	  your system.
20211ea3173SRick Koch
20311ea3173SRick Koch	  If unsure, say N.
20411ea3173SRick Koch
20511ea3173SRick Koch	  To compile this driver as a module, choose M here: the
20611ea3173SRick Koch	  module will be called touchwin.
20711ea3173SRick Koch
20872d18a7bSDan Liangconfig TOUCHSCREEN_ATMEL_TSADCC
20972d18a7bSDan Liang	tristate "Atmel Touchscreen Interface"
21072d18a7bSDan Liang	depends on ARCH_AT91SAM9RL
21172d18a7bSDan Liang	help
21272d18a7bSDan Liang	  Say Y here if you have a 4-wire touchscreen connected to the
21372d18a7bSDan Liang          ADC Controller on your Atmel SoC (such as the AT91SAM9RL).
21472d18a7bSDan Liang
21572d18a7bSDan Liang	  If unsure, say N.
21672d18a7bSDan Liang
21772d18a7bSDan Liang	  To compile this driver as a module, choose M here: the
21872d18a7bSDan Liang	  module will be called atmel_tsadcc.
21972d18a7bSDan Liang
220f40219bfSNicolas Pitreconfig TOUCHSCREEN_UCB1400
221f40219bfSNicolas Pitre	tristate "Philips UCB1400 touchscreen"
222*64c12e9bSAndrew Morton	depends on AC97_BUS
223d9105c2bSMarek Vašut	depends on UCB1400_CORE
224f40219bfSNicolas Pitre	help
225f40219bfSNicolas Pitre	  This enables support for the Philips UCB1400 touchscreen interface.
226f40219bfSNicolas Pitre	  The UCB1400 is an AC97 audio codec.  The touchscreen interface
227f40219bfSNicolas Pitre	  will be initialized only after the ALSA subsystem has been
228f40219bfSNicolas Pitre	  brought up and the UCB1400 detected.  You therefore have to
229f40219bfSNicolas Pitre	  configure ALSA support as well (either built-in or modular,
230f40219bfSNicolas Pitre	  independently of whether this driver is itself built-in or
231f40219bfSNicolas Pitre	  modular) for this driver to work.
232f40219bfSNicolas Pitre
233f40219bfSNicolas Pitre	  To compile this driver as a module, choose M here: the
234f40219bfSNicolas Pitre	  module will be called ucb1400_ts.
235f40219bfSNicolas Pitre
236febf1dffSMark Brownconfig TOUCHSCREEN_WM97XX
237febf1dffSMark Brown	tristate "Support for WM97xx AC97 touchscreen controllers"
238febf1dffSMark Brown	depends on AC97_BUS
239febf1dffSMark Brown	help
240febf1dffSMark Brown	  Say Y here if you have a Wolfson Microelectronics WM97xx
241febf1dffSMark Brown	  touchscreen connected to your system. Note that this option
242febf1dffSMark Brown	  only enables core driver, you will also need to select
243febf1dffSMark Brown	  support for appropriate chip below.
244febf1dffSMark Brown
245febf1dffSMark Brown	  If unsure, say N.
246febf1dffSMark Brown
247febf1dffSMark Brown	  To compile this driver as a module, choose M here: the
248febf1dffSMark Brown	  module will be called wm97xx-ts.
249febf1dffSMark Brown
2509448cefcSMark Brownconfig TOUCHSCREEN_WM9705
2519448cefcSMark Brown	bool "WM9705 Touchscreen interface support"
2529448cefcSMark Brown	depends on TOUCHSCREEN_WM97XX
253558a171dSMark Brown	default y
2549448cefcSMark Brown	help
255558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
256558a171dSMark Brown	  WM9705 touchscreen controller.
2579448cefcSMark Brown
258de22b9efSMark Brownconfig TOUCHSCREEN_WM9712
259de22b9efSMark Brown	bool "WM9712 Touchscreen interface support"
260de22b9efSMark Brown	depends on TOUCHSCREEN_WM97XX
261558a171dSMark Brown	default y
262de22b9efSMark Brown	help
263558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
264558a171dSMark Brown	  WM9712 touchscreen controller.
265de22b9efSMark Brown
266dca98e91SMark Brownconfig TOUCHSCREEN_WM9713
267dca98e91SMark Brown	bool "WM9713 Touchscreen interface support"
268dca98e91SMark Brown	depends on TOUCHSCREEN_WM97XX
269558a171dSMark Brown	default y
270dca98e91SMark Brown	help
271558a171dSMark Brown	  Say Y here to enable support for the Wolfson Microelectronics
272558a171dSMark Brown	  WM9713 touchscreen controller.
273dca98e91SMark Brown
2744db8a5f2SMark Brownconfig TOUCHSCREEN_WM97XX_MAINSTONE
2754db8a5f2SMark Brown	tristate "WM97xx Mainstone accelerated touch"
2764db8a5f2SMark Brown	depends on TOUCHSCREEN_WM97XX && ARCH_PXA
2774db8a5f2SMark Brown	help
2784db8a5f2SMark Brown	  Say Y here for support for streaming mode with WM97xx touchscreens
2794db8a5f2SMark Brown	  on Mainstone systems.
2804db8a5f2SMark Brown
2814db8a5f2SMark Brown	  If unsure, say N.
2824db8a5f2SMark Brown
2834db8a5f2SMark Brown	  To compile this driver as a module, choose M here: the
2844db8a5f2SMark Brown	  module will be called mainstone-wm97xx.
2854db8a5f2SMark Brown
286d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_COMPOSITE
287d05e84e6SDmitry Torokhov	tristate "USB Touchscreen Driver"
2887a86edefSAl Viro	depends on USB_ARCH_HAS_HCD
289d05e84e6SDmitry Torokhov	select USB
290d05e84e6SDmitry Torokhov	help
291d05e84e6SDmitry Torokhov	  USB Touchscreen driver for:
292d05e84e6SDmitry Torokhov	  - eGalax Touchkit USB (also includes eTurboTouch CT-410/510/700)
293d05e84e6SDmitry Torokhov	  - PanJit TouchSet USB
294d05e84e6SDmitry Torokhov	  - 3M MicroTouch USB (EX II series)
295d05e84e6SDmitry Torokhov	  - ITM
296d05e84e6SDmitry Torokhov	  - some other eTurboTouch
297d05e84e6SDmitry Torokhov	  - Gunze AHL61
298d05e84e6SDmitry Torokhov	  - DMC TSC-10/25
299df561fcdSOndrej Zary	  - IRTOUCHSYSTEMS/UNITOP
300a14a8401SOndrej Zary	  - IdealTEK URTC1000
30114e40206SJerrold Jones	  - GoTop Super_Q2/GogoPen/PenPower tablets
302d05e84e6SDmitry Torokhov
303d05e84e6SDmitry Torokhov	  Have a look at <http://linux.chapter7.ch/touchkit/> for
304d05e84e6SDmitry Torokhov	  a usage description and the required user-space stuff.
305d05e84e6SDmitry Torokhov
306d05e84e6SDmitry Torokhov	  To compile this driver as a module, choose M here: the
307d05e84e6SDmitry Torokhov	  module will be called usbtouchscreen.
308d05e84e6SDmitry Torokhov
309d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_EGALAX
310d05e84e6SDmitry Torokhov	default y
311d05e84e6SDmitry Torokhov	bool "eGalax, eTurboTouch CT-410/510/700 device support" if EMBEDDED
312d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
313d05e84e6SDmitry Torokhov
314d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_PANJIT
315d05e84e6SDmitry Torokhov	default y
316d05e84e6SDmitry Torokhov	bool "PanJit device support" if EMBEDDED
317d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
318d05e84e6SDmitry Torokhov
319d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_3M
320d05e84e6SDmitry Torokhov	default y
321d05e84e6SDmitry Torokhov	bool "3M/Microtouch EX II series device support" if EMBEDDED
322d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
323d05e84e6SDmitry Torokhov
324d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ITM
325d05e84e6SDmitry Torokhov	default y
326d05e84e6SDmitry Torokhov	bool "ITM device support" if EMBEDDED
327d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
328d05e84e6SDmitry Torokhov
329d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_ETURBO
330d05e84e6SDmitry Torokhov	default y
331d05e84e6SDmitry Torokhov	bool "eTurboTouch (non-eGalax compatible) device support" if EMBEDDED
332d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
333d05e84e6SDmitry Torokhov
334d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_GUNZE
335d05e84e6SDmitry Torokhov	default y
336d05e84e6SDmitry Torokhov	bool "Gunze AHL61 device support" if EMBEDDED
337d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
338d05e84e6SDmitry Torokhov
339d05e84e6SDmitry Torokhovconfig TOUCHSCREEN_USB_DMC_TSC10
340d05e84e6SDmitry Torokhov	default y
341d05e84e6SDmitry Torokhov	bool "DMC TSC-10/25 device support" if EMBEDDED
342d05e84e6SDmitry Torokhov	depends on TOUCHSCREEN_USB_COMPOSITE
343d05e84e6SDmitry Torokhov
344df561fcdSOndrej Zaryconfig TOUCHSCREEN_USB_IRTOUCH
345df561fcdSOndrej Zary	default y
346df561fcdSOndrej Zary	bool "IRTOUCHSYSTEMS/UNITOP device support" if EMBEDDED
347df561fcdSOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
348df561fcdSOndrej Zary
349a14a8401SOndrej Zaryconfig TOUCHSCREEN_USB_IDEALTEK
350a14a8401SOndrej Zary	default y
351a14a8401SOndrej Zary	bool "IdealTEK URTC1000 device support" if EMBEDDED
352a14a8401SOndrej Zary	depends on TOUCHSCREEN_USB_COMPOSITE
353a14a8401SOndrej Zary
3549d5657dbSIlya Frolovconfig TOUCHSCREEN_USB_GENERAL_TOUCH
3559d5657dbSIlya Frolov	default y
3569d5657dbSIlya Frolov	bool "GeneralTouch Touchscreen device support" if EMBEDDED
3579d5657dbSIlya Frolov	depends on TOUCHSCREEN_USB_COMPOSITE
3589d5657dbSIlya Frolov
35914e40206SJerrold Jonesconfig TOUCHSCREEN_USB_GOTOP
36014e40206SJerrold Jones	default y
36114e40206SJerrold Jones	bool "GoTop Super_Q2/GogoPen/PenPower tablet device support" if EMBEDDED
36214e40206SJerrold Jones	depends on TOUCHSCREEN_USB_COMPOSITE
36314e40206SJerrold Jones
36473422392SClaudio Niederconfig TOUCHSCREEN_TOUCHIT213
36573422392SClaudio Nieder	tristate "Sahara TouchIT-213 touchscreen"
36673422392SClaudio Nieder	select SERIO
36773422392SClaudio Nieder	help
36873422392SClaudio Nieder	  Say Y here if you have a Sahara TouchIT-213 Tablet PC.
36973422392SClaudio Nieder
37073422392SClaudio Nieder	  If unsure, say N.
37173422392SClaudio Nieder
37273422392SClaudio Nieder	  To compile this driver as a module, choose M here: the
37373422392SClaudio Nieder	  module will be called touchit213.
37473422392SClaudio Nieder
3751da177e4SLinus Torvaldsendif
376