summaryrefslogtreecommitdiff
path: root/include/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/config.h')
-rw-r--r--include/config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h
index 5a18ea4dee..6ae0edc71b 100644
--- a/include/config.h
+++ b/include/config.h
@@ -128,6 +128,14 @@
*/
#undef CONFIG_BATTERY_VENDOR_PARAMS
+/*
+ * Support battery cut-off as host command and console command.
+ *
+ * Once defined, you have to implement a board_cut_off_battery() function
+ * in board/???/battery.c file.
+ */
+#undef CONFIG_BATTERY_CUT_OFF
+
/*****************************************************************************/
/*