summaryrefslogtreecommitdiff
path: root/board/hatch_fp
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-06-01 21:25:03 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-03 21:50:59 +0000
commit14d69d56632b502821aacf5d772e9cde5c9b083e (patch)
tree6760f3a652a8653b283e2bc2fc0370bcfcca64a6 /board/hatch_fp
parent01d1f8b816be1702fb0fd0fb25d2c07bae29b20c (diff)
downloadchrome-ec-14d69d56632b502821aacf5d772e9cde5c9b083e.tar.gz
COIL: Rename CONFIG_SPI_MASTER to CONFIG_SPI_CONTROLLER
This replaces the CONFIG_SPI_MASTERR config option with CONFIG_SPI_CONTROLLER. BRANCH=none BUG=b:181607131 TEST=make buildall passes; "compare_build.sh -b all" shows no difference Change-Id: I3c921085179294765baadf7074652978fe04a4ed Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2932465 Reviewed-by: Craig Hesling <hesling@chromium.org> Commit-Queue: Craig Hesling <hesling@chromium.org>
Diffstat (limited to 'board/hatch_fp')
-rw-r--r--board/hatch_fp/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/hatch_fp/board.h b/board/hatch_fp/board.h
index ea9df71257..fd48157478 100644
--- a/board/hatch_fp/board.h
+++ b/board/hatch_fp/board.h
@@ -188,7 +188,7 @@
*-------------------------------------------------------------------------*/
/* SPI configuration for the fingerprint sensor */
-#define CONFIG_SPI_MASTER
+#define CONFIG_SPI_CONTROLLER
#define CONFIG_SPI_FP_PORT 0 /* SPI2: first master config */
#define CONFIG_FINGERPRINT_MCU
#ifdef SECTION_IS_RW