#
# 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_APP_FW_UPGRADE
	bool "LGE_TOUCH_APP_FW_UPGRADE"
	help
	code for app fw upgrade

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

config LGE_TOUCH_JDM
	bool "LGE Touch JDM"
	select LGE_TOUCH_CORE_BASE
	help
	  If your plaform is mtk linux, say Y

source "drivers/input/touchscreen/lge/focaltech/Kconfig"
source "drivers/input/touchscreen/lge/ilitek/Kconfig"
source "drivers/input/touchscreen/lge/novatek/Kconfig"
# for fh10 demogod bring-up - start
# if LGE_TOUCH_JDM
# source "drivers/input/touchscreen/lge/jdm/Kconfig"
# endif
# 
# if !LGE_TOUCH_JDM
# source "drivers/input/touchscreen/lge/synaptics/Kconfig"
source "drivers/input/touchscreen/lge/lgsic/Kconfig"
# source "drivers/input/touchscreen/lge/melfas/Kconfig"
# source "drivers/input/touchscreen/lge/sharp/Kconfig"
# source "drivers/input/touchscreen/lge/novatek/Kconfig"
# source "drivers/input/touchscreen/lge/sentron/Kconfig"
# source "drivers/input/touchscreen/lge/focaltech/Kconfig"
# source "drivers/input/touchscreen/lge/ilitek/Kconfig"
# source "drivers/input/touchscreen/lge/himax/Kconfig"
# endif
# for fh10 demogod bring-up - end
endif

