summaryrefslogtreecommitdiff
path: root/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig
diff options
context:
space:
mode:
authorDiana Z <dzigterman@chromium.org>2022-03-16 14:44:28 -0600
committerCommit Bot <commit-bot@chromium.org>2022-03-17 00:42:07 +0000
commit83dc64e5ef30dd3b573e53dec92c6b36b6ad6884 (patch)
treef2038bf4db95c4c4b9c4e982d788964008d6a596 /zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig
parent87b748f2f0dab97497e24ad30cc337d0ab3792c6 (diff)
downloadchrome-ec-83dc64e5ef30dd3b573e53dec92c6b36b6ad6884.tar.gz
Zephyr: Enable CONFIG_PM_DEVICE on all boards
This config used to be automatically enabled before CL:3504555. Now, enable the config explicitly and also ensure platforms have NPCX idle stats available. BRANCH=None BUG=b:224579318 TEST=on skyrim, observe no watchdog warnings in G3 with no charger Signed-off-by: Diana Z <dzigterman@chromium.org> Change-Id: Icbb2ea76425dd8750a0ab25e75f65c6da268defd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3529815 Reviewed-by: Keith Short <keithshort@chromium.org> Commit-Queue: Keith Short <keithshort@chromium.org>
Diffstat (limited to 'zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig')
-rw-r--r--zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig b/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig
index fbee9f140f..8c3a1f85a8 100644
--- a/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig
+++ b/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig
@@ -46,6 +46,7 @@ CONFIG_PWM_SHELL=n
# Power Management
CONFIG_PM=y
+CONFIG_PM_DEVICE=y
CONFIG_PM_POLICY_APP=y
CONFIG_UART_CONSOLE_INPUT_EXPIRED=y
CONFIG_NPCX_PM_TRACE=y