summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gordon <rockbox@jdgordon.info>2009-09-06 17:12:09 +0000
committerJonathan Gordon <rockbox@jdgordon.info>2009-09-06 17:12:09 +0000
commit3fa16843019b65016e125d74f38d34ac5e665f6b (patch)
treec1f9a926dafe2c12720a457508bd54709271a80f
parentef7018a7ffda346fa4c3ef46566509376d492b61 (diff)
downloadrockbox-3fa16843019b65016e125d74f38d34ac5e665f6b.tar.gz
rockbox-3fa16843019b65016e125d74f38d34ac5e665f6b.zip
move the CONFIG_LED #define out into config.h as all but 3 targets actually have a real one (and apparently lots had it #defined in a !SIMULATOR block! )
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22644 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--firmware/export/config-c100.h5
-rw-r--r--firmware/export/config-c200.h3
-rw-r--r--firmware/export/config-c200v2.h3
-rw-r--r--firmware/export/config-clip.h3
-rw-r--r--firmware/export/config-cowond2.h3
-rw-r--r--firmware/export/config-creativezvm.h3
-rw-r--r--firmware/export/config-creativezvm60gb.h3
-rw-r--r--firmware/export/config-e200.h3
-rw-r--r--firmware/export/config-e200v2.h3
-rw-r--r--firmware/export/config-fuze.h3
-rw-r--r--firmware/export/config-gigabeat-s.h3
-rw-r--r--firmware/export/config-gigabeat.h3
-rw-r--r--firmware/export/config-h10.h3
-rw-r--r--firmware/export/config-h10_5gb.h3
-rw-r--r--firmware/export/config-h300.h3
-rwxr-xr-xfirmware/export/config-hdd1630.h3
-rw-r--r--firmware/export/config-iaudio7.h3
-rw-r--r--firmware/export/config-iaudiom5.h3
-rw-r--r--firmware/export/config-iaudiox5.h3
-rw-r--r--firmware/export/config-ifp7xx.h3
-rw-r--r--firmware/export/config-ipod1g2g.h3
-rw-r--r--firmware/export/config-ipod3g.h3
-rw-r--r--firmware/export/config-ipodcolor.h3
-rw-r--r--firmware/export/config-ipodmini.h3
-rw-r--r--firmware/export/config-ipodmini2g.h4
-rw-r--r--firmware/export/config-ipodnano.h3
-rw-r--r--firmware/export/config-ipodnano2g.h3
-rw-r--r--firmware/export/config-logikdax.h3
-rw-r--r--firmware/export/config-m200.h3
-rw-r--r--firmware/export/config-m200v4.h3
-rw-r--r--firmware/export/config-meizu-m3.h3
-rw-r--r--firmware/export/config-meizu-m6sl.h3
-rw-r--r--firmware/export/config-meizu-m6sp.h3
-rw-r--r--firmware/export/config-mrobe100.h3
-rw-r--r--firmware/export/config-mrobe500.h3
-rw-r--r--firmware/export/config-ondavx747.h3
-rw-r--r--firmware/export/config-ondavx767.h3
-rw-r--r--firmware/export/config-ondiofm.h3
-rw-r--r--firmware/export/config-ondiosp.h3
-rwxr-xr-xfirmware/export/config-sa9200.h3
-rw-r--r--firmware/export/config-tpj1022.h2
-rw-r--r--firmware/export/config-view.h3
-rw-r--r--firmware/export/config-yh820.h3
-rw-r--r--firmware/export/config-yh920.h3
-rw-r--r--firmware/export/config-yh925.h3
-rw-r--r--firmware/export/config-yps3.h3
-rw-r--r--firmware/export/config.h2
47 files changed, 2 insertions, 140 deletions
diff --git a/firmware/export/config-c100.h b/firmware/export/config-c100.h
index d632deeb84..5cc29e32f6 100644
--- a/firmware/export/config-c100.h
+++ b/firmware/export/config-c100.h
@@ -114,10 +114,7 @@
114 114
115/* The start address index for ROM builds */ 115/* The start address index for ROM builds */
116/* #define ROM_START 0x11010 for behind original Archos */ 116/* #define ROM_START 0x11010 for behind original Archos */
117#define ROM_START 0x7010 /* for behind BootBox */ 117#define ROM_START 0x7010 /* for behind BootBox */
118
119/* Software controlled LED */
120#define CONFIG_LED LED_VIRTUAL
121 118
122#define CONFIG_LCD LCD_S6B33B2 119#define CONFIG_LCD LCD_S6B33B2
123 120
diff --git a/firmware/export/config-c200.h b/firmware/export/config-c200.h
index db64e5cacc..654ac7b9cf 100644
--- a/firmware/export/config-c200.h
+++ b/firmware/export/config-c200.h
@@ -191,9 +191,6 @@
191#define USB_VENDOR_ID 0x0781 191#define USB_VENDOR_ID 0x0781
192#define USB_PRODUCT_ID 0x7451 192#define USB_PRODUCT_ID 0x7451
193 193
194/* Virtual LED (icon) */
195#define CONFIG_LED LED_VIRTUAL
196
197/* Define this if you have adjustable CPU frequency */ 194/* Define this if you have adjustable CPU frequency */
198#define HAVE_ADJUSTABLE_CPU_FREQ 195#define HAVE_ADJUSTABLE_CPU_FREQ
199 196
diff --git a/firmware/export/config-c200v2.h b/firmware/export/config-c200v2.h
index 669bf29560..d6c2159e8c 100644
--- a/firmware/export/config-c200v2.h
+++ b/firmware/export/config-c200v2.h
@@ -184,9 +184,6 @@
184 184
185#endif /* BOOTLOADER */ 185#endif /* BOOTLOADER */
186 186
187/* Virtual LED (icon) */
188#define CONFIG_LED LED_VIRTUAL
189
190/* Define this if you have adjustable CPU frequency */ 187/* Define this if you have adjustable CPU frequency */
191#define HAVE_ADJUSTABLE_CPU_FREQ 188#define HAVE_ADJUSTABLE_CPU_FREQ
192 189
diff --git a/firmware/export/config-clip.h b/firmware/export/config-clip.h
index 03f5edd453..3b82a25159 100644
--- a/firmware/export/config-clip.h
+++ b/firmware/export/config-clip.h
@@ -184,9 +184,6 @@
184 184
185#endif /* BOOTLOADER */ 185#endif /* BOOTLOADER */
186 186
187/* Virtual LED (icon) */
188#define CONFIG_LED LED_VIRTUAL
189
190/* Define this if you have adjustable CPU frequency */ 187/* Define this if you have adjustable CPU frequency */
191#define HAVE_ADJUSTABLE_CPU_FREQ 188#define HAVE_ADJUSTABLE_CPU_FREQ
192 189
diff --git a/firmware/export/config-cowond2.h b/firmware/export/config-cowond2.h
index 0637a70a34..453fa0d4c1 100644
--- a/firmware/export/config-cowond2.h
+++ b/firmware/export/config-cowond2.h
@@ -165,9 +165,6 @@
165/* Offset ( in the firmware file's header ) to the real data */ 165/* Offset ( in the firmware file's header ) to the real data */
166#define FIRMWARE_OFFSET_FILE_DATA 8 166#define FIRMWARE_OFFSET_FILE_DATA 8
167 167
168/* Software controlled LED */
169#define CONFIG_LED LED_VIRTUAL
170
171#define CONFIG_LCD LCD_COWOND2 168#define CONFIG_LCD LCD_COWOND2
172 169
173#define BOOTFILE_EXT "d2" 170#define BOOTFILE_EXT "d2"
diff --git a/firmware/export/config-creativezvm.h b/firmware/export/config-creativezvm.h
index 7374e7d430..d2cda08723 100644
--- a/firmware/export/config-creativezvm.h
+++ b/firmware/export/config-creativezvm.h
@@ -147,9 +147,6 @@
147/* Define this if you have ATA power-off control */ 147/* Define this if you have ATA power-off control */
148#define HAVE_ATA_POWER_OFF 148#define HAVE_ATA_POWER_OFF
149 149
150/* Virtual LED (icon) */
151#define CONFIG_LED LED_VIRTUAL
152
153/* define this if the backlight can be set to a brightness */ 150/* define this if the backlight can be set to a brightness */
154//#define __BACKLIGHT_INIT 151//#define __BACKLIGHT_INIT
155 152
diff --git a/firmware/export/config-creativezvm60gb.h b/firmware/export/config-creativezvm60gb.h
index 490db1f861..e81c9208f9 100644
--- a/firmware/export/config-creativezvm60gb.h
+++ b/firmware/export/config-creativezvm60gb.h
@@ -146,9 +146,6 @@
146/* Define this if you have ATA power-off control */ 146/* Define this if you have ATA power-off control */
147#define HAVE_ATA_POWER_OFF 147#define HAVE_ATA_POWER_OFF
148 148
149/* Virtual LED (icon) */
150#define CONFIG_LED LED_VIRTUAL
151
152/* define this if the backlight can be set to a brightness */ 149/* define this if the backlight can be set to a brightness */
153//#define __BACKLIGHT_INIT 150//#define __BACKLIGHT_INIT
154 151
diff --git a/firmware/export/config-e200.h b/firmware/export/config-e200.h
index f130a63eae..8b7e0d68b2 100644
--- a/firmware/export/config-e200.h
+++ b/firmware/export/config-e200.h
@@ -203,9 +203,6 @@
203 203
204/** Port-specific settings **/ 204/** Port-specific settings **/
205 205
206/* Virtual LED (icon) */
207#define CONFIG_LED LED_VIRTUAL
208
209/* Main LCD backlight brightness range and defaults */ 206/* Main LCD backlight brightness range and defaults */
210#define MIN_BRIGHTNESS_SETTING 1 207#define MIN_BRIGHTNESS_SETTING 1
211#define MAX_BRIGHTNESS_SETTING 12 208#define MAX_BRIGHTNESS_SETTING 12
diff --git a/firmware/export/config-e200v2.h b/firmware/export/config-e200v2.h
index d66bde4943..dff99cde16 100644
--- a/firmware/export/config-e200v2.h
+++ b/firmware/export/config-e200v2.h
@@ -195,9 +195,6 @@
195#define USB_VENDOR_ID 0x0781 195#define USB_VENDOR_ID 0x0781
196#define USB_PRODUCT_ID 0x7423 196#define USB_PRODUCT_ID 0x7423
197 197
198/* Virtual LED (icon) */
199#define CONFIG_LED LED_VIRTUAL
200
201/* Define this if you have adjustable CPU frequency */ 198/* Define this if you have adjustable CPU frequency */
202#define HAVE_ADJUSTABLE_CPU_FREQ 199#define HAVE_ADJUSTABLE_CPU_FREQ
203 200
diff --git a/firmware/export/config-fuze.h b/firmware/export/config-fuze.h
index c8d7e2fba9..4ca583ca60 100644
--- a/firmware/export/config-fuze.h
+++ b/firmware/export/config-fuze.h
@@ -193,9 +193,6 @@
193#define USB_VENDOR_ID 0x0781 193#define USB_VENDOR_ID 0x0781
194#define USB_PRODUCT_ID 0x7423 194#define USB_PRODUCT_ID 0x7423
195 195
196/* Virtual LED (icon) */
197#define CONFIG_LED LED_VIRTUAL
198
199/* Define this if you have adjustable CPU frequency */ 196/* Define this if you have adjustable CPU frequency */
200#define HAVE_ADJUSTABLE_CPU_FREQ 197#define HAVE_ADJUSTABLE_CPU_FREQ
201 198
diff --git a/firmware/export/config-gigabeat-s.h b/firmware/export/config-gigabeat-s.h
index 015e863fc9..3f001af737 100644
--- a/firmware/export/config-gigabeat-s.h
+++ b/firmware/export/config-gigabeat-s.h
@@ -194,9 +194,6 @@
194/* Define this to add support for ATA DMA */ 194/* Define this to add support for ATA DMA */
195#define HAVE_ATA_DMA 195#define HAVE_ATA_DMA
196 196
197/* Virtual LED (icon) */
198#define CONFIG_LED LED_VIRTUAL
199
200#define CONFIG_LCD LCD_GIGABEAT 197#define CONFIG_LCD LCD_GIGABEAT
201 198
202/* define this if the backlight can be set to a brightness */ 199/* define this if the backlight can be set to a brightness */
diff --git a/firmware/export/config-gigabeat.h b/firmware/export/config-gigabeat.h
index a6ec25d34f..4c06a4d134 100644
--- a/firmware/export/config-gigabeat.h
+++ b/firmware/export/config-gigabeat.h
@@ -175,9 +175,6 @@
175/* Define this if you have ATA power-off control */ 175/* Define this if you have ATA power-off control */
176#define HAVE_ATA_POWER_OFF 176#define HAVE_ATA_POWER_OFF
177 177
178/* Virtual LED (icon) */
179#define CONFIG_LED LED_VIRTUAL
180
181#define CONFIG_LCD LCD_GIGABEAT 178#define CONFIG_LCD LCD_GIGABEAT
182 179
183/* define this if the backlight can be set to a brightness */ 180/* define this if the backlight can be set to a brightness */
diff --git a/firmware/export/config-h10.h b/firmware/export/config-h10.h
index 04a61238bf..0dc845c23b 100644
--- a/firmware/export/config-h10.h
+++ b/firmware/export/config-h10.h
@@ -174,9 +174,6 @@
174#define USB_VENDOR_ID 0x0B70 174#define USB_VENDOR_ID 0x0B70
175#define USB_PRODUCT_ID 0x00BA 175#define USB_PRODUCT_ID 0x00BA
176 176
177/* Virtual LED (icon) */
178#define CONFIG_LED LED_VIRTUAL
179
180/* Define this if you have adjustable CPU frequency */ 177/* Define this if you have adjustable CPU frequency */
181#define HAVE_ADJUSTABLE_CPU_FREQ 178#define HAVE_ADJUSTABLE_CPU_FREQ
182 179
diff --git a/firmware/export/config-h10_5gb.h b/firmware/export/config-h10_5gb.h
index 806ce0cdc3..8275e50dc6 100644
--- a/firmware/export/config-h10_5gb.h
+++ b/firmware/export/config-h10_5gb.h
@@ -153,9 +153,6 @@
153#define USE_ROCKBOX_USB 153#define USE_ROCKBOX_USB
154#define USB_VENDOR_ID 0x0B70 154#define USB_VENDOR_ID 0x0B70
155#define USB_PRODUCT_ID 0x00BA 155#define USB_PRODUCT_ID 0x00BA
156
157/* Virtual LED (icon) */
158#define CONFIG_LED LED_VIRTUAL
159 156
160/* Define this if you have adjustable CPU frequency */ 157/* Define this if you have adjustable CPU frequency */
161#define HAVE_ADJUSTABLE_CPU_FREQ 158#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 91f54f5479..9fad6cc503 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -156,9 +156,6 @@
156/* Define this if you have ATA power-off control */ 156/* Define this if you have ATA power-off control */
157#define HAVE_ATA_POWER_OFF 157#define HAVE_ATA_POWER_OFF
158 158
159/* Virtual LED (icon) */
160#define CONFIG_LED LED_VIRTUAL
161
162#define CONFIG_LCD LCD_H300 159#define CONFIG_LCD LCD_H300
163 160
164/* Offset ( in the firmware file's header ) to the file CRC */ 161/* Offset ( in the firmware file's header ) to the file CRC */
diff --git a/firmware/export/config-hdd1630.h b/firmware/export/config-hdd1630.h
index d588b3bb60..05450e01c2 100755
--- a/firmware/export/config-hdd1630.h
+++ b/firmware/export/config-hdd1630.h
@@ -188,9 +188,6 @@
188#define USB_VENDOR_ID 0x0471 188#define USB_VENDOR_ID 0x0471
189#define USB_PRODUCT_ID 0x014C 189#define USB_PRODUCT_ID 0x014C
190 190
191/* Virtual LED (icon) */
192#define CONFIG_LED LED_VIRTUAL
193
194/* Define this if you have adjustable CPU frequency */ 191/* Define this if you have adjustable CPU frequency */
195#define HAVE_ADJUSTABLE_CPU_FREQ 192#define HAVE_ADJUSTABLE_CPU_FREQ
196 193
diff --git a/firmware/export/config-iaudio7.h b/firmware/export/config-iaudio7.h
index c8612bb2b9..68393f1293 100644
--- a/firmware/export/config-iaudio7.h
+++ b/firmware/export/config-iaudio7.h
@@ -150,9 +150,6 @@
150/* Offset ( in the firmware file's header ) to the real data */ 150/* Offset ( in the firmware file's header ) to the real data */
151#define FIRMWARE_OFFSET_FILE_DATA 8 151#define FIRMWARE_OFFSET_FILE_DATA 8
152 152
153/* Software controlled LED */
154#define CONFIG_LED LED_VIRTUAL
155
156#define CONFIG_LCD LCD_IAUDIO67 153#define CONFIG_LCD LCD_IAUDIO67
157 154
158#define BOOTFILE_EXT "iaudio" 155#define BOOTFILE_EXT "iaudio"
diff --git a/firmware/export/config-iaudiom5.h b/firmware/export/config-iaudiom5.h
index 30743581f7..b10ac9ad09 100644
--- a/firmware/export/config-iaudiom5.h
+++ b/firmware/export/config-iaudiom5.h
@@ -159,9 +159,6 @@
159/* Define this if you have ATA power-off control */ 159/* Define this if you have ATA power-off control */
160#define HAVE_ATA_POWER_OFF 160#define HAVE_ATA_POWER_OFF
161 161
162/* Virtual LED (icon) */
163#define CONFIG_LED LED_VIRTUAL
164
165/* Offset ( in the firmware file's header ) to the file CRC */ 162/* Offset ( in the firmware file's header ) to the file CRC */
166#define FIRMWARE_OFFSET_FILE_CRC 0 163#define FIRMWARE_OFFSET_FILE_CRC 0
167 164
diff --git a/firmware/export/config-iaudiox5.h b/firmware/export/config-iaudiox5.h
index e048ebefb9..0cf39325a4 100644
--- a/firmware/export/config-iaudiox5.h
+++ b/firmware/export/config-iaudiox5.h
@@ -162,9 +162,6 @@
162/* Define this if you have ATA power-off control */ 162/* Define this if you have ATA power-off control */
163#define HAVE_ATA_POWER_OFF 163#define HAVE_ATA_POWER_OFF
164 164
165/* Virtual LED (icon) */
166#define CONFIG_LED LED_VIRTUAL
167
168/* Offset ( in the firmware file's header ) to the file CRC */ 165/* Offset ( in the firmware file's header ) to the file CRC */
169#define FIRMWARE_OFFSET_FILE_CRC 0 166#define FIRMWARE_OFFSET_FILE_CRC 0
170 167
diff --git a/firmware/export/config-ifp7xx.h b/firmware/export/config-ifp7xx.h
index 1c85252eba..901f78f0ea 100644
--- a/firmware/export/config-ifp7xx.h
+++ b/firmware/export/config-ifp7xx.h
@@ -58,9 +58,6 @@
58/* Define this if you have the WM8975 audio codec */ 58/* Define this if you have the WM8975 audio codec */
59/* #define HAVE_WM8975 */ 59/* #define HAVE_WM8975 */
60 60
61/* Virtual LED (icon) */
62#define CONFIG_LED LED_VIRTUAL
63
64#define HAVE_LCD_CONTRAST 61#define HAVE_LCD_CONTRAST
65 62
66#define MIN_CONTRAST_SETTING 5 63#define MIN_CONTRAST_SETTING 5
diff --git a/firmware/export/config-ipod1g2g.h b/firmware/export/config-ipod1g2g.h
index d26d9787cc..549af02fdc 100644
--- a/firmware/export/config-ipod1g2g.h
+++ b/firmware/export/config-ipod1g2g.h
@@ -157,9 +157,6 @@
157#define USB_HANDLED_BY_OF 157#define USB_HANDLED_BY_OF
158/* actually firewire only, but handled like USB */ 158/* actually firewire only, but handled like USB */
159 159
160/* Virtual LED (icon) */
161#define CONFIG_LED LED_VIRTUAL
162
163/* Define this if you have adjustable CPU frequency */ 160/* Define this if you have adjustable CPU frequency */
164#define HAVE_ADJUSTABLE_CPU_FREQ 161#define HAVE_ADJUSTABLE_CPU_FREQ
165 162
diff --git a/firmware/export/config-ipod3g.h b/firmware/export/config-ipod3g.h
index 21c0b89207..197f80fe72 100644
--- a/firmware/export/config-ipod3g.h
+++ b/firmware/export/config-ipod3g.h
@@ -161,9 +161,6 @@
161#define USB_HANDLED_BY_OF 161#define USB_HANDLED_BY_OF
162/* actually both firewire and USB, USB isn't handled yet */ 162/* actually both firewire and USB, USB isn't handled yet */
163 163
164/* Virtual LED (icon) */
165#define CONFIG_LED LED_VIRTUAL
166
167/* Define this if you have adjustable CPU frequency */ 164/* Define this if you have adjustable CPU frequency */
168#define HAVE_ADJUSTABLE_CPU_FREQ 165#define HAVE_ADJUSTABLE_CPU_FREQ
169 166
diff --git a/firmware/export/config-ipodcolor.h b/firmware/export/config-ipodcolor.h
index 11edc9893f..ea02b90964 100644
--- a/firmware/export/config-ipodcolor.h
+++ b/firmware/export/config-ipodcolor.h
@@ -161,9 +161,6 @@
161#define USB_VENDOR_ID 0x05ac 161#define USB_VENDOR_ID 0x05ac
162#define USB_PRODUCT_ID 0x1204 162#define USB_PRODUCT_ID 0x1204
163 163
164/* Virtual LED (icon) */
165#define CONFIG_LED LED_VIRTUAL
166
167/* Define this if you have adjustable CPU frequency */ 164/* Define this if you have adjustable CPU frequency */
168#define HAVE_ADJUSTABLE_CPU_FREQ 165#define HAVE_ADJUSTABLE_CPU_FREQ
169 166
diff --git a/firmware/export/config-ipodmini.h b/firmware/export/config-ipodmini.h
index 1ec377e646..9036adcc46 100644
--- a/firmware/export/config-ipodmini.h
+++ b/firmware/export/config-ipodmini.h
@@ -180,9 +180,6 @@
180#define USB_VENDOR_ID 0x05ac 180#define USB_VENDOR_ID 0x05ac
181#define USB_PRODUCT_ID 0x1205 181#define USB_PRODUCT_ID 0x1205
182 182
183/* Virtual LED (icon) */
184#define CONFIG_LED LED_VIRTUAL
185
186/* Define this if you have adjustable CPU frequency */ 183/* Define this if you have adjustable CPU frequency */
187#define HAVE_ADJUSTABLE_CPU_FREQ 184#define HAVE_ADJUSTABLE_CPU_FREQ
188 185
diff --git a/firmware/export/config-ipodmini2g.h b/firmware/export/config-ipodmini2g.h
index af83f5c31a..b69810e198 100644
--- a/firmware/export/config-ipodmini2g.h
+++ b/firmware/export/config-ipodmini2g.h
@@ -187,10 +187,6 @@
187#define USB_VENDOR_ID 0x05ac 187#define USB_VENDOR_ID 0x05ac
188#define USB_PRODUCT_ID 0x1205 188#define USB_PRODUCT_ID 0x1205
189 189
190
191/* Virtual LED (icon) */
192#define CONFIG_LED LED_VIRTUAL
193
194/* Define this if you have adjustable CPU frequency */ 190/* Define this if you have adjustable CPU frequency */
195#define HAVE_ADJUSTABLE_CPU_FREQ 191#define HAVE_ADJUSTABLE_CPU_FREQ
196 192
diff --git a/firmware/export/config-ipodnano.h b/firmware/export/config-ipodnano.h
index bd6228b6ff..31108091b9 100644
--- a/firmware/export/config-ipodnano.h
+++ b/firmware/export/config-ipodnano.h
@@ -171,9 +171,6 @@
171#define USB_VENDOR_ID 0x05ac 171#define USB_VENDOR_ID 0x05ac
172#define USB_PRODUCT_ID 0x120a 172#define USB_PRODUCT_ID 0x120a
173 173
174/* Virtual LED (icon) */
175#define CONFIG_LED LED_VIRTUAL
176
177/* Define this if you have adjustable CPU frequency */ 174/* Define this if you have adjustable CPU frequency */
178#define HAVE_ADJUSTABLE_CPU_FREQ 175#define HAVE_ADJUSTABLE_CPU_FREQ
179 176
diff --git a/firmware/export/config-ipodnano2g.h b/firmware/export/config-ipodnano2g.h
index c754fb42be..02277adcaa 100644
--- a/firmware/export/config-ipodnano2g.h
+++ b/firmware/export/config-ipodnano2g.h
@@ -142,9 +142,6 @@
142/* Define this if you have ATA power-off control */ 142/* Define this if you have ATA power-off control */
143//#define HAVE_ATA_POWER_OFF 143//#define HAVE_ATA_POWER_OFF
144 144
145/* Virtual LED (icon) */
146#define CONFIG_LED LED_VIRTUAL
147
148/* Offset ( in the firmware file's header ) to the file CRC */ 145/* Offset ( in the firmware file's header ) to the file CRC */
149#define FIRMWARE_OFFSET_FILE_CRC 0 146#define FIRMWARE_OFFSET_FILE_CRC 0
150 147
diff --git a/firmware/export/config-logikdax.h b/firmware/export/config-logikdax.h
index 54baa95b8b..8cfbbd8bd8 100644
--- a/firmware/export/config-logikdax.h
+++ b/firmware/export/config-logikdax.h
@@ -129,9 +129,6 @@
129/* #define ROM_START 0x11010 for behind original Archos */ 129/* #define ROM_START 0x11010 for behind original Archos */
130#define ROM_START 0x7010 /* for behind BootBox */ 130#define ROM_START 0x7010 /* for behind BootBox */
131 131
132/* Software controlled LED */
133#define CONFIG_LED LED_VIRTUAL
134
135#define CONFIG_LCD LCD_SSD1815 132#define CONFIG_LCD LCD_SSD1815
136 133
137#define BOOTFILE_EXT "logik" 134#define BOOTFILE_EXT "logik"
diff --git a/firmware/export/config-m200.h b/firmware/export/config-m200.h
index f9e64e8b14..3ec721cc7c 100644
--- a/firmware/export/config-m200.h
+++ b/firmware/export/config-m200.h
@@ -115,9 +115,6 @@
115/* Offset ( in the firmware file's header ) to the real data */ 115/* Offset ( in the firmware file's header ) to the real data */
116#define FIRMWARE_OFFSET_FILE_DATA 8 116#define FIRMWARE_OFFSET_FILE_DATA 8
117 117
118/* Software controlled LED */
119#define CONFIG_LED LED_VIRTUAL
120
121#define CONFIG_LCD LCD_SSD1815 118#define CONFIG_LCD LCD_SSD1815
122 119
123#define BOOTFILE_EXT "m200" 120#define BOOTFILE_EXT "m200"
diff --git a/firmware/export/config-m200v4.h b/firmware/export/config-m200v4.h
index 119bca8fe8..6e42fa2fe0 100644
--- a/firmware/export/config-m200v4.h
+++ b/firmware/export/config-m200v4.h
@@ -152,9 +152,6 @@
152 152
153#endif /* BOOTLOADER */ 153#endif /* BOOTLOADER */
154 154
155/* Software controlled LED */
156#define CONFIG_LED LED_VIRTUAL
157
158#define CONFIG_LCD LCD_SSD1815 155#define CONFIG_LCD LCD_SSD1815
159 156
160#define BOOTFILE_EXT "sansa" 157#define BOOTFILE_EXT "sansa"
diff --git a/firmware/export/config-meizu-m3.h b/firmware/export/config-meizu-m3.h
index 18228226e3..7da1759a61 100644
--- a/firmware/export/config-meizu-m3.h
+++ b/firmware/export/config-meizu-m3.h
@@ -142,9 +142,6 @@
142/* Define this if you have ATA power-off control */ 142/* Define this if you have ATA power-off control */
143//#define HAVE_ATA_POWER_OFF 143//#define HAVE_ATA_POWER_OFF
144 144
145/* Virtual LED (icon) */
146#define CONFIG_LED LED_VIRTUAL
147
148/* Offset ( in the firmware file's header ) to the file CRC */ 145/* Offset ( in the firmware file's header ) to the file CRC */
149#define FIRMWARE_OFFSET_FILE_CRC 0 146#define FIRMWARE_OFFSET_FILE_CRC 0
150 147
diff --git a/firmware/export/config-meizu-m6sl.h b/firmware/export/config-meizu-m6sl.h
index a8e387150d..033dc619a0 100644
--- a/firmware/export/config-meizu-m6sl.h
+++ b/firmware/export/config-meizu-m6sl.h
@@ -142,9 +142,6 @@
142/* Define this if you have ATA power-off control */ 142/* Define this if you have ATA power-off control */
143//#define HAVE_ATA_POWER_OFF 143//#define HAVE_ATA_POWER_OFF
144 144
145/* Virtual LED (icon) */
146#define CONFIG_LED LED_VIRTUAL
147
148/* Offset ( in the firmware file's header ) to the file CRC */ 145/* Offset ( in the firmware file's header ) to the file CRC */
149#define FIRMWARE_OFFSET_FILE_CRC 0 146#define FIRMWARE_OFFSET_FILE_CRC 0
150 147
diff --git a/firmware/export/config-meizu-m6sp.h b/firmware/export/config-meizu-m6sp.h
index 2325b479b1..b5aad58667 100644
--- a/firmware/export/config-meizu-m6sp.h
+++ b/firmware/export/config-meizu-m6sp.h
@@ -142,9 +142,6 @@
142/* Define this if you have ATA power-off control */ 142/* Define this if you have ATA power-off control */
143//#define HAVE_ATA_POWER_OFF 143//#define HAVE_ATA_POWER_OFF
144 144
145/* Virtual LED (icon) */
146#define CONFIG_LED LED_VIRTUAL
147
148/* Offset ( in the firmware file's header ) to the file CRC */ 145/* Offset ( in the firmware file's header ) to the file CRC */
149#define FIRMWARE_OFFSET_FILE_CRC 0 146#define FIRMWARE_OFFSET_FILE_CRC 0
150 147
diff --git a/firmware/export/config-mrobe100.h b/firmware/export/config-mrobe100.h
index 84d2ab14e1..4fdea149ae 100644
--- a/firmware/export/config-mrobe100.h
+++ b/firmware/export/config-mrobe100.h
@@ -179,9 +179,6 @@
179#define USB_VENDOR_ID 0x07B4 179#define USB_VENDOR_ID 0x07B4
180#define USB_PRODUCT_ID 0x0280 180#define USB_PRODUCT_ID 0x0280
181 181
182/* Virtual LED (icon) */
183#define CONFIG_LED LED_VIRTUAL
184
185/* Define this if you have adjustable CPU frequency */ 182/* Define this if you have adjustable CPU frequency */
186#define HAVE_ADJUSTABLE_CPU_FREQ 183#define HAVE_ADJUSTABLE_CPU_FREQ
187 184
diff --git a/firmware/export/config-mrobe500.h b/firmware/export/config-mrobe500.h
index 15ce1265c8..45733a644f 100644
--- a/firmware/export/config-mrobe500.h
+++ b/firmware/export/config-mrobe500.h
@@ -230,9 +230,6 @@
230/* Define this if you have ATA power-off control */ 230/* Define this if you have ATA power-off control */
231#define HAVE_ATA_POWER_OFF 231#define HAVE_ATA_POWER_OFF
232 232
233/* Virtual LED (icon) */
234#define CONFIG_LED LED_VIRTUAL
235
236/* define this if the backlight can be set to a brightness */ 233/* define this if the backlight can be set to a brightness */
237#define __BACKLIGHT_INIT 234#define __BACKLIGHT_INIT
238 235
diff --git a/firmware/export/config-ondavx747.h b/firmware/export/config-ondavx747.h
index c9f80e0a3d..dee18663d1 100644
--- a/firmware/export/config-ondavx747.h
+++ b/firmware/export/config-ondavx747.h
@@ -192,9 +192,6 @@
192/* define this if you have a flash memory storage */ 192/* define this if you have a flash memory storage */
193#define HAVE_FLASH_STORAGE 193#define HAVE_FLASH_STORAGE
194 194
195/* Virtual LED (icon) */
196#define CONFIG_LED LED_VIRTUAL
197
198/* Offset ( in the firmware file's header ) to the file CRC */ 195/* Offset ( in the firmware file's header ) to the file CRC */
199#define FIRMWARE_OFFSET_FILE_CRC 0 196#define FIRMWARE_OFFSET_FILE_CRC 0
200 197
diff --git a/firmware/export/config-ondavx767.h b/firmware/export/config-ondavx767.h
index 1d005b1d32..5aa755bfa4 100644
--- a/firmware/export/config-ondavx767.h
+++ b/firmware/export/config-ondavx767.h
@@ -148,9 +148,6 @@
148/* define this if you have a flash memory storage */ 148/* define this if you have a flash memory storage */
149#define HAVE_FLASH_STORAGE 149#define HAVE_FLASH_STORAGE
150 150
151/* Virtual LED (icon) */
152#define CONFIG_LED LED_VIRTUAL
153
154/* define this if the backlight can be set to a brightness */ 151/* define this if the backlight can be set to a brightness */
155#define __BACKLIGHT_INIT 152#define __BACKLIGHT_INIT
156 153
diff --git a/firmware/export/config-ondiofm.h b/firmware/export/config-ondiofm.h
index a8802dcea8..46011e650e 100644
--- a/firmware/export/config-ondiofm.h
+++ b/firmware/export/config-ondiofm.h
@@ -131,9 +131,6 @@
131/* define this if media can be exchanged on the fly */ 131/* define this if media can be exchanged on the fly */
132#define HAVE_HOTSWAP 132#define HAVE_HOTSWAP
133 133
134/* Virtual LED (icon) */
135#define CONFIG_LED LED_VIRTUAL
136
137#define CONFIG_LCD LCD_SSD1815 134#define CONFIG_LCD LCD_SSD1815
138 135
139#define BOOTFILE_EXT "ajz" 136#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-ondiosp.h b/firmware/export/config-ondiosp.h
index ba26713612..134f7e3cfa 100644
--- a/firmware/export/config-ondiosp.h
+++ b/firmware/export/config-ondiosp.h
@@ -112,9 +112,6 @@
112/* define this if media can be exchanged on the fly */ 112/* define this if media can be exchanged on the fly */
113#define HAVE_HOTSWAP 113#define HAVE_HOTSWAP
114 114
115/* Virtual LED (icon) */
116#define CONFIG_LED LED_VIRTUAL
117
118#define CONFIG_LCD LCD_SSD1815 115#define CONFIG_LCD LCD_SSD1815
119 116
120#define BOOTFILE_EXT "ajz" 117#define BOOTFILE_EXT "ajz"
diff --git a/firmware/export/config-sa9200.h b/firmware/export/config-sa9200.h
index 30aad93898..7af50b5145 100755
--- a/firmware/export/config-sa9200.h
+++ b/firmware/export/config-sa9200.h
@@ -177,9 +177,6 @@
177#define USE_ROCKBOX_USB 177#define USE_ROCKBOX_USB
178#endif 178#endif
179 179
180/* Virtual LED (icon) */
181#define CONFIG_LED LED_VIRTUAL
182
183/* Define this if you have adjustable CPU frequency */ 180/* Define this if you have adjustable CPU frequency */
184#define HAVE_ADJUSTABLE_CPU_FREQ 181#define HAVE_ADJUSTABLE_CPU_FREQ
185 182
diff --git a/firmware/export/config-tpj1022.h b/firmware/export/config-tpj1022.h
index d5f348132a..cdb1eb93ac 100644
--- a/firmware/export/config-tpj1022.h
+++ b/firmware/export/config-tpj1022.h
@@ -131,8 +131,6 @@
131#define HAVE_USBSTACK 131#define HAVE_USBSTACK
132#define USB_VENDOR_ID 0x07B4 132#define USB_VENDOR_ID 0x07B4
133#define USB_PRODUCT_ID 0x0280 133#define USB_PRODUCT_ID 0x0280
134/* Virtual LED (icon) */
135#define CONFIG_LED LED_VIRTUAL
136 134
137/* Define this if you have adjustable CPU frequency */ 135/* Define this if you have adjustable CPU frequency */
138#define HAVE_ADJUSTABLE_CPU_FREQ 136#define HAVE_ADJUSTABLE_CPU_FREQ
diff --git a/firmware/export/config-view.h b/firmware/export/config-view.h
index b8f25fe6db..4ba5d916ba 100644
--- a/firmware/export/config-view.h
+++ b/firmware/export/config-view.h
@@ -178,9 +178,6 @@
178#define USB_VENDOR_ID 0x0781 178#define USB_VENDOR_ID 0x0781
179#define USB_PRODUCT_ID 0x74b1 179#define USB_PRODUCT_ID 0x74b1
180 180
181/* Virtual LED (icon) */
182#define CONFIG_LED LED_VIRTUAL
183
184/* Define this if you have adjustable CPU frequency */ 181/* Define this if you have adjustable CPU frequency */
185/* #define HAVE_ADJUSTABLE_CPU_FREQ */ 182/* #define HAVE_ADJUSTABLE_CPU_FREQ */
186 183
diff --git a/firmware/export/config-yh820.h b/firmware/export/config-yh820.h
index 493c5a1c9f..4005ec0267 100644
--- a/firmware/export/config-yh820.h
+++ b/firmware/export/config-yh820.h
@@ -169,9 +169,6 @@
169#define USB_VENDOR_ID 0x04e8 169#define USB_VENDOR_ID 0x04e8
170#define USB_PRODUCT_ID 0x5023 170#define USB_PRODUCT_ID 0x5023
171 171
172/* Virtual LED (icon) */
173#define CONFIG_LED LED_VIRTUAL
174
175/* Define this if you have adjustable CPU frequency */ 172/* Define this if you have adjustable CPU frequency */
176#define HAVE_ADJUSTABLE_CPU_FREQ 173#define HAVE_ADJUSTABLE_CPU_FREQ
177 174
diff --git a/firmware/export/config-yh920.h b/firmware/export/config-yh920.h
index 7ef24ea862..e5a0fc8f71 100644
--- a/firmware/export/config-yh920.h
+++ b/firmware/export/config-yh920.h
@@ -175,9 +175,6 @@
175#define USB_VENDOR_ID 0x04e8 175#define USB_VENDOR_ID 0x04e8
176#define USB_PRODUCT_ID 0x5022 176#define USB_PRODUCT_ID 0x5022
177 177
178/* Virtual LED (icon) */
179#define CONFIG_LED LED_VIRTUAL
180
181/* Define this if you have adjustable CPU frequency */ 178/* Define this if you have adjustable CPU frequency */
182#define HAVE_ADJUSTABLE_CPU_FREQ 179#define HAVE_ADJUSTABLE_CPU_FREQ
183 180
diff --git a/firmware/export/config-yh925.h b/firmware/export/config-yh925.h
index 73d2fd4fbc..4119118678 100644
--- a/firmware/export/config-yh925.h
+++ b/firmware/export/config-yh925.h
@@ -173,9 +173,6 @@
173#define USB_VENDOR_ID 0x04e8 173#define USB_VENDOR_ID 0x04e8
174#define USB_PRODUCT_ID 0x5024 174#define USB_PRODUCT_ID 0x5024
175 175
176/* Virtual LED (icon) */
177#define CONFIG_LED LED_VIRTUAL
178
179/* Define this if you have adjustable CPU frequency */ 176/* Define this if you have adjustable CPU frequency */
180#define HAVE_ADJUSTABLE_CPU_FREQ 177#define HAVE_ADJUSTABLE_CPU_FREQ
181 178
diff --git a/firmware/export/config-yps3.h b/firmware/export/config-yps3.h
index a1485eadad..cd7cf5050a 100644
--- a/firmware/export/config-yps3.h
+++ b/firmware/export/config-yps3.h
@@ -144,9 +144,6 @@
144/* Define this if you have ATA power-off control */ 144/* Define this if you have ATA power-off control */
145//#define HAVE_ATA_POWER_OFF 145//#define HAVE_ATA_POWER_OFF
146 146
147/* Virtual LED (icon) */
148#define CONFIG_LED LED_VIRTUAL
149
150/* Offset ( in the firmware file's header ) to the file CRC */ 147/* Offset ( in the firmware file's header ) to the file CRC */
151#define FIRMWARE_OFFSET_FILE_CRC 0 148#define FIRMWARE_OFFSET_FILE_CRC 0
152 149
diff --git a/firmware/export/config.h b/firmware/export/config.h
index 13d272f7b7..331c7d75d9 100644
--- a/firmware/export/config.h
+++ b/firmware/export/config.h
@@ -479,7 +479,7 @@ Lyre prototype 1*/
479#endif 479#endif
480 480
481#ifndef CONFIG_LED 481#ifndef CONFIG_LED
482#define CONFIG_LED 0 482#define CONFIG_LED LED_VIRTUAL
483#endif 483#endif
484 484
485#ifndef CONFIG_CHARGING 485#ifndef CONFIG_CHARGING