summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index da735d3add..5b3d99d37b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -747,9 +747,8 @@
/*****************************************************************************/
/* Charger config */
-/* Compile common charge state code. You must pick an implementation. */
+/* Compile common charge state code. */
#undef CONFIG_CHARGER
-#undef CONFIG_CHARGER_V2
/* Compile charger-specific code for these chargers (pick at most one) */
#undef CONFIG_CHARGER_BD9995X
@@ -993,8 +992,6 @@
/*
* Charger should call battery_override_params() to limit/correct the voltage
* and current requested by the battery pack before acting on the request.
- *
- * This is valid with CONFIG_CHARGER_V2 only.
*/
#undef CONFIG_CHARGER_PROFILE_OVERRIDE