summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-03 11:58:05 -0600
committerCommit Bot <commit-bot@chromium.org>2021-08-03 21:42:19 +0000
commit34eabe36d503fc9a3128c3710a19cee8ee5df0bd (patch)
tree9e92e47dc2f0dcb9759cd6f509cbf8a462867923 /include/config.h
parentfe82812283a6a4001bddc5aeea9e6b4f184cd17a (diff)
downloadchrome-ec-34eabe36d503fc9a3128c3710a19cee8ee5df0bd.tar.gz
COIL: Change host interface option to CONFIG_HOSTCMD_SHI
Update SPI host interface config option for inclusive language. BUG=b:163885307 BRANCH=none TEST=compare_build.sh Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I808d5960fa3e746626465bedc626a95e0f0aaa3f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3066271 Commit-Queue: Paul Fagerburg <pfagerburg@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/config.h b/include/config.h
index 1ca75dc4f9..c51d8e73cb 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2238,9 +2238,10 @@
#undef CONFIG_HOSTCMD_I2C_ADDR_FLAGS
/*
- * Accept EC host commands over the SPI slave (SPS) interface.
+ * Accept EC host commands over the SPI host interface. The AP is SPI
+ * controller and the EC is the SPI peripheral for this configuration.
*/
-#undef CONFIG_HOSTCMD_SPS
+#undef CONFIG_HOSTCMD_SHI
/*
* Host command rate limiting assures EC will have time to process lower