summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMary Ruthven <mruthven@chromium.org>2021-01-06 12:26:50 -0800
committerCommit Bot <commit-bot@chromium.org>2021-01-10 06:35:03 +0000
commit0f369bb5e610425ca610de4a5c282bb64833da8a (patch)
treeeaf55ff1f5470bcdd422db0a4b7aa47237bb498d
parent0433726ab57a1430f0016f18ba6a57c9c8e2ca35 (diff)
downloadchrome-ec-0f369bb5e610425ca610de4a5c282bb64833da8a.tar.gz
coil: remove unused hostcmd configs with coil terms
BUG=b:175244613 TEST=make buildall -j Change-Id: I17610b1169f2611d89d17218868780bc8b82051e Signed-off-by: Mary Ruthven <mruthven@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2615128 Reviewed-by: Namyoon Woo <namyoon@chromium.org>
-rw-r--r--include/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/config.h b/include/config.h
index 27b2769158..d83cd4f7e3 100644
--- a/include/config.h
+++ b/include/config.h
@@ -1996,17 +1996,6 @@
#undef CONFIG_HOSTCMD_FLASH_SPI_INFO
/*
- * For ECs where the host command interface is I2C, slave
- * address which the EC will respond to.
- */
-#undef CONFIG_HOSTCMD_I2C_SLAVE_ADDR_FLAGS
-
-/*
- * Accept EC host commands over the SPI slave (SPS) interface.
- */
-#undef CONFIG_HOSTCMD_SPS
-
-/*
* Host command rate limiting assures EC will have time to process lower
* priority tasks even if the AP is hammering the EC with host commands.
* If there is less than CONFIG_HOSTCMD_RATE_LIMITING_MIN_REST between