#
# Mouse driver configuration
#
config INPUT_TOUCHSCREEN
	bool "Touchscreens"
	depends on INPUT
	help
	  Say Y here, and a list of supported touchscreens will be displayed.
	  This option doesn't affect the kernel.

	  If unsure, say Y.

config TOUCHSCREEN_BITSY
	tristate "Compaq iPAQ H3600 (Bitsy) touchscreen input driver"
	depends on SA1100_BITSY && INPUT && INPUT_TOUCHSCREEN && SERIO
	help
	  Say Y here if you have the h3600 (Bitsy) touchscreen.

	  If unsure, say N.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called gunze.o. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

config TOUCHSCREEN_GUNZE
	tristate "Gunze AHL-51S touchscreen"
	depends on INPUT && INPUT_TOUCHSCREEN && SERIO
	help
	  Say Y here if you have the Gunze AHL-51 touchscreen connected to
	  your system.

	  If unsure, say N.

	  This driver is also available as a module ( = code which can be
	  inserted in and removed from the running kernel whenever you want).
	  The module will be called gunze.o. If you want to compile it as a
	  module, say M here and read <file:Documentation/modules.txt>.

