summaryrefslogtreecommitdiff
path: root/drivers/input/touchscreen/focaltech_touch/Kconfig
blob: e1ec3b91202e336103e8a01009cc84ada9484fd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Focaltech Touchscreen driver configuration
#

config 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 TOUCHSCREEN_FTS_DIRECTORY
    string "Focaltech ts directory name"
    default "focaltech_touch"
    depends on TOUCHSCREEN_FTS