summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 7e0e277c78..ef029f2b45 100644
--- a/include/config.h
+++ b/include/config.h
@@ -619,6 +619,12 @@
#undef CONFIG_BATTERY_MEASURE_IMBALANCE
/*
+ * Some boards needs to lower input voltage when battery is full and chipset
+ * is in S5/G3. This should be defined to integer value in mV.
+ */
+#undef CONFIG_BATT_FULL_CHIPSET_OFF_INPUT_LIMIT_MV
+
+/*
* If remaining capacity is x% of full capacity, remaining capacity is set
* equal to full capacity.
*