summaryrefslogtreecommitdiff
path: root/common/ec_features.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/ec_features.c')
-rw-r--r--common/ec_features.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ec_features.c b/common/ec_features.c
index ff97df44cf..28ed2a1364 100644
--- a/common/ec_features.c
+++ b/common/ec_features.c
@@ -122,6 +122,9 @@ uint32_t get_feature_flags1(void)
#ifdef CONFIG_EXTERNAL_STORAGE
| EC_FEATURE_MASK_1(EC_FEATURE_EXEC_IN_RAM)
#endif
+#ifdef CONFIG_CEC
+ | EC_FEATURE_MASK_1(EC_FEATURE_CEC)
+#endif
;
#ifdef CONFIG_EC_FEATURE_BOARD_OVERRIDE
result = board_override_feature_flags1(result);