Linux v2.6.13
[linux-2.6/next.git] / drivers / input / touchscreen / Kconfig
blob0489af5a80c95bcdf67c2c87e3159bed004eec55
2 # Mouse driver configuration
4 menuconfig INPUT_TOUCHSCREEN
5         bool "Touchscreens"
6         help
7           Say Y here, and a list of supported touchscreens will be displayed.
8           This option doesn't affect the kernel.
10           If unsure, say Y.
12 if INPUT_TOUCHSCREEN
14 config TOUCHSCREEN_BITSY
15         tristate "Compaq iPAQ H3600 (Bitsy) touchscreen"
16         depends on SA1100_BITSY
17         select SERIO
18         help
19           Say Y here if you have the h3600 (Bitsy) touchscreen.
21           If unsure, say N.
23           To compile this driver as a module, choose M here: the
24           module will be called h3600_ts_input.
26 config TOUCHSCREEN_CORGI
27         tristate "Corgi touchscreen (for Sharp SL-C7xx)"
28         depends on PXA_SHARPSL
29         default y       
30         help
31           Say Y here to enable the driver for the touchscreen on the 
32           Sharp SL-C7xx series of PDAs.
34           If unsure, say N.
36           To compile this driver as a module, choose M here: the
37           module will be called ads7846_ts.
39 config TOUCHSCREEN_GUNZE
40         tristate "Gunze AHL-51S touchscreen"
41         select SERIO
42         help
43           Say Y here if you have the Gunze AHL-51 touchscreen connected to
44           your system.
46           If unsure, say N.
48           To compile this driver as a module, choose M here: the
49           module will be called gunze.
51 config TOUCHSCREEN_ELO
52         tristate "Elo serial touchscreens"
53         select SERIO
54         help
55           Say Y here if you have an Elo serial touchscreen connected to
56           your system.
58           If unsure, say N.
60           To compile this driver as a module, choose M here: the
61           module will be called elo.
63 config TOUCHSCREEN_MTOUCH
64         tristate "MicroTouch serial touchscreens"
65         select SERIO
66         help
67           Say Y here if you have a MicroTouch (3M) serial touchscreen connected to
68           your system.
70           If unsure, say N.
72           To compile this driver as a module, choose M here: the
73           module will be called mtouch.
75 config TOUCHSCREEN_MK712
76         tristate "ICS MicroClock MK712 touchscreen"
77         help
78           Say Y here if you have the ICS MicroClock MK712 touchscreen
79           controller chip in your system.
81           If unsure, say N.
83           To compile this driver as a module, choose M here: the
84           module will be called mk712.
86 config TOUCHSCREEN_HP600
87         tristate "HP Jornada 680/690 touchscreen"
88         depends on SH_HP600 && SH_ADC
89         help
90           Say Y here if you have a HP Jornada 680 or 690 and want to
91           support the built-in touchscreen.
93           If unsure, say N.
95           To compile this driver as a module, choose M here: the
96           module will be called hp680_ts_input.
98 endif