From 14d69d56632b502821aacf5d772e9cde5c9b083e Mon Sep 17 00:00:00 2001 From: Caveh Jalali Date: Tue, 1 Jun 2021 21:25:03 -0700 Subject: 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 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2932465 Reviewed-by: Craig Hesling Commit-Queue: Craig Hesling --- board/nucleo-dartmonkey/board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/nucleo-dartmonkey') diff --git a/board/nucleo-dartmonkey/board.h b/board/nucleo-dartmonkey/board.h index 6466b6280e..9e220db7dc 100644 --- a/board/nucleo-dartmonkey/board.h +++ b/board/nucleo-dartmonkey/board.h @@ -32,7 +32,7 @@ #define CONFIG_ROLLBACK_SECRET_SIZE 32 /* SPI configuration for the fingerprint sensor */ -#define CONFIG_SPI_MASTER +#define CONFIG_SPI_CONTROLLER #define CONFIG_SPI_FP_PORT 2 /* SPI4: third master config */ #define CONFIG_FINGERPRINT_MCU -- cgit v1.2.1