summaryrefslogtreecommitdiff
path: root/board/yorp/ec.tasklist
diff options
context:
space:
mode:
authorDivya Sasidharan <divya.s.sasidharan@intel.com>2018-03-28 09:50:09 -0700
committerchrome-bot <chrome-bot@chromium.org>2018-04-04 20:55:34 -0700
commitd1d5dc162a8ddd6db0b71a3e95ede90b2d5e6ae6 (patch)
tree7fdbaa9007d541c93124f7733af61ac0a66368f9 /board/yorp/ec.tasklist
parent039c4a95eb226241c492c8aca83d22f900e4a1b3 (diff)
downloadchrome-ec-d1d5dc162a8ddd6db0b71a3e95ede90b2d5e6ae6.tar.gz
yorp: Enable keyboard support
BUG=b:77487719 BRANCH=None TEST=make buildall -j; on yorp test keyboard Change-Id: Ieb3da871cfa6e2274a3e54274497846787edb796 Signed-off-by: Divya Sasidharan <divya.s.sasidharan@intel.com> Reviewed-on: https://chromium-review.googlesource.com/984385 Commit-Ready: Divya S Sasidharan <divya.s.sasidharan@intel.com> Tested-by: Divya S Sasidharan <divya.s.sasidharan@intel.com> Reviewed-by: Jett Rink <jettrink@chromium.org>
Diffstat (limited to 'board/yorp/ec.tasklist')
-rw-r--r--board/yorp/ec.tasklist2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/yorp/ec.tasklist b/board/yorp/ec.tasklist
index 33d7e596b1..dc260ef0fe 100644
--- a/board/yorp/ec.tasklist
+++ b/board/yorp/ec.tasklist
@@ -27,9 +27,11 @@
TASK_ALWAYS(CHARGER, charger_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_NOTEST(CHIPSET, chipset_task, NULL, LARGER_TASK_STACK_SIZE) \
+ TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
TASK_NOTEST(PDCMD, pd_command_task, NULL, 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) \
+ TASK_NOTEST(KEYSCAN, keyboard_scan_task, NULL, TASK_STACK_SIZE) \
TASK_ALWAYS(PD_C0, pd_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(PD_C1, pd_task, NULL, LARGER_TASK_STACK_SIZE)