summaryrefslogtreecommitdiff
path: root/board/driblee/ec.tasklist
diff options
context:
space:
mode:
authorMatt_Wang <Matt_Wang@compal.corp-partner.google.com>2021-08-18 10:13:36 +0800
committerCommit Bot <commit-bot@chromium.org>2021-08-18 06:59:47 +0000
commitffdf685340801816a2dd6fcdaafceae7ac8f5490 (patch)
treec7b6f9eac51cb7bc092de4f9e8d948c78a83de7e /board/driblee/ec.tasklist
parenta8c33859992f1bb39b12650fcf6a5697938e9c14 (diff)
downloadchrome-ec-ffdf685340801816a2dd6fcdaafceae7ac8f5490.tar.gz
driblee: Disable motionsensor
Driblee only 180 SKU so remove the motionsensor code. BUG=b:196929676 BRANCH=keeby TEST=make BOARD=driblee Signed-off-by: Matt_Wang <Matt_Wang@compal.corp-partner.google.com> Change-Id: I76fff7ad4f15ec3fb74268ae91c15e495e7ce4a9 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3102686 Tested-by: Matt Wang <matt_wang@compal.corp-partner.google.com> Reviewed-by: Elthan Huang <elthan_huang@compal.corp-partner.google.com> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Commit-Queue: Aseda Aboagye <aaboagye@chromium.org>
Diffstat (limited to 'board/driblee/ec.tasklist')
-rw-r--r--board/driblee/ec.tasklist1
1 files changed, 0 insertions, 1 deletions
diff --git a/board/driblee/ec.tasklist b/board/driblee/ec.tasklist
index d4fb416bce..e8527df171 100644
--- a/board/driblee/ec.tasklist
+++ b/board/driblee/ec.tasklist
@@ -9,7 +9,6 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, VENTI_TASK_STACK_SIZE) \
- TASK_ALWAYS(MOTIONSENSE, motion_sense_task, NULL, VENTI_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, 0, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P1, usb_charger_task, 1, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, VENTI_TASK_STACK_SIZE) \