diff options
author | Shelley Chen <shchen@google.com> | 2020-02-27 13:43:10 -0800 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2020-02-28 03:13:03 +0000 |
commit | f2aadfb231eba35d43d8e619c21ed0b2644af8c9 (patch) | |
tree | 22af542c24f86a45e5d01b5897659f21bf552f80 | |
parent | 4236880b936d76d0b6026ba190e4b5b3f74014a1 (diff) | |
download | chrome-ec-f2aadfb231eba35d43d8e619c21ed0b2644af8c9.tar.gz |
hatch: Enable extpwrlimit option in ectool
BUG=b:149997506
BRANCH=hatch
TEST=ectool extpwrlimit 3000 5000
Signed-off-by: Shelley Chen <shchen@google.com>
Change-Id: Ie133ac518f1a290ef04610a56c1d104d60254ac2
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2079358
Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
Commit-Queue: Shelley Chen <shchen@chromium.org>
Tested-by: Shelley Chen <shchen@chromium.org>
-rw-r--r-- | baseboard/hatch/baseboard.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/baseboard/hatch/baseboard.h b/baseboard/hatch/baseboard.h index 78bd66def2..be5b678c59 100644 --- a/baseboard/hatch/baseboard.h +++ b/baseboard/hatch/baseboard.h @@ -90,6 +90,7 @@ /* Common charger defines */ #define CONFIG_CHARGE_MANAGER +#define CONFIG_CHARGE_MANAGER_EXTERNAL_POWER_LIMIT #define CONFIG_CHARGER #define CONFIG_CHARGER_BQ25710 #define CONFIG_CHARGER_DISCHARGE_ON_AC |