summaryrefslogtreecommitdiff
path: root/board/volteer/ec.tasklist
diff options
context:
space:
mode:
authorKeith Short <keithshort@chromium.org>2019-11-02 10:56:25 -0600
committerCommit Bot <commit-bot@chromium.org>2019-11-10 21:14:51 +0000
commit332df8a34bc5dc86c76eca6c1e6b5507bcb4a672 (patch)
treecb8f6d07c3d24b30596c66c2fedb867bba335e2e /board/volteer/ec.tasklist
parenta77d3db306dcf1a29f8c073922d3f104a074928d (diff)
downloadchrome-ec-332df8a34bc5dc86c76eca6c1e6b5507bcb4a672.tar.gz
volteer: add charger support
Configure ISL9241 charger on Volteer. BUG=b:140557020 BRANCH=none TEST=make buildall Change-Id: I96f379cbb2adb7d46a79c9d177930e1ff4e0fa63 Signed-off-by: Keith Short <keithshort@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1896649 Reviewed-by: Jett Rink <jettrink@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org> Reviewed-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Abe Levkoy <alevkoy@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 ca22534cf4..ebb4205d6c 100644
--- a/board/volteer/ec.tasklist
+++ b/board/volteer/ec.tasklist
@@ -9,6 +9,7 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_ALWAYS(CHARGER, charger_task, NULL, VENTI_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) \