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, 6 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index e5eeb7d7e1..eb40d5e48c 100644
--- a/include/config.h
+++ b/include/config.h
@@ -275,6 +275,12 @@
#undef CONFIG_BATTERY_BQ4050
#undef CONFIG_BATTERY_MAX17055
+/*
+ * MAX17055 support alert on voltage, current, temperature, and state-of-charge.
+ */
+#undef CONFIG_BATTERY_MAX17055_ALERT
+
+
/* Compile mock battery support; used by tests. */
#undef CONFIG_BATTERY_MOCK