diff options
author | YongBeum Ha <ybha@samsung.com> | 2019-01-25 13:19:19 +0900 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2019-01-28 14:17:16 -0800 |
commit | cee795736f2c0e241f2e50066cfd4150443a097d (patch) | |
tree | e8b60c1275c00a81e6af2f7e6ab59b1daf618230 /board | |
parent | 847b2d12c55c135c3ac33c3c7811f32761375f76 (diff) | |
download | chrome-ec-cee795736f2c0e241f2e50066cfd4150443a097d.tar.gz |
casta : charger override
Enable charger override.
BUG=b:122868858
BRANCH=None
TEST=flash EC & check charger current and voltage
Change-Id: I338b45d6a2a3aa4a6e47f23136fd329b41bdd6bb
Signed-off-by: YongBeum Ha <ybha@samsung.com>
Reviewed-on: https://chromium-review.googlesource.com/1436715
Commit-Ready: Diana Z <dzigterman@chromium.org>
Reviewed-by: Philip Chen <philipchen@chromium.org>
Reviewed-by: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/casta/board.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/board/casta/board.h b/board/casta/board.h index 9214e52ace..554a36e3f0 100644 --- a/board/casta/board.h +++ b/board/casta/board.h @@ -40,6 +40,7 @@ #define CONFIG_MKBP_USE_HOST_EVENT /* Battery W/A */ +#define CONFIG_CHARGER_PROFILE_OVERRIDE #define CONFIG_I2C_XFER_BOARD_CALLBACK #ifndef __ASSEMBLER__ |