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>
This commit is contained in:
Shawn Nematbakhsh
2015-11-16 10:21:17 -08:00
committed by chrome-bot
parent 74aad9a0a4
commit fca995376e
2 changed files with 0 additions and 6 deletions

View File

@@ -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

View File

@@ -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