summaryrefslogtreecommitdiff
path: root/zephyr/test/ec_app
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-08-13 17:27:54 -0600
committerCommit Bot <commit-bot@chromium.org>2021-12-17 00:40:53 +0000
commit41f4a580cb8a7d148ae7e3260d567f3c02a554ca (patch)
tree8c9b768d322996e8ee1ffcf144d8239d1ea01a82 /zephyr/test/ec_app
parent0e06f56b56f5cee5e4604113b6da7d28798391fb (diff)
downloadchrome-ec-41f4a580cb8a7d148ae7e3260d567f3c02a554ca.tar.gz
zephyr: Rename eSPI configuration to match cros-ec
Rename PLATFORM_EC_ESPI to PLATFORM_EC_HOST_INTERFACE_ESPI to match the cros-ec config CONFIG_HOST_INTERFACE_ESPI. BUG=b:195416058 BRANCH=main TEST=zmake testall Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I30d8448854601c137f54152424c5ddac62a21cce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095844 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'zephyr/test/ec_app')
-rw-r--r--zephyr/test/ec_app/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/test/ec_app/src/main.c b/zephyr/test/ec_app/src/main.c
index 6aa2d6c1b9..47aecc7eca 100644
--- a/zephyr/test/ec_app/src/main.c
+++ b/zephyr/test/ec_app/src/main.c
@@ -45,7 +45,7 @@ static void test_button_init(void)
static void test_setup_espi(void)
{
-#ifdef CONFIG_PLATFORM_EC_ESPI
+#ifdef CONFIG_PLATFORM_EC_HOST_INTERFACE_ESPI
zassert_unreachable("TODO: Implement this test.");
#else
ztest_test_skip();