summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-06 11:41:02 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-10 06:34:37 +0000
commiteb813744e390921b3ef799df3e445eae0ee46432 (patch)
tree9f74140cbe3b25dd67280eb3e9a8507f63e69b65 /include/config.h
parent9fcc0a5e3ebcb360b98d543ee2ef7867ae0a36cd (diff)
downloadchrome-ec-eb813744e390921b3ef799df3e445eae0ee46432.tar.gz
coil: CONFIG_SPI_MASTER->CONFIG_SPI_CONTROLLER
BUG=b:175244613 TEST=make buildall -j Change-Id: I244ca864dad04f2b4f02bb1be2b482921da2fc88 Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615123 Reviewed-by: Namyoon Woo <namyoon@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 c335e757f8..3f184be58f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3153,7 +3153,7 @@
#undef CONFIG_SPI_NOR_SMART_ERASE
/* SPI master feature */
-#undef CONFIG_SPI_MASTER
+#undef CONFIG_SPI_CONTROLLER
/* SPI master halfduplex/3-wire mode */
#undef CONFIG_SPI_HALFDUPLEX
@@ -3162,11 +3162,11 @@
#undef CONFIG_STM32_SPI1_MASTER
/* SPI master configure gpios on init */
-#undef CONFIG_SPI_MASTER_CONFIGURE_GPIOS
+#undef CONFIG_SPI_CONTROLLER_CONFIGURE_GPIOS
/* Support SPI masters without GPIO-specified Chip Selects, instead rely on the
* SPI master port's hardwired CS pin. */
-#undef CONFIG_SPI_MASTER_NO_CS_GPIOS
+#undef CONFIG_SPI_CONTROLLER_NO_CS_GPIOS
/* Support testing SPI periph interface driver. */
#undef CONFIG_SPP_TEST