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