diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/ec_features.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/common/ec_features.c b/common/ec_features.c index eba3889681..8d364118e0 100644 --- a/common/ec_features.c +++ b/common/ec_features.c @@ -137,6 +137,9 @@ uint32_t get_feature_flags1(void) #ifdef CONFIG_IPI | EC_FEATURE_MASK_1(EC_FEATURE_SCP) #endif +#ifdef CHIP_ISH + | EC_FEATURE_MASK_1(EC_FEATURE_ISH) +#endif ; #ifdef CONFIG_EC_FEATURE_BOARD_OVERRIDE result = board_override_feature_flags1(result); |