summaryrefslogtreecommitdiff
path: root/baseboard/dedede
diff options
context:
space:
mode:
authorAseda Aboagye <aaboagye@google.com>2020-08-05 09:59:19 -0700
committerCommit Bot <commit-bot@chromium.org>2020-08-05 23:33:19 +0000
commit6d3d125dc792ce88eb047a6e62e2707bc4d786f0 (patch)
tree0f6172567cd36b6f601a3e3c834bf8768d0bd3e3 /baseboard/dedede
parent8ea82b8abba7e287a6c9f5ee62d4a466e1d2b7dc (diff)
downloadchrome-ec-6d3d125dc792ce88eb047a6e62e2707bc4d786f0.tar.gz
dedede: Enable CONFIG_CMD_CHARGER_DUMP
The `charger_dump` command is currently useful for these boards. BUG=None BRANCH=None TEST=Build drawcia, verify charger_dump command is present. Signed-off-by: Aseda Aboagye <aaboagye@google.com> Change-Id: I29cc70113be1c3c3096668c6d5969c4f755f915b Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2339843 Tested-by: Aseda Aboagye <aaboagye@chromium.org> Auto-Submit: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Diana Z <dzigterman@chromium.org> Commit-Queue: Diana Z <dzigterman@chromium.org>
Diffstat (limited to 'baseboard/dedede')
-rw-r--r--baseboard/dedede/baseboard.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/baseboard/dedede/baseboard.h b/baseboard/dedede/baseboard.h
index 61639ea547..b80fde6eb2 100644
--- a/baseboard/dedede/baseboard.h
+++ b/baseboard/dedede/baseboard.h
@@ -85,7 +85,8 @@
/* Work around double CR50 reset by waiting in initial power on. */
#define CONFIG_BOARD_RESET_AFTER_POWER_ON
-/* Enable i2ctrace command */
+/* Optional console commands */
+#define CONFIG_CMD_CHARGER_DUMP
#define CONFIG_I2C_DEBUG
/* EC Modules */