diff options
author | Mary Ruthven <mruthven@chromium.org> | 2021-01-06 12:28:06 -0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-01-10 06:35:08 +0000 |
commit | 4fba21dd08bc68646ad1b38ab17ec71f6610142a (patch) | |
tree | 392034062371ed75b687398ada65edcd493a1a97 | |
parent | 0f369bb5e610425ca610de4a5c282bb64833da8a (diff) | |
download | chrome-ec-4fba21dd08bc68646ad1b38ab17ec71f6610142a.tar.gz |
coil: remove CONFIG_STM32_SPI1_MASTER
It isn't used anywhere, and it has a term we're removing.
BUG=b:175244613
TEST=make buildall -j
Change-Id: I1324a13aa3ca98b5082fea1b2ea5f9efb4c4b2d3
Signed-off-by: Mary Ruthven <mruthven@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615129
Reviewed-by: Namyoon Woo <namyoon@chromium.org>
-rw-r--r-- | include/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h index d83cd4f7e3..9562abcd5a 100644 --- a/include/config.h +++ b/include/config.h @@ -3147,9 +3147,6 @@ /* SPI master halfduplex/3-wire mode */ #undef CONFIG_SPI_HALFDUPLEX -/* Support STM32 SPI1 as master. */ -#undef CONFIG_STM32_SPI1_MASTER - /* SPI master configure gpios on init */ #undef CONFIG_SPI_CONTROLLER_CONFIGURE_GPIOS |