
V1.2.3 from vendor. Change-Id: Idf75e5ebf2947a53a5d243ddb0a9bc71362bbdd6 Signed-off-by: xulinkun <xulinkun@goodix.com> Git-commit: 58cc7874cb5e13490a6c8720b308fa56847a1f51 Git-repo: https://github.com/goodix/goodix_ts_berlin Signed-off-by: Fei Mao <quic_feim@quicinc.com>
21 行
430 B
Plaintext
21 行
430 B
Plaintext
#
|
|
# Goodix touchscreen driver configuration
|
|
#
|
|
menuconfig TOUCHSCREEN_GOODIX_BRL
|
|
tristate "Goodix berlin touchscreen"
|
|
help
|
|
Say Y here if you have a Goodix berlin series touch controller
|
|
to your system.
|
|
|
|
If build module, say M.
|
|
If unsure, say N.
|
|
|
|
if TOUCHSCREEN_GOODIX_BRL
|
|
|
|
config TOUCHSCREEN_GOODIX_BRL_SPI
|
|
bool "support SPI bus connection"
|
|
help
|
|
Say Y here if the touchscreen is connected via SPI bus.
|
|
|
|
endif
|