mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-09 17:11:42 +00:00
kevin: Disable hostcommand debugging
kevin EC console output is very spammy, as EC_CMD_MOTION_SENSE_CMD is called every 100ms. Even when hcdebug is set to off, we still get command errors. BRANCH=none BUG=chrome-os-partner:56460 TEST=make buildall -j TEST=Flash kevin EC, see that output is fairly quiet. Change-Id: Iad974c463c8dd91960e872ec977fe0e653696701 Reviewed-on: https://chromium-review.googlesource.com/373284 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
1b9096116c
commit
c522f55115
@@ -45,6 +45,9 @@
|
||||
#define CONFIG_BUTTON_COUNT 2
|
||||
#define CONFIG_FLASH_SIZE 0x00080000 /* 512KB spi flash */
|
||||
#define CONFIG_HOST_COMMAND_STATUS
|
||||
/* By default, set hcdebug to off */
|
||||
#undef CONFIG_HOSTCMD_DEBUG_MODE
|
||||
#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF
|
||||
#define CONFIG_KEYBOARD_BOARD_CONFIG
|
||||
#define CONFIG_KEYBOARD_COL2_INVERTED
|
||||
#define CONFIG_KEYBOARD_PROTOCOL_MKBP /* Instead of 8042 protocol of keyboard */
|
||||
|
||||
Reference in New Issue
Block a user