From 21a2d516bf80e006b738ffb9401b388945ee5086 Mon Sep 17 00:00:00 2001 From: wuzhongtian Date: Thu, 9 Sep 2021 20:27:51 +0800 Subject: Blipper: Add beetley related configuration Add the relevant configuration of beetley to the blipper ec code BUG=b:199479277 BRANCH=dedede TEST=make BOARD=blipper pass,and we have done some tests on the modified Blipper device,the basic functions are normal. Signed-off-by: wuzhongtian Change-Id: Ie6e246755779201faa12f6f48670b018b816351f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3151049 Reviewed-by: Diana Z Reviewed-by: Shou-Chieh Hsu Tested-by: wen zhang Commit-Queue: Shou-Chieh Hsu --- board/blipper/ec.tasklist | 1 + 1 file changed, 1 insertion(+) (limited to 'board/blipper/ec.tasklist') diff --git a/board/blipper/ec.tasklist b/board/blipper/ec.tasklist index 40f8c1007b..bdcbcdf074 100644 --- a/board/blipper/ec.tasklist +++ b/board/blipper/ec.tasklist @@ -9,6 +9,7 @@ #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(CHARGER, charger_task, NULL, TRENTA_TASK_STACK_SIZE) \ TASK_NOTEST(CHIPSET, chipset_task, NULL, VENTI_TASK_STACK_SIZE) \ -- cgit v1.2.1