summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorHarry Cutts <hcutts@chromium.org>2021-06-22 17:37:52 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-25 17:45:55 +0000
commitec339489d1f0d67f43934949a9b7fb271a043546 (patch)
treee06341f2011a2aa41a68f4f1acfdaa6cf48d101e /include/config.h
parent59315ca614ae9883e5bfacb91d45b0d5529b0aa5 (diff)
downloadchrome-ec-ec339489d1f0d67f43934949a9b7fb271a043546.tar.gz
stm32: rename CONFIG_STM32_SPI1_MASTER to …CONTROLLER
In line with OSHWA terminology. BUG=b:181607131 TEST=make -j BOARD=hammer BRANCH=none Change-Id: I6d212e60d5aceb8497f00520b693006cc1af2d45 Signed-off-by: Harry Cutts <hcutts@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2981123 Reviewed-by: caveh jalali <caveh@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 661e1de680..58bf1340f1 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3639,11 +3639,11 @@
/* SPI controller feature */
#undef CONFIG_SPI_CONTROLLER
-/* SPI master halfduplex/3-wire mode */
+/* SPI controller halfduplex/3-wire mode */
#undef CONFIG_SPI_HALFDUPLEX
-/* Support STM32 SPI1 as master. */
-#undef CONFIG_STM32_SPI1_MASTER
+/* Support STM32 SPI1 as controller. */
+#undef CONFIG_STM32_SPI1_CONTROLLER
/* Support MCHP MEC family GP-SPI master(s)
* Define to 0x01 for GPSPI0 only.