#
# Himax Touchscreen driver configuration
#

config TOUCHSCREEN_HIMAX_I2C
	tristate "HIMAX chipset i2c touchscreen"
	depends on TOUCHSCREEN_HIMAX_CHIPSET
	help
		Say Y here to enable support for HIMAX CHIPSET over I2C based touchscreens.
		If unsure, say N.

		To compile this driver as a module,
		This enables support for HIMAX CHIPSET over I2C based touchscreens.

config TOUCHSCREEN_HIMAX_DEBUG
	tristate "HIMAX debug function"
	depends on TOUCHSCREEN_HIMAX_I2C
	help
		Say Y here to enable support for HIMAX debug function.

		If unsure, say N.

		To compile this driver as a module,
		This enables support for HIMAX debug function.

config TOUCHSCREEN_HIMAX_ITO_TEST
	tristate "HIMAX driver test over Dragon Board"
	depends on TOUCHSCREEN_HIMAX_I2C
	help
		Say Y here to enable support for HIMAX driver test over Dragon Board.

		If unsure, say N.

		To compile this driver as a module,
		this enables support for HIMAX driver test over Dragon Board.

config HMX_DB
	tristate "HIMAX driver test over Dragon Board"
	depends on TOUCHSCREEN_HIMAX_I2C
	help
		Say Y here to enable support for HIMAX driver test over Dragon Board.

		If unsure, say N.

		To compile this driver as a module,
		this enables support for HIMAX driver test over Dragon Board.
