mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
reef: By default disable unwanted host command debug messages
BUG=chrome-os-partner:56549 BRANCH=none TEST=Unwanted host command debug messages are not observed Change-Id: I384fa779fe849484ddbb3174dbcbff651fbd565a Signed-off-by: Vijay Hiremath <vijay.p.hiremath@intel.com> Reviewed-on: https://chromium-review.googlesource.com/374700 Commit-Ready: Vijay P Hiremath <vijay.p.hiremath@intel.com> Tested-by: Vijay P Hiremath <vijay.p.hiremath@intel.com> Reviewed-by: Shawn N <shawnn@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
1bebf37965
commit
0dd5175c85
@@ -19,6 +19,18 @@
|
||||
|
||||
/* EC console commands */
|
||||
#define CONFIG_CMD_ACCELS
|
||||
#define CONFIG_CMD_CHARGER_ADC_AMON_BMON
|
||||
#define CONFIG_CHARGER_SENSE_RESISTOR 10
|
||||
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 10
|
||||
#define BD99955_IOUT_GAIN_SELECT \
|
||||
BD99955_CMD_PMON_IOUT_CTRL_SET_IOUT_GAIN_SET_20V
|
||||
|
||||
#define CONFIG_CMD_CHARGER_PSYS
|
||||
#define BD99955_PSYS_GAIN_SELECT \
|
||||
BD99955_CMD_PMON_IOUT_CTRL_SET_PMON_GAIN_SET_02UAW
|
||||
|
||||
#undef CONFIG_HOSTCMD_DEBUG_MODE
|
||||
#define CONFIG_HOSTCMD_DEBUG_MODE HCDEBUG_OFF
|
||||
|
||||
/* Battery */
|
||||
#define CONFIG_BATTERY_CUT_OFF
|
||||
@@ -79,16 +91,6 @@
|
||||
#define CONFIG_POWER_BUTTON_X86
|
||||
#define CONFIG_POWER_COMMON
|
||||
|
||||
#define CONFIG_CMD_CHARGER_ADC_AMON_BMON
|
||||
#define CONFIG_CHARGER_SENSE_RESISTOR 10
|
||||
#define CONFIG_CHARGER_SENSE_RESISTOR_AC 10
|
||||
#define BD99955_IOUT_GAIN_SELECT \
|
||||
BD99955_CMD_PMON_IOUT_CTRL_SET_IOUT_GAIN_SET_20V
|
||||
|
||||
#define CONFIG_CMD_CHARGER_PSYS
|
||||
#define BD99955_PSYS_GAIN_SELECT \
|
||||
BD99955_CMD_PMON_IOUT_CTRL_SET_PMON_GAIN_SET_02UAW
|
||||
|
||||
/* EC */
|
||||
#define CONFIG_ADC
|
||||
#define CONFIG_BOARD_VERSION
|
||||
|
||||
Reference in New Issue
Block a user