summaryrefslogtreecommitdiff
path: root/docs/configuration/config_ap_to_ec_comm.md
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-06 14:16:53 -0600
committerCommit Bot <commit-bot@chromium.org>2021-11-19 23:28:35 +0000
commit0e1462055e60aa0c08d7d5fe001d069825cc6f32 (patch)
treeee5d7716b74d0b6792c7b6b94568b248792efebc /docs/configuration/config_ap_to_ec_comm.md
parentbcb2512bc7c4e22433809dd8b9f5d1d1a909a5f6 (diff)
downloadchrome-ec-0e1462055e60aa0c08d7d5fe001d069825cc6f32.tar.gz
config: rename CONFIG_HOSTCMD_HECI to CONFIG_HOST_INTERFACE_HECI
Rename CONFIG_HOSTCMD_HECI to CONFIG_HOST_INTERFACE_HECI. 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: I2a9e490c2fd6f54f7ab9be809ed2711aa3244409 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095840 Tested-by: Michał Barnaś <mb@semihalf.com> Reviewed-by: Aaron Massey <aaronmassey@google.com>
Diffstat (limited to 'docs/configuration/config_ap_to_ec_comm.md')
-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 24b309feb7..dbce22e31e 100644
--- a/docs/configuration/config_ap_to_ec_comm.md
+++ b/docs/configuration/config_ap_to_ec_comm.md
@@ -10,7 +10,7 @@ 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_HOSTCMD_HECI` - HECI interface
+- `CONFIG_HOST_INTERFACE_HECI` - HECI interface
- `CONFIG_HOSTCMD_LPC` - [LPC](../ec_terms.md#lpc) bus
- `CONFIG_HOSTCMD_ESPI` - [eSPI](../ec_terms.md#espi) bus