summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/config.h b/include/config.h
index 5a5e232458..86dacbe74f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -434,12 +434,12 @@
/* Handle the external power limit host command in charge manager */
#undef CONFIG_CHARGE_MANAGER_EXTERNAL_POWER_LIMIT
-/* Compile input current ramping support */
-#undef CONFIG_CHARGE_RAMP
-
/* The hardware has some input current ramping/back-off mechanism */
#undef CONFIG_CHARGE_RAMP_HW
+/* Compile input current ramping support using software control */
+#undef CONFIG_CHARGE_RAMP_SW
+
/*****************************************************************************/
/* Charger config */