diff options
author | Daisuke Nojiri <dnojiri@chromium.org> | 2021-05-25 18:10:36 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2021-06-01 22:36:11 +0000 |
commit | 02b2f0fae0e9ea5c0b38e5c580e57d1d16486a17 (patch) | |
tree | 6e1a6869fdd0577457fd8b435c079f8de59f8f42 /include/config.h | |
parent | baef8699dcc089643fddc56f31fb4b4b9aab7e4d (diff) | |
download | chrome-ec-02b2f0fae0e9ea5c0b38e5c580e57d1d16486a17.tar.gz |
Remove CONFIG_BATTERY_DEAD_UNTIL_VALUE
BUG=none
BRANCH=none
TEST=buildall
Change-Id: Iebf0817c1b605d74348c9b20c01df74bd69468d2
Signed-off-by: Daisuke Nojiri <dnojiri@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2929338
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config.h b/include/config.h index 5a1e3336a4..7582dbc8e6 100644 --- a/include/config.h +++ b/include/config.h @@ -617,13 +617,6 @@ #undef CONFIG_BATTERY_V2 /* - * Some fuel gauges in battery take some time to return valid battery params - * when wake form dead battery. - * It need to do precharge to take valid battery params. - */ -#undef CONFIG_BATTERY_DEAD_UNTIL_VALUE - -/* * Number of batteries, only matters when CONFIG_BATTERY_V2 is used. */ #undef CONFIG_BATTERY_COUNT |