From 41f4a580cb8a7d148ae7e3260d567f3c02a554ca Mon Sep 17 00:00:00 2001 From: Keith Short Date: Fri, 13 Aug 2021 17:27:54 -0600 Subject: 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 Change-Id: I30d8448854601c137f54152424c5ddac62a21cce Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3095844 Reviewed-by: Jeremy Bettis --- zephyr/test/ec_app/src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zephyr/test/ec_app') 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(); -- cgit v1.2.1