summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorCaveh Jalali <caveh@chromium.org>2021-06-02 00:46:44 -0700
committerCommit Bot <commit-bot@chromium.org>2021-06-03 04:22:04 +0000
commit300a9a70b84f0e4275c8d18ac2de7857a9888094 (patch)
tree9d4ca134d4ee56ed1d90e1a7fb21e9ab7448fa77 /include/config.h
parentd7b562f6117ff985cbfc17f5e3e41acf45fc65ba (diff)
downloadchrome-ec-300a9a70b84f0e4275c8d18ac2de7857a9888094.tar.gz
COIL: Remove CONFIG_SPI_MASTER_NO_CS_GPIOS
This removes the CONFIG_SPI_MASTER_NO_CS_GPIOS config option as no code actually uses it. BRANCH=none BUG=b:181607131 TEST=make buildall passes; "compare_build.sh -b all" shows no difference Change-Id: Iab1c7a79ee0ad973605c768f87ad8e19ed6ef4e7 Signed-off-by: Caveh Jalali <caveh@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2932470
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index 193f4c52cb..4c5e6bfa9b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -3653,10 +3653,6 @@
/* Support STM32 SPI1 as master. */
#undef CONFIG_STM32_SPI1_MASTER
-/* 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
-
/* Support MCHP MEC family GP-SPI master(s)
* Define to 0x01 for GPSPI0 only.
* Define to 0x02 for GPSPI1 only.