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

	  If unsure, say Y.

if INPUT_TOUCHSCREEN

config TOUCHSCREEN_MTK
	bool "MediaTek Touch Panel Driver"
	help
	  Say Y here if you have MediaTek touch panel.

	  If unsure, say N.

	  To compile this dirver as a module, choose M here: the
	  module will be called.

config TOUCHSCREEN_MTK_ILITEK_V3
	bool "ILITEK chipset i2c touchscreen"
	help
	  This enables support for ILITEK CHIPSET over I2C based touchscreens.
	  when turn this option on, TOUCHSCREEN_ILITEK_I2C touch driver
	  will open.
	  If unsure,say N.
endif

config FURILABS_ILITEK_PALMREJECTION
        bool "FuriLabs palm rejection for ILITEK_V3 touchscreen"
        depends on TOUCHSCREEN_MTK_ILITEK_V3
        default n
        help
          Enable palm rejection mode support for ILITEK_V3 touchscreen.
