summaryrefslogtreecommitdiff
path: root/include/config.h
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 /include/config.h
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 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 4c5e6bfa9b..d24483f3c4 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3644,8 +3644,8 @@
*/
#undef CONFIG_SPI_NOR_SMART_ERASE
-/* SPI master feature */
-#undef CONFIG_SPI_MASTER
+/* SPI controller feature */
+#undef CONFIG_SPI_CONTROLLER
/* SPI master halfduplex/3-wire mode */
#undef CONFIG_SPI_HALFDUPLEX