diff options
author | Shawn Nematbakhsh <shawnn@chromium.org> | 2017-10-11 09:16:15 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2017-10-13 14:45:16 -0700 |
commit | 7f472114fb3c0c2cc48ec4490ec9cc3d5b41eeef (patch) | |
tree | 351a55bf057dbdad4f7fbd886feffcc668c7378a /board | |
parent | a7587bea86719c289ba58914c9dda36eca0acff0 (diff) | |
download | chrome-ec-7f472114fb3c0c2cc48ec4490ec9cc3d5b41eeef.tar.gz |
cleanup: Use CONFIG_BATTERY to indicate whether a board has a battery
BUG=b:35528297
BRANCH=None
TEST=`make buildall -j`
Change-Id: I9e4814b4172f20711f7edd691c9569f9130aec8e
Signed-off-by: Shawn Nematbakhsh <shawnn@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/713395
Commit-Ready: Shawn N <shawnn@chromium.org>
Tested-by: Shawn N <shawnn@chromium.org>
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Diffstat (limited to 'board')
-rw-r--r-- | board/samus/board.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/samus/board.h b/board/samus/board.h index 26c06b46af..f21f8a874f 100644 --- a/board/samus/board.h +++ b/board/samus/board.h @@ -40,7 +40,6 @@ #define CONFIG_POWER_BUTTON_X86 /* Note: not CONFIG_BACKLIGHT_LID. It's handled specially for Samus. */ #define CONFIG_BACKLIGHT_REQ_GPIO GPIO_PCH_BL_EN -#define CONFIG_BATTERY_SAMUS /* TODO(crosbug.com/p/29467): remove this workaround when possible. */ #define CONFIG_BATTERY_REQUESTS_NIL_WHEN_DEAD #define CONFIG_CHARGER_PROFILE_OVERRIDE |