#
# 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 touch firmware

config LGE_TOUCH_MODULE_DETECT
	bool "LGE Touch Core - Enable Module detection"
	select LGE_TOUCH_CORE_BASE
	default n
	help
	Feature for read device maker id, like lcd or touch maker

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

config LGE_TOUCH_USE_PANEL_NOTIFY
	bool "Use lge_panel_notify.h"
	help
	If you use lge_panel_notify.h, say Y

menuconfig LGE_TOUCH_LGSIC_SW49107
        bool "LGE Touch Core ODM Device Driver - SW49107"
        depends on LGE_TOUCH_CORE_BASE
        help
          If your device is sw49107, say Y
endif

