summaryrefslogtreecommitdiff
path: root/chip
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 /chip
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 'chip')
-rw-r--r--chip/ish/build.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chip/ish/build.mk b/chip/ish/build.mk
index 9f220abd21..8072a20791 100644
--- a/chip/ish/build.mk
+++ b/chip/ish/build.mk
@@ -20,8 +20,8 @@ endif
chip-y+=clock.o gpio.o system.o hwtimer.o uart.o flash.o ish_persistent_data.o
chip-$(CONFIG_I2C)+=i2c.o
chip-$(CONFIG_WATCHDOG)+=watchdog.o
-chip-$(CONFIG_HOSTCMD_HECI)+=host_command_heci.o
-chip-$(CONFIG_HOSTCMD_HECI)+=heci.o system_state_subsys.o ipc_heci.o
+chip-$(CONFIG_HOST_INTERFACE_HECI)+=host_command_heci.o
+chip-$(CONFIG_HOST_INTERFACE_HECI)+=heci.o system_state_subsys.o ipc_heci.o
chip-$(CONFIG_HID_HECI)+=hid_subsys.o
chip-$(CONFIG_HID_HECI)+=heci.o system_state_subsys.o ipc_heci.o
chip-$(CONFIG_DMA_PAGING)+=dma.o