From fca995376eb763ee58252faae26b2a38d887685b Mon Sep 17 00:00:00 2001 From: Shawn Nematbakhsh Date: Mon, 16 Nov 2015 10:21:17 -0800 Subject: [PATCH] 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 Tested-by: Shawn N Reviewed-by: Alec Berg --- board/chell/board.h | 3 --- board/glados/board.h | 3 --- 2 files changed, 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