From 0e1462055e60aa0c08d7d5fe001d069825cc6f32 Mon Sep 17 00:00:00 2001 From: Keith Short Date: Fri, 6 Aug 2021 14:16:53 -0600 Subject: config: rename CONFIG_HOSTCMD_HECI to CONFIG_HOST_INTERFACE_HECI MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Change-Id: I2a9e490c2fd6f54f7ab9be809ed2711aa3244409 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095840 Tested-by: Michał Barnaś Reviewed-by: Aaron Massey --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/config.h b/include/config.h index 7fc59ac4a1..dab353cbc0 100644 --- a/include/config.h +++ b/include/config.h @@ -3141,7 +3141,7 @@ #undef CONFIG_HID_HECI /* Support host command interface over HECI */ -#undef CONFIG_HOSTCMD_HECI +#undef CONFIG_HOST_INTERFACE_HECI /* * EC supports x86 host communication with AP. This can either be through LPC -- cgit v1.2.1