summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorWendly Li <wendlyli@google.com>2022-01-03 04:31:49 +0000
committerWendly Li <wendlyli@google.com>2022-01-21 03:53:18 +0000
commitd89ca0d2b1e77ec679682b0d7f7bcd858b7a6d44 (patch)
tree197efa10b8d5809b68beb197352d326136a6ee78 /Kconfig
parent0f9e7e8f390c3d06c81cac7c2a94d341a25cd896 (diff)
downloadgoodix_touch-d89ca0d2b1e77ec679682b0d7f7bcd858b7a6d44.tar.gz
Modify Kconfig and Makefile for p22
Bug: 214018056 Bug: 214118475 Change-Id: I63e399d4276939dc30976078eea704b8cb7c54f1 Signed-off-by: Wendly Li <wendlyli@google.com>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 223d5ae..7ab73b3 100644
--- a/Kconfig
+++ b/Kconfig
@@ -14,7 +14,8 @@ if TOUCHSCREEN_GOODIX_BRL
config TOUCHSCREEN_GOODIX_BRL_SPI
bool "support SPI bus connection"
+ depends on SPI_MASTER
help
- Say Y here if the touchscreen is connected via SPI bus.
+ Say Y here if the touchscreen is connected via SPI bus.
endif