summaryrefslogtreecommitdiff
path: root/zephyr/Kconfig.stacks
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2021-11-09 13:21:48 -0700
committerCommit Bot <commit-bot@chromium.org>2021-11-10 17:24:53 +0000
commitf58989fd31af1c90931da501c6a9fdb8992f8ea6 (patch)
tree6297ed0e1104b038a4b246be5caeab40da04bf6c /zephyr/Kconfig.stacks
parent83672fd9429c94794e5f60fa59f03fe0afb68f46 (diff)
downloadchrome-ec-f58989fd31af1c90931da501c6a9fdb8992f8ea6.tar.gz
zephyr: remove the HOOKS task
Move the HOOK_TICK and HOOK_SECOND calls into the system work queue. This matches the cros-ec implementation where HOOK_TICK, HOOK_SECOND, and deferred routines are run from the same task. BUG=none BRANCH=none TEST=zmake testall TEST=Boot zephyr on Herobrine. Verify AP powers up, verify USB-PD charging, and verify LEDs Signed-off-by: Keith Short <keithshort@chromium.org> Change-Id: Ife0fe8e1f6a4f17ad49b0cf386029248ffa69570 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3271788 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
Diffstat (limited to 'zephyr/Kconfig.stacks')
-rw-r--r--zephyr/Kconfig.stacks6
1 files changed, 0 insertions, 6 deletions
diff --git a/zephyr/Kconfig.stacks b/zephyr/Kconfig.stacks
index 8df0ca23f1..5944a3fabf 100644
--- a/zephyr/Kconfig.stacks
+++ b/zephyr/Kconfig.stacks
@@ -30,9 +30,6 @@ config TASK_CHG_RAMP_STACK_SIZE
config TASK_CHIPSET_STACK_SIZE
default 1056
-config TASK_HOOKS_STACK_SIZE
- default 672
-
config TASK_HOSTCMD_STACK_SIZE
default 672
@@ -86,9 +83,6 @@ config TASK_CHARGER_STACK_SIZE
config TASK_CHIPSET_STACK_SIZE
default 684
-config TASK_HOOKS_STACK_SIZE
- default 672
-
config TASK_HOSTCMD_STACK_SIZE
default 700