summaryrefslogtreecommitdiff
path: root/zephyr/test/ec_app/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/test/ec_app/src/main.c')
-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();