summaryrefslogtreecommitdiff
path: root/firmware/export/config-ipod1g2g.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-ipod1g2g.h')
-rw-r--r--firmware/export/config-ipod1g2g.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index 4ee434f732..ff3e7b5636 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -66,7 +66,20 @@
66/* Define this if the backlight unverts LCD appearance */ 66/* Define this if the backlight unverts LCD appearance */
67#define HAVE_BACKLIGHT_INVERSION 67#define HAVE_BACKLIGHT_INVERSION
68 68
69/* Define this if you can detect headphones */
70#define HAVE_HEADPHONE_DETECTION
71
72/* Type of mobile power */
73#define CONFIG_BATTERY BATT_LIPOL1300
69#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */ 74#define BATTERY_CAPACITY_DEFAULT 630 /* default battery capacity */
75#define BATTERY_CAPACITY_MIN 1200 /* min. capacity selectable */
76#define BATTERY_CAPACITY_MAX 1900 /* max. capacity selectable */
77#define BATTERY_CAPACITY_INC 50 /* capacity increment */
78#define BATTERY_TYPES_COUNT 1 /* only one type */
79#define BATTERY_SCALE_FACTOR 25882
80
81/* Hardware controlled charging? FIXME */
82//#define CONFIG_CHARGING CHARGING_SIMPLE
70 83
71#ifndef SIMULATOR 84#ifndef SIMULATOR
72 85
@@ -79,17 +92,6 @@
79/* Define this if you want to use the PP5002 i2c interface */ 92/* Define this if you want to use the PP5002 i2c interface */
80#define CONFIG_I2C I2C_PP5002 93#define CONFIG_I2C I2C_PP5002
81 94
82/* Type of mobile power */
83#define CONFIG_BATTERY BATT_LIPOL1300
84#define BATTERY_CAPACITY_MIN 1200 /* min. capacity selectable */
85#define BATTERY_CAPACITY_MAX 1900 /* max. capacity selectable */
86#define BATTERY_CAPACITY_INC 50 /* capacity increment */
87#define BATTERY_TYPES_COUNT 1 /* only one type */
88#define BATTERY_SCALE_FACTOR 25882
89
90/* Hardware controlled charging? FIXME */
91//#define CONFIG_CHARGING CHARGING_SIMPLE
92
93/* define this if the hardware can be powered off while charging */ 95/* define this if the hardware can be powered off while charging */
94//#define HAVE_POWEROFF_WHILE_CHARGING 96//#define HAVE_POWEROFF_WHILE_CHARGING
95 97
@@ -122,9 +124,6 @@
122/* Define this if you have adjustable CPU frequency */ 124/* Define this if you have adjustable CPU frequency */
123#define HAVE_ADJUSTABLE_CPU_FREQ 125#define HAVE_ADJUSTABLE_CPU_FREQ
124 126
125/* Define this if you can detect headphones */
126#define HAVE_HEADPHONE_DETECTION
127
128#define BOOTFILE_EXT "ipod" 127#define BOOTFILE_EXT "ipod"
129#define BOOTFILE "rockbox." BOOTFILE_EXT 128#define BOOTFILE "rockbox." BOOTFILE_EXT
130#define BOOTDIR "/.rockbox" 129#define BOOTDIR "/.rockbox"