summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 16b75a04f3..c294f1384a 100644
--- a/include/config.h
+++ b/include/config.h
@@ -19,13 +19,13 @@
#define __CROS_EC_CONFIG_H
/*
- * When building for Zephyr, a shimmed_tasks.h header may be defined
+ * When building for Zephyr tests, a shimmed_tasks.h header is defined
* to create all the HAS_TASK_* definitions. Since those are used in
* config.h, we need to include that header first.
*/
-#ifdef CONFIG_SHIMMED_TASKS
+#ifdef CONFIG_ZEPHYR
#include "shimmed_tasks.h"
-#endif
+#endif /* CONFIG_ZEPHYR */
#ifdef INCLUDE_ENV_CONFIG
/*