summaryrefslogtreecommitdiff
path: root/board/anahera/ec.tasklist
diff options
context:
space:
mode:
authorDevin Lu <Devin.Lu@quantatw.com>2021-08-30 10:39:47 +0800
committerCommit Bot <commit-bot@chromium.org>2021-09-01 18:26:31 +0000
commitc9b52beb497821dda34784e2252eacb559aed524 (patch)
tree9af68c0e344171d6a890d18e35829513d696d785 /board/anahera/ec.tasklist
parent686bcf345a912c3c0c6df888290753ebda749d2e (diff)
downloadchrome-ec-c9b52beb497821dda34784e2252eacb559aed524.tar.gz
anahera: Remove unnecessary function
This patch removes unnecessary function as following: 1. Remove ALS. 2. Remove Accelerometers. 3. Remove PCHG. 4. Remove FAN2. 5. Remove tablet mode. BUG=none BRANCH=none TEST=make BOARD=anahera Signed-off-by: Devin Lu <Devin.Lu@quantatw.com> Change-Id: I19c939d9b8359fc58cb56323e0a3e1537f4515a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3127822 Reviewed-by: Boris Mittelberg <bmbm@google.com> Reviewed-by: Zick Wei <zick.wei@quanta.corp-partner.google.com> Commit-Queue: Boris Mittelberg <bmbm@google.com>
Diffstat (limited to 'board/anahera/ec.tasklist')
-rw-r--r--board/anahera/ec.tasklist2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/anahera/ec.tasklist b/board/anahera/ec.tasklist
index 937fe97ae0..5cf454d4c2 100644
--- a/board/anahera/ec.tasklist
+++ b/board/anahera/ec.tasklist
@@ -13,11 +13,9 @@
#define CONFIG_TASK_LIST \
TASK_ALWAYS(HOOKS, hook_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(LED, led_task, NULL, TASK_STACK_SIZE) \
- TASK_ALWAYS_RW(PCHG, pchg_task, NULL, LARGER_TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P0, usb_charger_task, 0, TASK_STACK_SIZE) \
TASK_ALWAYS(USB_CHG_P1, usb_charger_task, 0, TASK_STACK_SIZE) \
TASK_ALWAYS(CHARGER, charger_task, NULL, VENTI_TASK_STACK_SIZE) \
- TASK_ALWAYS(MOTIONSENSE, motion_sense_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) \