summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShawn Nematbakhsh <shawnn@google.com>2015-11-16 10:21:17 -0800
committerchrome-bot <chrome-bot@chromium.org>2015-11-17 14:40:07 -0800
commitfca995376eb763ee58252faae26b2a38d887685b (patch)
tree25de7be6cb4c71b8dc6547d016bb7731cd28ebf3
parent74aad9a0a4bcbfa621a9475aa886e8c137f20fd4 (diff)
downloadchrome-ec-fca995376eb763ee58252faae26b2a38d887685b.tar.gz
glados / chell: Enable useful console features
- Add kbpress command for FAFT - Add i2cscan for debug - Add console history because it's useful BUG=chrome-os-partner:46969 Change-Id: I195762e4fcb59e77116a6a8e96a9c4f09a21ab1c Reviewed-on: https://chromium-review.googlesource.com/312792 Commit-Ready: Shawn N <shawnn@chromium.org> Tested-by: Shawn N <shawnn@chromium.org> Reviewed-by: Alec Berg <alecaberg@chromium.org>
-rw-r--r--board/chell/board.h3
-rw-r--r--board/glados/board.h3
2 files changed, 0 insertions, 6 deletions
diff --git a/board/chell/board.h b/board/chell/board.h
index 298e3bab03..f895754e24 100644
--- a/board/chell/board.h
+++ b/board/chell/board.h
@@ -116,12 +116,9 @@
/* Modules we want to exclude */
#undef CONFIG_CMD_HASH
-#undef CONFIG_CMD_I2C_SCAN
-#undef CONFIG_CMD_KEYBOARD
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
#undef CONFIG_CONSOLE_CMDHELP
-#undef CONFIG_CONSOLE_HISTORY
#undef DEFERRABLE_MAX_COUNT
#define DEFERRABLE_MAX_COUNT 13
diff --git a/board/glados/board.h b/board/glados/board.h
index ac2d1c4146..fc8fa90690 100644
--- a/board/glados/board.h
+++ b/board/glados/board.h
@@ -130,12 +130,9 @@
/* Modules we want to exclude */
#undef CONFIG_CMD_HASH
-#undef CONFIG_CMD_I2C_SCAN
-#undef CONFIG_CMD_KEYBOARD
#undef CONFIG_CMD_TEMP_SENSOR
#undef CONFIG_CMD_TIMERINFO
#undef CONFIG_CONSOLE_CMDHELP
-#undef CONFIG_CONSOLE_HISTORY
#undef DEFERRABLE_MAX_COUNT
#define DEFERRABLE_MAX_COUNT 14