mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2026-01-10 17:41:54 +00:00
Disable the charger task for Slippy bringup
BUG=chrome-os-partner:18825 BRANCH=slippy TEST=manual Change-Id: Idbcd297e3f77c02539dcb215bf8c60b1bcfb2d92 Signed-off-by: Bill Richardson <wfrichar@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/49933
This commit is contained in:
committed by
ChromeBot
parent
9d2b32aabf
commit
7f28454e47
@@ -15,10 +15,9 @@
|
||||
#define CONFIG_TASK_PROFILING
|
||||
|
||||
/* Optional features */
|
||||
#define CONFIG_SMART_BATTERY
|
||||
#define CONFIG_BATTERY_LINK
|
||||
#define CONFIG_CHARGER
|
||||
#define CONFIG_CHARGER_BQ24725
|
||||
/*HEY #define CONFIG_SMART_BATTERY */
|
||||
/*HEY #define CONFIG_BATTERY_LINK */
|
||||
/*HEY #define CONFIG_CHARGER_BQ24725 */
|
||||
#ifdef HAS_TASK_CHIPSET
|
||||
#define CONFIG_CHIPSET_X86_HASWELL
|
||||
#endif
|
||||
@@ -29,8 +28,6 @@
|
||||
#endif
|
||||
#define CONFIG_LID_SWITCH
|
||||
#define CONFIG_LPC
|
||||
#define CONFIG_ONEWIRE
|
||||
#define CONFIG_ONEWIRE_LED
|
||||
#define CONFIG_PECI
|
||||
#define CONFIG_POWER_BUTTON
|
||||
#define CONFIG_PWM_FAN
|
||||
|
||||
@@ -19,8 +19,7 @@
|
||||
#define CONFIG_TASK_LIST \
|
||||
TASK_ALWAYS(HOOKS, hook_task, NULL, TASK_STACK_SIZE) \
|
||||
TASK_NOTEST(VBOOTHASH, vboot_hash_task, NULL, LARGER_TASK_STACK_SIZE) \
|
||||
TASK_NOTEST(LIGHTBAR, lightbar_task, NULL, TASK_STACK_SIZE) \
|
||||
TASK_ALWAYS(CHARGER, charger_task, NULL, TASK_STACK_SIZE) \
|
||||
/*HEY TASK_ALWAYS(CHARGER, charger_task, NULL, TASK_STACK_SIZE) */ \
|
||||
TASK_NOTEST(THERMAL, thermal_task, NULL, TASK_STACK_SIZE) \
|
||||
TASK_NOTEST(CHIPSET, chipset_task, NULL, TASK_STACK_SIZE) \
|
||||
TASK_NOTEST(KEYPROTO, keyboard_protocol_task, NULL, TASK_STACK_SIZE) \
|
||||
|
||||
Reference in New Issue
Block a user