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.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h
index ef13380538..1327be7e27 100644
--- a/firmware/export/config-h100.h
+++ b/firmware/export/config-h100.h
@@ -38,6 +38,9 @@
38 38
39#define CONFIG_LCD LCD_S1D15E06 39#define CONFIG_LCD LCD_S1D15E06
40 40
41/* Define this for LCD backlight available */
42#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
43
41/* Define this if you have a software controlled poweroff */ 44/* Define this if you have a software controlled poweroff */
42#define HAVE_SW_POWEROFF 45#define HAVE_SW_POWEROFF
43 46
@@ -77,9 +80,6 @@
77/* The size of the flash ROM */ 80/* The size of the flash ROM */
78#define FLASH_SIZE 0x200000 81#define FLASH_SIZE 0x200000
79 82
80/* Define this for LCD backlight available */
81#define CONFIG_BACKLIGHT BL_IRIVER_H100 /* port controlled */
82
83/* Define this to the CPU frequency */ 83/* Define this to the CPU frequency */
84#define CPU_FREQ 11289600 84#define CPU_FREQ 11289600
85 85