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 a7e097e733..2147c1b48a 100644
--- a/common/ec_features.c
+++ b/common/ec_features.c
@@ -147,6 +147,9 @@ uint32_t get_feature_flags1(void)
#ifdef CONFIG_USB_MUX_AP_ACK_REQUEST
| EC_FEATURE_MASK_1(EC_FEATURE_TYPEC_MUX_REQUIRE_AP_ACK)
#endif
+#ifdef CONFIG_POWER_S4_RESIDENCY
+ | EC_FEATURE_MASK_1(EC_FEATURE_S4_RESIDENCY)
+#endif
;
return board_override_feature_flags1(result);
}