summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Chen <philipchen@chromium.org>2019-02-20 17:04:16 -0800
committerchrome-bot <chrome-bot@chromium.org>2019-03-01 15:50:29 -0800
commit4467dce624816b1a7206f57bb0f319510c369a5e (patch)
tree0d61d7cf3a3cf04bd4fa769c37c2799a0e8f37e1
parenteba16b7ea42651e9e3d67cc643d67c870dd3fcc4 (diff)
downloadchrome-ec-4467dce624816b1a7206f57bb0f319510c369a5e.tar.gz
config: Enable CONFIG_USB_PD_VBUS_MEASURE_CHARGER for bq25710
With CL:1479876, bq25710 supports VBUS measurement, and thus CONFIG_USB_PD_VBUS_MEASURE_CHARGER should be turned on for boards using bq25710. BUG=b:124968142 BRANCH=none TEST=verify VBUS measurement via 'ectool usbpdpower' Change-Id: I2166ec89d140895599dc740215d9aeb039b70178 Signed-off-by: Philip Chen <philipchen@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1479877 Commit-Ready: ChromeOS CL Exonerator Bot <chromiumos-cl-exonerator@appspot.gserviceaccount.com> Reviewed-by: Scott Collyer <scollyer@chromium.org>
-rw-r--r--include/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index cd445e668e..ad244988d0 100644
--- a/include/config.h
+++ b/include/config.h
@@ -4013,7 +4013,8 @@
#if defined(CONFIG_CHARGER_BD9995X) || \
defined(CONFIG_CHARGER_RT9466) || \
defined(CONFIG_CHARGER_RT9467) || \
- defined(CONFIG_CHARGER_MT6370)
+ defined(CONFIG_CHARGER_MT6370) || \
+ defined(CONFIG_CHARGER_BQ25710)
#define CONFIG_USB_PD_VBUS_MEASURE_CHARGER
#endif