16 lines
351 B
Plaintext
16 lines
351 B
Plaintext
#
|
|
# Focaltech Touchscreen driver configuration
|
|
#
|
|
|
|
config TOUCHSCREEN_FTS
|
|
bool "Focaltech Touchscreen"
|
|
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
|
|
|