summaryrefslogtreecommitdiff
path: root/board/asurada/build.mk
diff options
context:
space:
mode:
authorEric Yilun Lin <yllin@chromium.org>2020-05-11 15:04:32 +0800
committerCommit Bot <commit-bot@chromium.org>2020-05-14 09:02:36 +0000
commit5a0d616bbe7969bc18ab02856051e09899b21011 (patch)
treec9b854a002176b6565a67bc69c17a3a424b76200 /board/asurada/build.mk
parent498b779c94c3306bc7a89a143d5e7394bc360c54 (diff)
downloadchrome-ec-5a0d616bbe7969bc18ab02856051e09899b21011.tar.gz
asurada: enable C0/C1 USBPD
This CL enable it81202 on-chip TCPC at C0 and C1 port. The functionality is not completed yet (TODO: PPC). C0: on the main board. C1: on the subboard. BRANCH=master BUG=b:152562604 TEST=ensure C0 and C1 can do PD-comm (SNK and SRC) Signed-off-by: Eric Yilun Lin <yllin@chromium.org> Change-Id: Ia8a2e557fd376a05f422bc1139abfd78be0c2b58 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2192466 Reviewed-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Ayo Wu <ayowu@google.com>
Diffstat (limited to 'board/asurada/build.mk')
-rw-r--r--board/asurada/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/asurada/build.mk b/board/asurada/build.mk
index 353a53559e..ab67acde17 100644
--- a/board/asurada/build.mk
+++ b/board/asurada/build.mk
@@ -10,4 +10,4 @@ CHIP:=it83xx
CHIP_FAMILY:=it8xxx2
CHIP_VARIANT:=it81202ax_1024
-board-y=board.o battery.o
+board-y=board.o battery.o usb_pd_policy.o