summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 26fced9a46..8f8469f3da 100644
--- a/include/config.h
+++ b/include/config.h
@@ -400,6 +400,14 @@
#undef CONFIG_CHARGER_MIN_BAT_PCT_FOR_POWER_ON
/*
+ * Low energy thresholds - when battery level is below BAT_PCT and an external
+ * charger provides less than CHG_MW of power, inform the AP of the situation
+ * through the LIMIT_POWER host event.
+ */
+#undef CONFIG_CHARGER_LIMIT_POWER_THRESH_BAT_PCT
+#undef CONFIG_CHARGER_LIMIT_POWER_THRESH_CHG_MW
+
+/*
* Equivalent of CONFIG_BATTERY_OVERRIDE_PARAMS for use with
* CONFIG_CHARGER_V2
*/