c05564c4d8
Android 13
88 lines
2 KiB
Plaintext
Executable file
88 lines
2 KiB
Plaintext
Executable file
#
|
|
# Touchscreen driver configuration
|
|
#
|
|
if TOUCHSCREEN_FT5X26
|
|
|
|
config ft5x26_FIRMWARE
|
|
string "ft5x26 for Mediatek firmware"
|
|
help
|
|
Say Y here if you have ft5x26 touch panel ft5x26_FIRMWARE.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this dirver as a module, choose M here: the
|
|
module will be called.
|
|
|
|
config TPD_ROTATE_90
|
|
bool "ft5x26 for Mediatek package"
|
|
help
|
|
Say Y here if you have ft5x26 touch panel TPD_ROTATE_90.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this dirver as a module, choose M here: the
|
|
module will be called.
|
|
|
|
config TPD_ROTATE_180
|
|
bool "ft5x26 for Mediatek package"
|
|
help
|
|
Say Y here if you have ft5x26 touch panel TPD_ROTATE_180.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this dirver as a module, choose M here: the
|
|
module will be called.
|
|
|
|
config TPD_ROTATE_270
|
|
bool "ft5x26 for Mediatek package"
|
|
help
|
|
Say Y here if you have ft5x26 touch panel TPD_ROTATE_270.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this dirver as a module, choose M here: the
|
|
module will be called.
|
|
|
|
config FT_AUTO_UPGRADE_SUPPORT
|
|
bool "ft5x26 for Mediatek package"
|
|
default y
|
|
help
|
|
Say Y here if you have ft5x26 touch panel FT_AUTO_UPGRADE_SUPPORT.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this dirver as a module, choose M here: the
|
|
module will be called.
|
|
|
|
config CUST_FTS_APK_DEBUG
|
|
bool "ft5x26 for Mediatek package"
|
|
default y
|
|
help
|
|
Say Y here if you have ft5x26 touch panel CUST_FTS_APK_DEBUG.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this dirver as a module, choose M here: the
|
|
module will be called.
|
|
|
|
config TPD_HAVE_CALIBRATION
|
|
bool "ft5x26 for Mediatek package"
|
|
help
|
|
Say Y here if you have ft5x26 touch panel TPD_HAVE_CALIBRATION.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this dirver as a module, choose M here: the
|
|
module will be called.
|
|
|
|
config TPD_CUSTOM_CALIBRATION
|
|
bool "ft5x26 for Mediatek package"
|
|
help
|
|
Say Y here if you have ft5x26 touch panel TPD_CUSTOM_CALIBRATION.
|
|
|
|
If unsure, say N.
|
|
|
|
To compile this dirver as a module, choose M here: the
|
|
module will be called.
|
|
endif
|