summaryrefslogtreecommitdiff
path: root/firmware/export/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config.h')
-rw-r--r--firmware/export/config.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 1854f59d13..9bc6c7c775 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -116,12 +116,18 @@
116/* CONFIG_CHARGING */ 116/* CONFIG_CHARGING */
117 117
118/* Generic types */ 118/* Generic types */
119#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging */ 119#define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging
120#define CHARGING_MONITOR 2 /* Hardware controlled charging with monitoring */ 120 * (CPU cannot read charger state but may read
121 * when power is plugged-in). */
122#define CHARGING_MONITOR 2 /* Hardware controlled charging with monitoring
123 * (CPU is able to read HW charging state and
124 * when power is plugged-in). */
121 125
122/* Mostly target-specific code in the /target tree */ 126/* Mostly target-specific code in the /target tree */
123#define CHARGING_TARGET 3 127#define CHARGING_TARGET 3 /* Any algorithm - usually software controlled
124 128 * charging or specific programming is required to
129 * use the charging hardware. */
130
125/* CONFIG_LCD */ 131/* CONFIG_LCD */
126#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */ 132#define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */
127#define LCD_SSD1801 2 /* as used by Archos Player/Studio */ 133#define LCD_SSD1801 2 /* as used by Archos Player/Studio */