summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config-h300.h5
-rw-r--r--firmware/export/config-ipodvideo.h7
-rw-r--r--firmware/export/config-mrobe100.h17
3 files changed, 15 insertions, 14 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index ba09884957..e6e07e0bbc 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -76,6 +76,8 @@
76#define HAVE_BACKLIGHT_BRIGHTNESS 76#define HAVE_BACKLIGHT_BRIGHTNESS
77/* Which backlight fading type? */ 77/* Which backlight fading type? */
78#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG 78#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_SW_HW_REG
79/* Define this if your LCD can be enabled/disabled */
80#define HAVE_LCD_ENABLE
79 81
80/* Define this if you have a software controlled poweroff */ 82/* Define this if you have a software controlled poweroff */
81#define HAVE_SW_POWEROFF 83#define HAVE_SW_POWEROFF
@@ -133,9 +135,6 @@
133 135
134#ifndef SIMULATOR 136#ifndef SIMULATOR
135 137
136/* Define this if your LCD can be enabled/disabled */
137#define HAVE_LCD_ENABLE
138
139/* Define this if you have a Motorola SCF5249 */ 138/* Define this if you have a Motorola SCF5249 */
140#define CONFIG_CPU MCF5249 139#define CONFIG_CPU MCF5249
141 140
diff --git a/firmware/export/config-ipodvideo.h b/firmware/export/config-ipodvideo.h
index c9f97dcea5..6adcda9a1e 100644
--- a/firmware/export/config-ipodvideo.h
+++ b/firmware/export/config-ipodvideo.h
@@ -91,6 +91,10 @@
91#define HAVE_BACKLIGHT 91#define HAVE_BACKLIGHT
92#define HAVE_BACKLIGHT_BRIGHTNESS 92#define HAVE_BACKLIGHT_BRIGHTNESS
93 93
94/* Support for LCD sleep/BCM shutdown */
95#define HAVE_LCD_SLEEP
96#define HAVE_LCD_SLEEP_SETTING
97
94/* We can fade the backlight by using PWM */ 98/* We can fade the backlight by using PWM */
95#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM 99#define CONFIG_BACKLIGHT_FADING BACKLIGHT_FADING_PWM
96 100
@@ -208,9 +212,6 @@
208#define HAVE_SERIAL 212#define HAVE_SERIAL
209 213
210#ifndef BOOTLOADER 214#ifndef BOOTLOADER
211/* Support for LCD sleep/BCM shutdown */
212#define HAVE_LCD_SLEEP
213#define HAVE_LCD_SLEEP_SETTING
214/* The same code may also be used when shutting down the iPod */ 215/* The same code may also be used when shutting down the iPod */
215#define HAVE_LCD_SHUTDOWN 216#define HAVE_LCD_SHUTDOWN
216#endif 217#endif
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index e440f7c9a0..b1299a820a 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -90,6 +90,15 @@
90 90
91#define HAVE_BUTTONLIGHT_BRIGHTNESS 91#define HAVE_BUTTONLIGHT_BRIGHTNESS
92 92
93/* Define this if your LCD can be enabled/disabled */
94/* TODO: #define HAVE_LCD_ENABLE */
95
96/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
97 * should be defined as well.
98 * We can currently put the lcd to sleep but it won't wake up properly */
99/*TODO: #define HAVE_LCD_SLEEP*/
100/*TODO: #define HAVE_LCD_SLEEP_SETTING <= optional */
101
93#define BATTERY_CAPACITY_DEFAULT 720 /* default battery capacity */ 102#define BATTERY_CAPACITY_DEFAULT 720 /* default battery capacity */
94 103
95#ifndef SIMULATOR 104#ifndef SIMULATOR
@@ -132,14 +141,6 @@
132#define MAX_CONTRAST_SETTING 40 141#define MAX_CONTRAST_SETTING 40
133#define DEFAULT_CONTRAST_SETTING 20 142#define DEFAULT_CONTRAST_SETTING 20
134 143
135/* Define this if your LCD can be enabled/disabled */
136/* TODO: #define HAVE_LCD_ENABLE */
137
138/* Define this if your LCD can be put to sleep. HAVE_LCD_ENABLE
139 * should be defined as well.
140 * We can currently put the lcd to sleep but it won't wake up properly */
141/*TODO: #define HAVE_LCD_SLEEP*/
142/*TODO: #define HAVE_LCD_SLEEP_SETTING <= optional */
143 144
144/* We're able to shut off power to the HDD */ 145/* We're able to shut off power to the HDD */
145#define HAVE_ATA_POWER_OFF 146#define HAVE_ATA_POWER_OFF