summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 34f5059b69..f2cd8c2665 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -84,11 +84,9 @@
84/* Define if we have a hardware defect that causes ticking on the audio line */ 84/* Define if we have a hardware defect that causes ticking on the audio line */
85#define HAVE_REMOTE_LCD_TICKING 85#define HAVE_REMOTE_LCD_TICKING
86 86
87/* Define this if the platform can charge batteries */ 87/* Hardware controlled charging */
88#define HAVE_CHARGING 1 88//#define CONFIG_CHARGING CHARGING_SIMPLE
89 89#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */
90/* For units with a hardware charger that reports charge state */
91#define HAVE_CHARGE_STATE 1
92 90
93/* define this if the hardware can be powered off while charging */ 91/* define this if the hardware can be powered off while charging */
94#define HAVE_POWEROFF_WHILE_CHARGING 92#define HAVE_POWEROFF_WHILE_CHARGING