ftp://ftp.kernel.org/pub/linux/kernel/v2.6/linux-2.6.6.tar.bz2
[linux-2.6.git] / drivers / input / touchscreen / Kconfig
1 #
2 # Mouse driver configuration
3 #
4 config INPUT_TOUCHSCREEN
5         bool "Touchscreens"
6         depends on INPUT
7         help
8           Say Y here, and a list of supported touchscreens will be displayed.
9           This option doesn't affect the kernel.
10
11           If unsure, say Y.
12
13 config TOUCHSCREEN_BITSY
14         tristate "Compaq iPAQ H3600 (Bitsy) touchscreen input driver"
15         depends on SA1100_BITSY && INPUT && INPUT_TOUCHSCREEN
16         select SERIO
17         help
18           Say Y here if you have the h3600 (Bitsy) touchscreen.
19
20           If unsure, say N.
21
22           To compile this driver as a module, choose M here: the
23           module will be called h3600_ts_input.
24
25 config TOUCHSCREEN_GUNZE
26         tristate "Gunze AHL-51S touchscreen"
27         depends on INPUT && INPUT_TOUCHSCREEN
28         select SERIO
29         help
30           Say Y here if you have the Gunze AHL-51 touchscreen connected to
31           your system.
32
33           If unsure, say N.
34
35           To compile this driver as a module, choose M here: the
36           module will be called gunze.
37