summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/config.h b/include/config.h
index 73ca90fc83..af842f957b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -95,6 +95,12 @@
#undef CONFIG_BATTERY_MOCK
/*
+ * Charger should call battery_override_params() to limit/correct the voltage
+ * and current requested by the battery pack before acting on the request.
+ */
+#undef CONFIG_BATTERY_OVERRIDE_PARAMS
+
+/*
* If defined, the charger will check for battery presence before attempting
* to communicate with it. This avoids the 30 second delay when booting
* without a battery present. Do not use with CONFIG_BATTERY_PRESENT_GPIO.
@@ -120,12 +126,6 @@
*/
#undef CONFIG_BATTERY_SMART
-/*
- * Charger should call battery_vendor_params() to limit/correct the voltage and
- * current requested by the battery pack before acting on the request.
- */
-#undef CONFIG_BATTERY_VENDOR_PARAMS
-
/*****************************************************************************/
/*