#
# LGE touch core configuration
#

if INPUT_TOUCHSCREEN

menuconfig LGE_TOUCH_CORE
	bool "LGE Touch Core - Generic"
	select LGE_TOUCH_CORE_BASE
	help
	  If your plaform is generic linux, say Y

menuconfig LGE_TOUCH_CORE_MTK
	bool "LGE Touch Core - MTK"
	select LGE_TOUCH_CORE_BASE
	help
	  If your plaform is mtk linux, say Y

menuconfig LGE_TOUCH_CORE_QCT
	bool "LGE Touch Core - QCT"
	select LGE_TOUCH_CORE_BASE
	help
	  If your plaform is qct linux, say Y

config LGE_TOUCH_CORE_BASE
	bool "LGE Touch Core Base"
	depends on SPI_MASTER && I2C

config LGE_TOUCH_FW_PATH
	string "LGE Touch Core Firmware Path"
	help
	LGE_TOUCH_FW_PATH is set to path of synaptics firmware

config SECURE_TOUCH
	bool "Secure Touch"
	help
	If touch dualization is applied, say Y

config LGE_TOUCH_PANEL_GLOBAL_RESET
	bool "LGE Touch panel global reset - ESD recovery"
	help
	If incell touch is applied, say Y

source "drivers/input/touchscreen/lge/lgsic/Kconfig"
source "drivers/input/touchscreen/lge/stm/Kconfig"
source "drivers/input/touchscreen/lge/synaptics/Kconfig"

endif

