summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/config-h300.h')
-rw-r--r--firmware/export/config-h300.h5
1 files changed, 2 insertions, 3 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