summaryrefslogtreecommitdiff
path: root/firmware/export/config-h100.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h100.h')
-rw-r--r--firmware/export/config-h100.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index f4ada149fc..01012cde3c 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -18,8 +18,12 @@
18/* Define this if you have a Motorola SCF5249 */ 18/* Define this if you have a Motorola SCF5249 */
19#define CONFIG_CPU MCF5249 19#define CONFIG_CPU MCF5249
20 20
21/* Type of mobile power, FIXME: probably different, make new type */ 21#define CONFIG_I2C I2C_H100
22#define CONFIG_BATTERY BATT_LIION2200 22
23/* Type of mobile power */
24#define CONFIG_BATTERY BATT_IRIVER
25
26#define BATTERY_SCALE_FACTOR 6465 /* FIX: this value is picked at random */
23 27
24/* Define this if the platform can charge batteries */ 28/* Define this if the platform can charge batteries */
25#define HAVE_CHARGING 1 29#define HAVE_CHARGING 1
@@ -44,4 +48,6 @@
44/* Offset ( in the firmware file's header ) to the real data */ 48/* Offset ( in the firmware file's header ) to the real data */
45#define FIRMWARE_OFFSET_FILE_DATA 8 49#define FIRMWARE_OFFSET_FILE_DATA 8
46 50
51#define USB_NONE /* FIX: USB temorarily disabled */
52
47#endif 53#endif