#
# Focaltech Touchscreen driver configuration
#

config AMLOGIC_TOUCHSCREEN_FTS
        bool "Focaltech Touchscreen"
		depends on I2C
		default n
		help
		  Say Y here if you have Focaltech touch panel.
		  If unsure, say N.

config AMLOGIC_TOUCHSCREEN_FTS_DIRECTORY
    string "Focaltech ts directory name"
    default "focaltech_touch"
    depends on AMLOGIC_TOUCHSCREEN_FTS
    