summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authorTing Shen <phoenixshen@google.com>2020-03-24 17:36:44 +0800
committerCommit Bot <commit-bot@chromium.org>2020-06-29 13:48:45 +0000
commit5eb797bf5d4c41743157c1e48bd2c448d2639fc7 (patch)
treefe621572fed6f33c368198328c64d4b3cb2b0d1f /driver/build.mk
parent5212a44c2b5761d016d7411b6a425b4ac672ee0e (diff)
downloadchrome-ec-5eb797bf5d4c41743157c1e48bd2c448d2639fc7.tar.gz
driver/bc12: implement mt6360 driver
BUG=b:151802370 TEST=with CL:2189624, verify bc12 detection works correctly BRANCH=master Signed-off-by: Ting Shen <phoenixshen@google.com> Change-Id: I0fee8e7309178be4d933ed5c246ea107ca5931bf Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2117871 Commit-Queue: Ting Shen <phoenixshen@chromium.org> Tested-by: Ting Shen <phoenixshen@chromium.org> Reviewed-by: Eric Yilun Lin <yllin@chromium.org>
Diffstat (limited to 'driver/build.mk')
-rw-r--r--driver/build.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/build.mk b/driver/build.mk
index 9a7107b066..368f392ed5 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -28,6 +28,7 @@ driver-$(CONFIG_ACCEL_LIS2DS)+=accel_lis2ds.o stm_mems_common.o
# BC1.2 Charger Detection Devices
driver-$(CONFIG_BC12_DETECT_MAX14637)+=bc12/max14637.o
+driver-$(CONFIG_BC12_DETECT_MT6360)+=bc12/mt6360.o
driver-$(CONFIG_BC12_DETECT_PI3USB9201)+=bc12/pi3usb9201.o
driver-$(CONFIG_BC12_DETECT_PI3USB9281)+=bc12/pi3usb9281.o