summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-06 14:26:58 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-19 23:28:51 +0000
commited39a99992faae7f576aa2a73feb01a0769c36a2 (patch)
treea1b7cd6f47a03b64b62eac140e2e4c9ac16403be /docs
parentf2809b72c935beb26e1b29f6fa01fb851cadc492 (diff)
downloadchrome-ec-ed39a99992faae7f576aa2a73feb01a0769c36a2.tar.gz
config: rename CONFIG_HOSTCMD_SHI to CONFIG_HOST_INTERFACE_SHI
Rename CONFIG_HOSTCMD_SHI to CONFIG_HOST_INTERFACE_SHI. This makes the host interface selection configs distinct from configs used to enable/disable specific host commands. BUG=b:195416058 BRANCH=main TEST=compare_build.sh Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I35959149554f58c8911459dcd025720b6d66eb32 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095843 Tested-by: Michał Barnaś <mb@semihalf.com> Reviewed-by: Abe Levkoy <alevkoy@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration/config_ap_to_ec_comm.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration/config_ap_to_ec_comm.md b/docs/configuration/config_ap_to_ec_comm.md
index c19f781936..0a517401be 100644
--- a/docs/configuration/config_ap_to_ec_comm.md
+++ b/docs/configuration/config_ap_to_ec_comm.md
@@ -9,7 +9,7 @@ details a system level of the operation of this feature.
Configure the AP to EC communication channel, picking exactly one of the
following options.
-- `CONFIG_HOSTCMD_SHI` - [SPI Host Interface](../ec_terms.md#shi) (SHI)
+- `CONFIG_HOST_INTERFACE_SHI` - [SPI Host Interface](../ec_terms.md#shi) (SHI)
- `CONFIG_HOST_INTERFACE_HECI` - HECI interface
- `CONFIG_HOST_INTERFACE_LPC` - [LPC](../ec_terms.md#lpc) bus
- `CONFIG_HOST_INTERFACE_ESPI` - [eSPI](../ec_terms.md#espi) bus