summaryrefslogtreecommitdiff
path: root/board/volteer/ec.tasklist
diff options
context:
space:
mode:
authorAbe Levkoy <alevkoy@chromium.org>2019-10-08 13:18:53 -0600
committerCommit Bot <commit-bot@chromium.org>2019-10-17 20:11:11 +0000
commitf409af3d4ac946a93819fd323d348ae3bdc4141f (patch)
tree0a3da1be706105d27fede7873b45e6ebd480bfad /board/volteer/ec.tasklist
parent4cb90db539a065dc3cc375c7d24c45018d9ef98b (diff)
downloadchrome-ec-f409af3d4ac946a93819fd323d348ae3bdc4141f.tar.gz
volteer: Configure power sequencing signals
Configure power sequencing interrupts and power-enable lines. Leave SLP_S4_L, which will be virtual, unimplemented for now. BUG=b:139553375 TEST=make buildall BRANCH=none Change-Id: Idf11290c84deb9ea2a71f5498a4a0db5363d2a3b Signed-off-by: Abe Levkoy <alevkoy@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1865481 Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'board/volteer/ec.tasklist')
-rw-r--r--board/volteer/ec.tasklist1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/volteer/ec.tasklist b/board/volteer/ec.tasklist
index aa43567270..ca22534cf4 100644
--- a/board/volteer/ec.tasklist
+++ b/board/volteer/ec.tasklist
@@ -10,6 +10,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
+ TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(HOSTCMD, host_command_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CONSOLE, console_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(POWERBTN, power_button_task, NULL, LARGER_TASK_STACK_SIZE) \