summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index 4084c357f2..57e48fc059 100644
--- a/include/config.h
+++ b/include/config.h
@@ -2483,11 +2483,7 @@
#undef CONFIG_HOST_COMMAND_STATUS
/* clear bit(s) to mask reporting of an EC_HOST_EVENT_XXX event(s) */
-#ifdef CONFIG_HOST_EVENT64
#define CONFIG_HOST_EVENT_REPORT_MASK 0xffffffffffffffffULL
-#else
-#define CONFIG_HOST_EVENT_REPORT_MASK 0xffffffff
-#endif
/* Config option to support 64-bit hostevents and wake-masks. */
#define CONFIG_HOST_EVENT64