mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
elm: Disable hostcommand debugging
elm 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=oak BUG=chrome-os-partner:55001 TEST=make buildall -j TEST=Flash elm EC, see that output is fairly quiet. Change-Id: I0a5ab2950911648e2e34f4ab1b6886e3e4bff774 Reviewed-on: https://chromium-review.googlesource.com/358438 Commit-Ready: Nicolas Boichat <drinkcat@chromium.org> Tested-by: Nicolas Boichat <drinkcat@chromium.org> Reviewed-by: Gwendal Grignou <gwendal@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
bdfba87063
commit
befaae4a37
@@ -112,6 +112,9 @@
|
||||
/* Optional features */
|
||||
#define CONFIG_CMD_CHARGER_ADC_AMON_BMON
|
||||
#define CONFIG_CMD_HOSTCMD
|
||||
/* By default, set hcdebug to off */
|
||||
#undef CONFIG_HOSTCMD_DEBUG_MODE
|
||||
#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF
|
||||
#define CONFIG_CMD_I2C_PROTECT
|
||||
#define CONFIG_CMD_PD_CONTROL
|
||||
|
||||
|
||||
Reference in New Issue
Block a user