summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/charge_state.h2
-rw-r--r--include/config.h5
2 files changed, 1 insertions, 6 deletions
diff --git a/include/charge_state.h b/include/charge_state.h
index 4a152032fc..2f6ffa3771 100644
--- a/include/charge_state.h
+++ b/include/charge_state.h
@@ -146,8 +146,6 @@ const struct batt_params *charger_current_battery_params(void);
/* Config Charger */
-#ifdef CONFIG_CHARGER_V2
#include "charge_state_v2.h"
-#endif /* CONFIG_CHARGER_V2 */
#endif /* __CROS_EC_CHARGE_STATE_H */
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