#
# LGE touch core configuration
#

if INPUT_TOUCHSCREEN

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

source "drivers/input/touchscreen/lge_jp/focaltech/Kconfig"
source "drivers/input/touchscreen/lge_jp/synaptics/Kconfig"

endif

