summaryrefslogtreecommitdiff
path: root/board/nautilus/ec.tasklist
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2017-10-31 02:11:55 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-11-03 01:53:37 -0700
commit7d76175df7e00f9fa0a20fcea4c12b9033573042 (patch)
tree1fa41678e314f6dea71fa83c57ceb98c76afcb1a /board/nautilus/ec.tasklist
parent2f127f3081be00dc318b4e0b9a9947c68b24849d (diff)
downloadchrome-ec-7d76175df7e00f9fa0a20fcea4c12b9033573042.tar.gz
nautilus: Support keyboard matrix
Also fix the strapping pins for board id. BUG=b:68684486 BRANCH=none TEST=build Nautilus Change-Id: I9e9b5fe73efc85456f87355524de3e7ff7a592fb Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/746562 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'board/nautilus/ec.tasklist')
-rw-r--r--board/nautilus/ec.tasklist2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/nautilus/ec.tasklist b/board/nautilus/ec.tasklist
index e8e31203cb..13c29388c8 100644
--- a/board/nautilus/ec.tasklist
+++ b/board/nautilus/ec.tasklist
@@ -28,9 +28,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, LARGER_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)