summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/include/config.h b/include/config.h
index 63371dcd6c..60adb684d7 100644
--- a/include/config.h
+++ b/include/config.h
@@ -274,7 +274,7 @@
#undef CONFIG_CHARGER_ILIM_PIN_DISABLED
/*
- * Maximum amount of input current the charger can receive, in mA.
+ * Default input current for the board, in mA.
*
* This value should depend on external power adapter, designed charging
* voltage, and the maximum power of the running system.
@@ -282,6 +282,11 @@
#undef CONFIG_CHARGER_INPUT_CURRENT
/*
+ * Board specific maximum input current limit, in mA.
+ */
+#undef CONFIG_CHARGER_MAX_INPUT_CURRENT
+
+/*
* Equivalent of CONFIG_BATTERY_OVERRIDE_PARAMS for use with
* CONFIG_CHARGER_V2
*/