summaryrefslogtreecommitdiff
path: root/zephyr/drivers/cros_system/cros_system_npcx.c
diff options
context:
space:
mode:
Diffstat (limited to 'zephyr/drivers/cros_system/cros_system_npcx.c')
-rw-r--r--zephyr/drivers/cros_system/cros_system_npcx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/drivers/cros_system/cros_system_npcx.c b/zephyr/drivers/cros_system/cros_system_npcx.c
index 038ca89ec0..879b792ee1 100644
--- a/zephyr/drivers/cros_system/cros_system_npcx.c
+++ b/zephyr/drivers/cros_system/cros_system_npcx.c
@@ -572,7 +572,7 @@ static const struct cros_system_driver_api cros_system_driver_npcx_api = {
.chip_vendor = cros_system_npcx_get_chip_vendor,
.chip_name = cros_system_npcx_get_chip_name,
.chip_revision = cros_system_npcx_get_chip_revision,
-#ifdef CONFIG_NPCX_PM_TRACE
+#ifdef CONFIG_PM
.deep_sleep_ticks = cros_system_npcx_deep_sleep_ticks,
#endif
};