summaryrefslogtreecommitdiff
path: root/driver/build.mk
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@google.com>2017-07-07 15:29:15 -0700
committerchrome-bot <chrome-bot@chromium.org>2017-07-13 00:48:18 -0700
commit0cd2d2f1034c2bb8dbe2f23d5c2e8340c90cd321 (patch)
tree2c886f9623618a0fc7eb525c4189843c0d62ef75 /driver/build.mk
parentcab784928d2b0f11776df1258f20f57fc8d3ccb4 (diff)
downloadchrome-ec-0cd2d2f1034c2bb8dbe2f23d5c2e8340c90cd321.tar.gz
charger/rt946x: add Richtek rt946x charger driver
BUG=chromium:736821 BRANCH=none TEST= 1) add RT9467 config to Scarlet and build the code 2) hook up rt9467 eval board with dummy load 3) verify the i2c traffic: set voltage, set current, and get device id Change-Id: Ie0dc2650711465b89eb4a5fbf69a326d6277b583 Signed-off-by: Philip Chen <philipchen@google.com> Reviewed-on: https://chromium-review.googlesource.com/565055 Commit-Ready: Philip Chen <philipchen@chromium.org> Tested-by: Philip Chen <philipchen@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>
Diffstat (limited to 'driver/build.mk')
-rw-r--r--driver/build.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver/build.mk b/driver/build.mk
index 074fa9e1e9..d4dbd19100 100644
--- a/driver/build.mk
+++ b/driver/build.mk
@@ -50,6 +50,8 @@ driver-$(CONFIG_CHARGER_BQ25892)+=charger/bq2589x.o
driver-$(CONFIG_CHARGER_BQ25895)+=charger/bq2589x.o
driver-$(CONFIG_CHARGER_ISL9237)+=charger/isl923x.o
driver-$(CONFIG_CHARGER_ISL9238)+=charger/isl923x.o
+driver-$(CONFIG_CHARGER_RT9466)+=charger/rt946x.o
+driver-$(CONFIG_CHARGER_RT9467)+=charger/rt946x.o
# I/O expander
driver-$(CONFIG_IO_EXPANDER_PCA9534)+=ioexpander_pca9534.o