#
# 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_FTS5446
	bool "FTS5446 for lenovo K52 driver"
	depends on TOUCHSCREEN_MTK
	
# source "drivers/input/touchscreen/mediatek/GT1151/Kconfig"

endif
