summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.stacks
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-04-24 14:26:16 -0600
committerCommit Bot <commit-bot@chromium.org>2021-04-29 18:34:01 +0000
commit13a437909f984da73327a8e4ce6ed8adb0ccdce6 (patch)
tree2091a3e14d33ae6bf9bc390f7cb450304ff7fbc4 /zephyr/Kconfig.stacks
parent85ea1cd0acb35b141d9f5deef26ff96e32d87365 (diff)
downloadchrome-ec-13a437909f984da73327a8e4ce6ed8adb0ccdce6.tar.gz
zephyr: npcx: Add power management support
Add power management support for the NPCX family. BUG=b:184653704 BRANCH=none TEST=zmake testall TEST=Verify deep sleep on Volteer (with next CL) and measure power. Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: I86eef50c13742e7ca717da38a92636e589af6c58 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2855527 Reviewed-by: Wealian Liao <whliao@nuvoton.corp-partner.google.com>
Diffstat (limited to 'zephyr/Kconfig.stacks')
-rw-r--r--zephyr/Kconfig.stacks2
1 files changed, 1 insertions, 1 deletions
diff --git a/zephyr/Kconfig.stacks b/zephyr/Kconfig.stacks
index 48020d4c51..0efe1c008d 100644
--- a/zephyr/Kconfig.stacks
+++ b/zephyr/Kconfig.stacks
@@ -7,7 +7,7 @@ if SOC_SERIES_NPCX7
# Zephyr internal stack sizes
config IDLE_STACK_SIZE
- default 128
+ default 192
config ISR_STACK_SIZE
default 1024