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.h33
1 files changed, 16 insertions, 17 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index af51e81f70..3d6f217ebb 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -53,6 +53,9 @@
53/* Define this if you have an remote lcd */ 53/* Define this if you have an remote lcd */
54#define HAVE_REMOTE_LCD 54#define HAVE_REMOTE_LCD
55 55
56/* Define if we have a hardware defect that causes ticking on the audio line */
57#define HAVE_REMOTE_LCD_TICKING
58
56#define CONFIG_LCD LCD_S1D15E06 59#define CONFIG_LCD LCD_S1D15E06
57 60
58/* Define this for LCD backlight available */ 61/* Define this for LCD backlight available */
@@ -70,8 +73,6 @@
70/* The number of bytes reserved for loadable plugins */ 73/* The number of bytes reserved for loadable plugins */
71#define PLUGIN_BUFFER_SIZE 0x80000 74#define PLUGIN_BUFFER_SIZE 0x80000
72 75
73#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */
74
75#define AB_REPEAT_ENABLE 1 76#define AB_REPEAT_ENABLE 1
76 77
77#define CONFIG_TUNER TEA5767 78#define CONFIG_TUNER TEA5767
@@ -90,23 +91,9 @@
90 91
91#define HAVE_AGC 92#define HAVE_AGC
92 93
93#ifndef SIMULATOR
94
95/* Define this if you have a Motorola SCF5249 */
96#define CONFIG_CPU MCF5249
97
98/* Define this if you want to use coldfire's i2c interface */
99#define CONFIG_I2C I2C_COLDFIRE
100
101/* Define this if you can run rockbox from flash memory */
102/* In theory we can, but somebody needs to verify there are no issues. */
103// #define HAVE_FLASHED_ROCKBOX
104
105/* Define if we have a hardware defect that causes ticking on the audio line */
106#define HAVE_REMOTE_LCD_TICKING
107
108/* Type of mobile power */ 94/* Type of mobile power */
109#define CONFIG_BATTERY BATT_LIPOL1300 95#define CONFIG_BATTERY BATT_LIPOL1300
96#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */
110#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */ 97#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */
111#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */ 98#define BATTERY_CAPACITY_MAX 3200 /* max. capacity selectable */
112#define BATTERY_CAPACITY_INC 50 /* capacity increment */ 99#define BATTERY_CAPACITY_INC 50 /* capacity increment */
@@ -117,6 +104,18 @@
117//#define CONFIG_CHARGING CHARGING_SIMPLE 104//#define CONFIG_CHARGING CHARGING_SIMPLE
118#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */ 105#define CONFIG_CHARGING CHARGING_MONITOR /* FIXME: remove that once monitoring is fixed properly */
119 106
107#ifndef SIMULATOR
108
109/* Define this if you have a Motorola SCF5249 */
110#define CONFIG_CPU MCF5249
111
112/* Define this if you want to use coldfire's i2c interface */
113#define CONFIG_I2C I2C_COLDFIRE
114
115/* Define this if you can run rockbox from flash memory */
116/* In theory we can, but somebody needs to verify there are no issues. */
117// #define HAVE_FLASHED_ROCKBOX
118
120/* define this if the hardware can be powered off while charging */ 119/* define this if the hardware can be powered off while charging */
121#define HAVE_POWEROFF_WHILE_CHARGING 120#define HAVE_POWEROFF_WHILE_CHARGING
122 121