summaryrefslogtreecommitdiff
path: root/common/host_command.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/host_command.c')
-rw-r--r--common/host_command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/host_command.c b/common/host_command.c
index 57cfe506c9..29a9122552 100644
--- a/common/host_command.c
+++ b/common/host_command.c
@@ -761,8 +761,8 @@ static int host_command_get_features(struct host_cmd_handler_args *args)
#ifdef CONFIG_AP_HANG_DETECT
| EC_FEATURE_MASK_0(EC_FEATURE_HANG_DETECT)
#endif
-#ifdef CONFIG_PMU_POWERINFO
- | EC_FEATURE_MASK_0(EC_FEATURE_PMU)
+#if 0
+ | EC_FEATURE_MASK_0(EC_FEATURE_PMU) /* Obsolete */
#endif
#ifdef CONFIG_HOSTCMD_PD
| EC_FEATURE_MASK_0(EC_FEATURE_SUB_MCU)