MPEGPlayer: Skip to next file when there is a problem with a video file in all-play...
[kugel-rb.git] / firmware / export / config.h
blob8e9afe5937d57fd6481b424a81d2ff18436b1bbd
1 /***************************************************************************
2 * __________ __ ___.
3 * Open \______ \ ____ ____ | | _\_ |__ _______ ___
4 * Source | _// _ \_/ ___\| |/ /| __ \ / _ \ \/ /
5 * Jukebox | | ( <_> ) \___| < | \_\ ( <_> > < <
6 * Firmware |____|_ /\____/ \___ >__|_ \|___ /\____/__/\_ \
7 * \/ \/ \/ \/ \/
8 * $Id$
10 * Copyright (C) 2002 by Daniel Stenberg
12 * This program is free software; you can redistribute it and/or
13 * modify it under the terms of the GNU General Public License
14 * as published by the Free Software Foundation; either version 2
15 * of the License, or (at your option) any later version.
17 * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
18 * KIND, either express or implied.
20 ****************************************************************************/
22 #ifndef __CONFIG_H__
23 #define __CONFIG_H__
25 #include "autoconf.h"
27 /* symbolic names for multiple choice configurations: */
29 /* CONFIG_STORAGE (note these are combineable bit-flags) */
30 #define STORAGE_ATA 0x01
31 #define STORAGE_MMC 0x02
32 #define STORAGE_SD 0x04
33 #define STORAGE_NAND 0x08
34 #define STORAGE_RAMDISK 0x10
36 /* CONFIG_TUNER (note these are combineable bit-flags) */
37 #define S1A0903X01 0x01 /* Samsung */
38 #define TEA5767 0x02 /* Philips */
39 #define LV24020LP 0x04 /* Sanyo */
40 #define SI4700 0x08 /* Silicon Labs */
41 #define TEA5760 0x10 /* Philips */
42 #define LV240000 0x20 /* Sanyo */
43 #define IPOD_REMOTE_TUNER 0x40 /* Apple */
44 #define RDA5802 0x80 /* RDA Microelectronics */
46 /* CONFIG_CODEC */
47 #define MAS3587F 3587
48 #define MAS3507D 3507
49 #define MAS3539F 3539
50 #define SWCODEC 1 /* if codec is done by SW */
52 /* CONFIG_CPU */
53 #define SH7034 7034
54 #define MCF5249 5249
55 #define MCF5250 5250
56 #define PP5002 5002
57 #define PP5020 5020
58 #define PP5022 5022
59 #define PP5024 5024
60 #define PP6100 6100
61 #define PNX0101 101
62 #define S3C2440 2440
63 #define DSC25 25
64 #define DM320 320
65 #define IMX31L 31
66 #define TCC770 770
67 #define TCC771L 771
68 #define TCC773L 773
69 #define TCC7801 7801
70 #define S5L8700 8700
71 #define S5L8701 8701
72 #define S5L8702 8702
73 #define JZ4732 4732
74 #define AS3525 3525
75 #define AT91SAM9260 9260
76 #define AS3525v2 35252
78 /* platforms
79 * bit fields to allow PLATFORM_HOSTED to be OR'ed e.g. with a
80 * possible future PLATFORM_ANDROID (some OSes might need totally different
81 * handling to run on them than a stand-alone application) */
82 #define PLATFORM_NATIVE (1<<0)
83 #define PLATFORM_HOSTED (1<<1)
84 #define PLATFORM_ANDROID (1<<2)
85 #define PLATFORM_SDL (1<<3)
87 /* CONFIG_KEYPAD */
88 #define PLAYER_PAD 1
89 #define RECORDER_PAD 2
90 #define ONDIO_PAD 3
91 #define IRIVER_H100_PAD 4
92 #define IRIVER_H300_PAD 5
93 #define IAUDIO_X5M5_PAD 6
94 #define IPOD_4G_PAD 7
95 #define IPOD_3G_PAD 8
96 #define IPOD_1G2G_PAD 9
97 #define IRIVER_IFP7XX_PAD 10
98 #define GIGABEAT_PAD 11
99 #define IRIVER_H10_PAD 12
100 #define SANSA_E200_PAD 13
101 #define SANSA_C200_PAD 14
102 #define TATUNG_TPJ1022_PAD 15
103 #define ARCHOS_AV300_PAD 16
104 #define MROBE100_PAD 17
105 #define MROBE500_PAD 18
106 #define GIGABEAT_S_PAD 19
107 #define LOGIK_DAX_PAD 20
108 #define IAUDIO67_PAD 21
109 #define COWON_D2_PAD 22
110 #define IAUDIO_M3_PAD 23
111 #define CREATIVEZVM_PAD 24
112 #define SANSA_M200_PAD 25
113 #define CREATIVEZV_PAD 26
114 #define PHILIPS_SA9200_PAD 27
115 #define SANSA_C100_PAD 28
116 #define PHILIPS_HDD1630_PAD 29
117 #define MEIZU_M6SL_PAD 30
118 #define ONDAVX747_PAD 31
119 #define ONDAVX767_PAD 32
120 #define MEIZU_M6SP_PAD 33
121 #define MEIZU_M3_PAD 34
122 #define SANSA_CLIP_PAD 35
123 #define SANSA_FUZE_PAD 36
124 #define LYRE_PROTO1_PAD 37
125 #define SAMSUNG_YH_PAD 38
126 #define ONDAVX777_PAD 39
127 #define SAMSUNG_YPS3_PAD 40
128 #define MINI2440_PAD 41
129 #define PHILIPS_HDD6330_PAD 42
130 #define PBELL_VIBE500_PAD 43
131 #define MPIO_HD200_PAD 44
132 #define ANDROID_PAD 45
133 #define SDL_PAD 46
134 #define MPIO_HD300_PAD 47
136 /* CONFIG_REMOTE_KEYPAD */
137 #define H100_REMOTE 1
138 #define H300_REMOTE 2
139 #define IAUDIO_REMOTE 3
140 #define MROBE_REMOTE 4
142 /* CONFIG_BACKLIGHT_FADING */
143 /* No fading capabilities at all (yet) */
144 #define BACKLIGHT_NO_FADING 0x0
145 /* Backlight fading is controlled using a hardware PWM mechanism */
146 #define BACKLIGHT_FADING_PWM 0x1
147 /* Backlight is controlled using a software implementation
148 * BACKLIGHT_FADING_SW_SETTING means that backlight is turned on by only setting
149 * the brightness (i.e. no real difference between backlight_on and
150 * backlight_set_brightness)
151 * BACKLIGHT_FADING_SW_HW_REG means that backlight brightness is restored
152 * "in hardware", from a hardware register upon backlight_on
153 * Both types need to have minor adjustments in the software fading code */
154 #define BACKLIGHT_FADING_SW_SETTING 0x2
155 #define BACKLIGHT_FADING_SW_HW_REG 0x4
156 /* Backlight fading is done in a target specific way
157 * for example in hardware, but not controllable*/
158 #define BACKLIGHT_FADING_TARGET 0x8
160 /* CONFIG_CHARGING */
162 /* Generic types */
163 #define CHARGING_SIMPLE 1 /* Simple, hardware controlled charging
164 * (CPU cannot read charger state but may read
165 * when power is plugged-in). */
166 #define CHARGING_MONITOR 2 /* Hardware controlled charging with monitoring
167 * (CPU is able to read HW charging state and
168 * when power is plugged-in). */
170 /* Mostly target-specific code in the /target tree */
171 #define CHARGING_TARGET 3 /* Any algorithm - usually software controlled
172 * charging or specific programming is required to
173 * use the charging hardware. */
175 /* CONFIG_LCD */
176 #define LCD_SSD1815 1 /* as used by Archos Recorders and Ondios */
177 #define LCD_SSD1801 2 /* as used by Archos Player/Studio */
178 #define LCD_S1D15E06 3 /* as used by iRiver H100 series */
179 #define LCD_H300 4 /* as used by iRiver H300 series, exact model name is
180 unknown at the time of this writing */
181 #define LCD_X5 5 /* as used by iAudio X5 series, exact model name is
182 unknown at the time of this writing */
183 #define LCD_IPODCOLOR 6 /* as used by iPod Color/Photo */
184 #define LCD_IPODNANO 7 /* as used by iPod Nano */
185 #define LCD_IPODVIDEO 8 /* as used by iPod Video */
186 #define LCD_IPOD2BPP 9 /* as used by all fullsize greyscale iPods */
187 #define LCD_IPODMINI 10 /* as used by iPod Mini g1/g2 */
188 #define LCD_IFP7XX 11 /* as used by iRiver iFP 7xx/8xx */
189 #define LCD_GIGABEAT 12
190 #define LCD_H10_20GB 13 /* as used by iriver H10 20Gb */
191 #define LCD_H10_5GB 14 /* as used by iriver H10 5Gb */
192 #define LCD_TPJ1022 15 /* as used by Tatung Elio TPJ-1022 */
193 #define LCD_DSC25 16 /* as used by Archos AV300 */
194 #define LCD_C200 17 /* as used by Sandisk Sansa c200 */
195 #define LCD_MROBE500 18 /* as used by Olympus M:Robe 500i */
196 #define LCD_MROBE100 19 /* as used by Olympus M:Robe 100 */
197 #define LCD_LOGIKDAX 20 /* as used by Logik DAX - SSD1815 */
198 #define LCD_IAUDIO67 21 /* as used by iAudio 6/7 - unknown */
199 #define LCD_CREATIVEZVM 22 /* as used by Creative Zen Vision:M */
200 #define LCD_TL0350A 23 /* as used by the iAudio M3 remote, treated as main LCD */
201 #define LCD_COWOND2 24 /* as used by Cowon D2 - LTV250QV, TCC7801 driver */
202 #define LCD_SA9200 25 /* as used by the Philips SA9200 */
203 #define LCD_S6B33B2 26 /* as used by the Sansa c100 */
204 #define LCD_HDD1630 27 /* as used by the Philips HDD1630 */
205 #define LCD_MEIZUM6 28 /* as used by the Meizu M6SP and M6SL (various models) */
206 #define LCD_ONDAVX747 29 /* as used by the Onda VX747 */
207 #define LCD_ONDAVX767 30 /* as used by the Onda VX767 */
208 #define LCD_SSD1303 31 /* as used by the Sansa Clip */
209 #define LCD_FUZE 32 /* as used by the Sansa Fuze */
210 #define LCD_LYRE_PROTO1 33 /* as used by the Lyre prototype 1 */
211 #define LCD_YH925 34 /* as used by Samsung YH-925 (similar to the H10 20GB) */
212 #define LCD_VIEW 35 /* as used by the Sansa View */
213 #define LCD_NANO2G 36 /* as used by the iPod Nano 2nd Generation */
214 #define LCD_MINI2440 37 /* as used by the Mini2440 */
215 #define LCD_HDD6330 38 /* as used by the Philips HDD6330 */
216 #define LCD_VIBE500 39 /* as used by the Packard Bell Vibe 500 */
217 #define LCD_IPOD6G 40 /* as used by the iPod Nano 2nd Generation */
219 /* LCD_PIXELFORMAT */
220 #define HORIZONTAL_PACKING 1
221 #define VERTICAL_PACKING 2
222 #define HORIZONTAL_INTERLEAVED 3
223 #define VERTICAL_INTERLEAVED 4
224 #define RGB565 565
225 #define RGB565SWAPPED 3553
227 /* LCD_STRIDEFORMAT */
228 #define VERTICAL_STRIDE 1
229 #define HORIZONTAL_STRIDE 2
231 /* CONFIG_ORIENTATION */
232 #define SCREEN_PORTRAIT 0
233 #define SCREEN_LANDSCAPE 1
234 #define SCREEN_SQUARE 2
236 /* CONFIG_I2C */
237 #define I2C_NONE 0 /* For targets that do not use I2C - as the
238 Lyre prototype 1 */
239 #define I2C_PLAYREC 1 /* Archos Player/Recorder style */
240 #define I2C_ONDIO 2 /* Ondio style */
241 #define I2C_COLDFIRE 3 /* Coldfire style */
242 #define I2C_PP5002 4 /* PP5002 style */
243 #define I2C_PP5020 5 /* PP5020 style */
244 #define I2C_PNX0101 6 /* PNX0101 style */
245 #define I2C_S3C2440 7
246 #define I2C_PP5024 8 /* PP5024 style */
247 #define I2C_IMX31L 9
248 #define I2C_TCC77X 10
249 #define I2C_TCC780X 11
250 #define I2C_DM320 12 /* DM320 style */
251 #define I2C_S5L8700 13
252 #define I2C_JZ47XX 14 /* Ingenic Jz47XX style */
253 #define I2C_AS3525 15
254 #define I2C_S5L8702 16 /* Same as S5L8700, but with two channels */
256 /* CONFIG_LED */
257 #define LED_REAL 1 /* SW controlled LED (Archos recorders, player) */
258 #define LED_VIRTUAL 2 /* Virtual LED (icon) (Archos Ondio) */
259 /* else HW controlled LED (iRiver H1x0) */
261 /* CONFIG_NAND */
262 #define NAND_IFP7XX 1
263 #define NAND_TCC 2
264 #define NAND_SAMSUNG 3
265 #define NAND_CC 4 /* ChinaChip */
267 /* CONFIG_RTC */
268 #define RTC_M41ST84W 1 /* Archos Recorder */
269 #define RTC_PCF50605 2 /* iPod 3G, 4G & Mini */
270 #define RTC_PCF50606 3 /* iriver H300 */
271 #define RTC_S3C2440 4
272 #define RTC_E8564 5 /* iriver H10 */
273 #define RTC_AS3514 6 /* Sandisk Sansa series */
274 #define RTC_DS1339_DS3231 7 /* h1x0 RTC mod */
275 #define RTC_IMX31L 8
276 #define RTC_RX5X348AB 9
277 #define RTC_TCC77X 10
278 #define RTC_TCC780X 11
279 #define RTC_MR100 12
280 #define RTC_MC13783 13 /* Freescale MC13783 PMIC */
281 #define RTC_S5L8700 14
282 #define RTC_S35390A 15
283 #define RTC_JZ47XX 16 /* Ingenic Jz47XX */
284 #define RTC_NANO2G 17 /* This seems to be a PCF5063x */
285 #define RTC_D2 18 /* Either PCF50606 or PCF50635 */
286 #define RTC_S35380A 19
288 /* USB On-the-go */
289 #define USBOTG_M66591 6591 /* M:Robe 500 */
290 #define USBOTG_ISP1362 1362 /* iriver H300 */
291 #define USBOTG_ISP1583 1583 /* Creative Zen Vision:M */
292 #define USBOTG_M5636 5636 /* iAudio X5 */
293 #define USBOTG_ARC 5020 /* PortalPlayer 502x */
294 #define USBOTG_JZ4740 4740 /* Ingenic Jz4740/Jz4732 */
295 #define USBOTG_AS3525 3525 /* AMS AS3525 */
296 #define USBOTG_AS3525v2 3535 /* AMS AS3525v2 FIXME : same as S3C6400X */
297 #define USBOTG_S3C6400X 6400 /* Samsung S3C6400X, also used in the S5L8701/S5L8702/S5L8720 */
299 /* Multiple cores */
300 #define CPU 0
301 #define COP 1
303 /* now go and pick yours */
304 #if defined(ARCHOS_PLAYER)
305 #include "config/archosplayer.h"
306 #elif defined(ARCHOS_RECORDER)
307 #include "config/archosrecorder.h"
308 #elif defined(ARCHOS_FMRECORDER)
309 #include "config/archosfmrecorder.h"
310 #elif defined(ARCHOS_RECORDERV2)
311 #include "config/archosrecorderv2.h"
312 #elif defined(ARCHOS_ONDIOSP)
313 #include "config/archosondiosp.h"
314 #elif defined(ARCHOS_ONDIOFM)
315 #include "config/archosondiofm.h"
316 #elif defined(ARCHOS_AV300)
317 #include "config/archosav300.h"
318 #elif defined(IRIVER_H100)
319 #include "config/iriverh100.h"
320 #elif defined(IRIVER_H120)
321 #include "config/iriverh120.h"
322 #elif defined(IRIVER_H300)
323 #include "config/iriverh300.h"
324 #elif defined(IAUDIO_X5)
325 #include "config/iaudiox5.h"
326 #elif defined(IAUDIO_M5)
327 #include "config/iaudiom5.h"
328 #elif defined(IAUDIO_M3)
329 #include "config/iaudiom3.h"
330 #elif defined(IPOD_COLOR)
331 #include "config/ipodcolor.h"
332 #elif defined(IPOD_NANO)
333 #include "config/ipodnano1g.h"
334 #elif defined(IPOD_VIDEO)
335 #include "config/ipodvideo.h"
336 #elif defined(IPOD_1G2G)
337 #include "config/ipod1g2g.h"
338 #elif defined(IPOD_3G)
339 #include "config/ipod3g.h"
340 #elif defined(IPOD_4G)
341 #include "config/ipod4g.h"
342 #elif defined(IPOD_NANO2G)
343 #include "config/ipodnano2g.h"
344 #elif defined(IPOD_6G)
345 #include "config/ipod6g.h"
346 #elif defined(IRIVER_IFP7XX)
347 #include "config/iriverifp7xx.h"
348 #elif defined(GIGABEAT_F)
349 #include "config/gigabeatfx.h"
350 #elif defined(GIGABEAT_S)
351 #include "config/gigabeats.h"
352 #elif defined(IPOD_MINI)
353 #include "config/ipodmini1g.h"
354 #elif defined(IPOD_MINI2G)
355 #include "config/ipodmini2g.h"
356 #elif defined(IRIVER_H10)
357 #include "config/iriverh10.h"
358 #elif defined(IRIVER_H10_5GB)
359 #include "config/iriverh10_5gb.h"
360 #elif defined(SANSA_E200)
361 #include "config/sansae200.h"
362 #elif defined(SANSA_C200)
363 #include "config/sansac200.h"
364 #elif defined(SANSA_M200)
365 #include "config/sansam200.h"
366 #elif defined(TATUNG_TPJ1022)
367 #include "config/tatungtpj1022.h"
368 #elif defined(MROBE_100)
369 #include "config/mrobe100.h"
370 #elif defined(MROBE_500)
371 #include "config/mrobe500.h"
372 #elif defined(LOGIK_DAX)
373 #include "config/logikdax.h"
374 #elif defined(IAUDIO_7)
375 #include "config/iaudio7.h"
376 #elif defined(COWON_D2)
377 #include "config/cowond2.h"
378 #elif defined(CREATIVE_ZVM)
379 #include "config/zenvisionm30gb.h"
380 #elif defined(CREATIVE_ZVM60GB)
381 #include "config/zenvisionm60gb.h"
382 #elif defined(CREATIVE_ZV)
383 #include "config/zenvision.h"
384 #elif defined(PHILIPS_SA9200)
385 #include "config/gogearsa9200.h"
386 #elif defined(PHILIPS_HDD1630)
387 #include "config/gogearhdd1630.h"
388 #elif defined(PHILIPS_HDD6330)
389 #include "config/gogearhdd6330.h"
390 #elif defined(SANSA_C100)
391 #include "config/sansac100.h"
392 #elif defined(MEIZU_M6SL)
393 #include "config/meizum6sl.h"
394 #elif defined(MEIZU_M6SP)
395 #include "config/meizum6sp.h"
396 #elif defined(MEIZU_M3)
397 #include "config/meizum3.h"
398 #elif defined(ONDA_VX747) || defined(ONDA_VX747P)
399 #include "config/ondavx747.h"
400 #elif defined(ONDA_VX777)
401 #include "config/ondavx777.h"
402 #elif defined(ONDA_VX767)
403 #include "config/ondavx767.h"
404 #elif defined(SANSA_CLIP)
405 #include "config/sansaclip.h"
406 #elif defined(SANSA_CLIPV2)
407 #include "config/sansaclipv2.h"
408 #elif defined(SANSA_CLIPPLUS)
409 #include "config/sansaclipplus.h"
410 #elif defined(SANSA_E200V2)
411 #include "config/sansae200v2.h"
412 #elif defined(SANSA_M200V4)
413 #include "config/sansam200v4.h"
414 #elif defined(SANSA_FUZE)
415 #include "config/sansafuze.h"
416 #elif defined(SANSA_FUZEV2)
417 #include "config/sansafuzev2.h"
418 #elif defined(SANSA_C200V2)
419 #include "config/sansac200v2.h"
420 #elif defined(SANSA_VIEW)
421 #include "config/sansaview.h"
422 #elif defined(LYRE_PROTO1)
423 #include "config/lyreproto1.h"
424 #elif defined(MINI2440)
425 #include "config/mini2440.h"
426 #elif defined(SAMSUNG_YH820)
427 #include "config/samsungyh820.h"
428 #elif defined(SAMSUNG_YH920)
429 #include "config/samsungyh920.h"
430 #elif defined(SAMSUNG_YH925)
431 #include "config/samsungyh925.h"
432 #elif defined(SAMSUNG_YPS3)
433 #include "config/samsungyps3.h"
434 #elif defined(PBELL_VIBE500)
435 #include "config/vibe500.h"
436 #elif defined(MPIO_HD200)
437 #include "config/mpiohd200.h"
438 #elif defined(MPIO_HD300)
439 #include "config/mpiohd300.h"
441 #elif defined(APPLICATION)
442 #include "config/application.h"
443 #define CONFIG_CPU 0
444 #define CONFIG_STORAGE 0
445 #else
446 /* no known platform */
447 #endif
449 /* keep this include after the target configs */
450 #ifdef SIMULATOR
451 #include "config/sim.h"
452 #endif
454 #ifndef CONFIG_PLATFORM
455 #define CONFIG_PLATFORM PLATFORM_NATIVE
456 #endif
458 /* setup basic macros from capability masks */
459 #include "config_caps.h"
461 /* setup CPU-specific defines */
463 /* define for all cpus from SH family */
464 #if (CONFIG_CPU == SH7034)
465 #define CPU_SH
466 #endif
468 /* define for all cpus from coldfire family */
469 #if (CONFIG_CPU == MCF5249) || (CONFIG_CPU == MCF5250)
470 #define CPU_COLDFIRE
471 #endif
473 /* define for all cpus from PP family */
474 #if (CONFIG_CPU == PP5002)
475 #define CPU_PP
476 #elif (CONFIG_CPU == PP5020) || (CONFIG_CPU == PP5022) \
477 || (CONFIG_CPU == PP5024) || (CONFIG_CPU == PP6100)
478 #define CPU_PP
479 #define CPU_PP502x
480 #endif
482 /* define for all cpus from S5L870X family */
483 #if (CONFIG_CPU == S5L8700) || (CONFIG_CPU == S5L8701) || (CONFIG_CPU == S5L8702)
484 #define CPU_S5L870X
485 #endif
487 /* define for all cpus from TCC77X family */
488 #if (CONFIG_CPU == TCC771L) || (CONFIG_CPU == TCC773L) || (CONFIG_CPU == TCC770)
489 #define CPU_TCC77X
490 #endif
492 /* define for all cpus from TCC780 family */
493 #if (CONFIG_CPU == TCC7801)
494 #define CPU_TCC780X
495 #endif
497 /* define for all cpus from ARM7TDMI family (for specific optimisations) */
498 #if defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == DSC25)
499 #define CPU_ARM7TDMI
500 #endif
502 /* define for all cpus from ARM family */
503 #if (CONFIG_CPU == IMX31L)
504 #define CPU_ARM
505 #define ARM_ARCH 6 /* ARMv6 */
507 #elif defined(CPU_TCC77X) || defined(CPU_TCC780X) || (CONFIG_CPU == DM320) \
508 || (CONFIG_CPU == AT91SAM9260) || (CONFIG_CPU == AS3525v2) \
509 || (CONFIG_CPU == S5L8702) || (CONFIG_PLATFORM & PLATFORM_ANDROID)
510 #define CPU_ARM
511 #define ARM_ARCH 5 /* ARMv5 */
513 #elif defined(CPU_PP) || (CONFIG_CPU == PNX0101) || (CONFIG_CPU == S3C2440) \
514 || (CONFIG_CPU == DSC25) || defined(CPU_S5L870X) || (CONFIG_CPU == AS3525)
515 #define CPU_ARM
516 #define ARM_ARCH 4 /* ARMv4 */
517 #endif
519 #if (CONFIG_CPU == JZ4732)
520 #define CPU_MIPS 32
521 #endif
523 /* now set any CONFIG_ defines correctly if they are not used,
524 No need to do this on CONFIG_'s which are compulsory (e.g CONFIG_CODEC ) */
526 #if !defined(CONFIG_BACKLIGHT_FADING)
527 #define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
528 #endif
530 #ifndef CONFIG_TUNER
531 #define CONFIG_TUNER 0
532 #endif
534 #ifndef CONFIG_USBOTG
535 #define CONFIG_USBOTG 0
536 #endif
538 #ifndef CONFIG_LED
539 #define CONFIG_LED LED_VIRTUAL
540 #endif
542 #ifndef CONFIG_CHARGING
543 #define CONFIG_CHARGING 0
544 #endif
546 #ifndef CONFIG_RTC
547 #define CONFIG_RTC 0
548 #endif
550 #ifndef CONFIG_ORIENTATION
551 #if LCD_HEIGHT > LCD_WIDTH
552 #define CONFIG_ORIENTATION SCREEN_PORTRAIT
553 #elif LCD_HEIGHT < LCD_WIDTH
554 #define CONFIG_ORIENTATION SCREEN_LANDSCAPE
555 #else
556 #define CONFIG_ORIENTATION SCREEN_SQUARE
557 #endif
558 #endif
560 /* Pixel aspect ratio is defined in terms of a multiplier for pixel width and
561 * height, and is set to 1:1 if the target does not set a value
563 #ifndef LCD_PIXEL_ASPECT_HEIGHT
564 #define LCD_PIXEL_ASPECT_HEIGHT 1
565 #endif
566 #ifndef LCD_PIXEL_ASPECT_WIDTH
567 #define LCD_PIXEL_ASPECT_WIDTH 1
568 #endif
570 /* Used for split displays (Sansa Clip). Set to 0 otherwise */
571 #ifndef LCD_SPLIT_LINES
572 #define LCD_SPLIT_LINES 0
573 #endif
575 /* Simulator LCD dimensions. Set to standard dimensions if undefined */
576 #ifndef SIM_LCD_WIDTH
577 #define SIM_LCD_WIDTH LCD_WIDTH
578 #endif
579 #ifndef SIM_LCD_HEIGHT
580 #define SIM_LCD_HEIGHT (LCD_HEIGHT + LCD_SPLIT_LINES)
581 #endif
583 #ifdef HAVE_REMOTE_LCD
584 #ifndef SIM_REMOTE_WIDTH
585 #define SIM_REMOTE_WIDTH LCD_REMOTE_WIDTH
586 #endif
587 #ifndef SIM_REMOTE_HEIGHT
588 #define SIM_REMOTE_HEIGHT LCD_REMOTE_HEIGHT
589 #endif
590 #endif /* HAVE_REMOTE_LCD */
592 /* define this in the target config.h to use a different size */
593 #ifndef CONFIG_DEFAULT_ICON_HEIGHT
594 #define CONFIG_DEFAULT_ICON_HEIGHT 8
595 #endif
596 #ifndef CONFIG_DEFAULT_ICON_WIDTH
597 #define CONFIG_DEFAULT_ICON_WIDTH 6
598 #endif
599 #ifndef CONFIG_REMOTE_DEFAULT_ICON_HEIGHT
600 #define CONFIG_REMOTE_DEFAULT_ICON_HEIGHT 8
601 #endif
602 #ifndef CONFIG_REMOTE_DEFAULT_ICON_WIDTH
603 #define CONFIG_REMOTE_DEFAULT_ICON_WIDTH 6
604 #endif
606 #if (CONFIG_TUNER & (CONFIG_TUNER - 1)) != 0
607 /* Multiple possible tuners */
608 #define CONFIG_TUNER_MULTI
609 #endif
611 /* deactivate fading in bootloader */
612 #if defined(BOOTLOADER)
613 #undef CONFIG_BACKLIGHT_FADING
614 #define CONFIG_BACKLIGHT_FADING BACKLIGHT_NO_FADING
615 #endif
617 /* determine which setting/manual text to use */
618 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_PWM)
620 /* possibly overridden in target config */
621 #if !defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING) \
622 && !defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
623 #define HAVE_BACKLIGHT_FADING_INT_SETTING
624 #endif
626 #elif (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
627 || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG) \
628 || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_TARGET)
630 /* possibly overridden in target config */
631 #if !defined(HAVE_BACKLIGHT_FADING_BOOL_SETTING) \
632 && !defined(HAVE_BACKLIGHT_FADING_INT_SETTING)
633 #define HAVE_BACKLIGHT_FADING_BOOL_SETTING
634 #endif
636 #endif /* CONFIG_BACKLIGHT_FADING */
638 /* Storage related config handling */
640 #if (CONFIG_STORAGE & (CONFIG_STORAGE - 1)) != 0
641 /* Multiple storage drivers */
642 #define CONFIG_STORAGE_MULTI
643 #endif
645 /* Explicit HAVE_MULTIVOLUME in the config file. Allow the maximum number */
646 #ifdef HAVE_MULTIVOLUME
647 #define NUM_VOLUMES_PER_DRIVE 4
648 #else
649 #define NUM_VOLUMES_PER_DRIVE 1
650 #endif
651 #if defined(CONFIG_STORAGE_MULTI) && !defined(HAVE_MULTIDRIVE)
652 #define HAVE_MULTIDRIVE
653 #endif
655 #if defined(HAVE_MULTIDRIVE) && !defined(HAVE_MULTIVOLUME)
656 #define HAVE_MULTIVOLUME
657 #endif
659 #if defined(HAVE_MULTIDRIVE) && !defined(NUM_DRIVES)
660 #error HAVE_MULTIDRIVE needs to have an explicit NUM_DRIVES
661 #endif
663 #ifndef NUM_DRIVES
664 #define NUM_DRIVES 1
665 #endif
667 #define NUM_VOLUMES (NUM_DRIVES * NUM_VOLUMES_PER_DRIVE)
669 #if defined(BOOTLOADER) && defined(HAVE_ADJUSTABLE_CPU_FREQ)
670 /* Bootloaders don't use CPU frequency adjustment */
671 #undef HAVE_ADJUSTABLE_CPU_FREQ
672 #endif
674 /* Enable the directory cache and tagcache in RAM if we have
675 * plenty of RAM. Both features can be enabled independently. */
676 #if (MEMORYSIZE >= 8) && !defined(BOOTLOADER) && !defined(__PCTOOL__) \
677 && !defined(APPLICATION)
678 #define HAVE_DIRCACHE
679 #ifdef HAVE_TAGCACHE
680 #define HAVE_TC_RAMCACHE
681 #endif
682 #endif
684 #if defined(HAVE_TAGCACHE) && defined(HAVE_LCD_BITMAP)
685 #define HAVE_PICTUREFLOW_INTEGRATION
686 #endif
688 /* Add one HAVE_ define for all mas35xx targets */
689 #if (CONFIG_CODEC == MAS3587F) || (CONFIG_CODEC == MAS3507D) || (CONFIG_CODEC == MAS3539F)
690 #define HAVE_MAS35XX
691 #endif
693 #if (CONFIG_CODEC == SWCODEC)
694 #ifdef BOOTLOADER
696 #if CONFIG_CPU == IMX31L
697 /* Priority in bootloader is wanted */
698 #define HAVE_PRIORITY_SCHEDULING
699 #define USB_STATUS_BY_EVENT
700 #define USB_DETECT_BY_DRV
701 #endif
703 #else /* !BOOTLOADER */
705 #define HAVE_EXTENDED_MESSAGING_AND_NAME
706 #define HAVE_WAKEUP_EXT_CB
709 #if (CONFIG_PLATFORM & PLATFORM_ANDROID)
710 #define HAVE_PRIORITY_SCHEDULING
711 #endif
713 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
714 #define HAVE_PRIORITY_SCHEDULING
715 #define HAVE_SCHEDULER_BOOSTCTRL
716 #endif /* PLATFORM_NATIVE */
719 #define HAVE_SEMAPHORE_OBJECTS
721 #if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_ARC
722 #define USB_STATUS_BY_EVENT
723 #define USB_DETECT_BY_DRV
724 #if CONFIG_CPU != IMX31L
725 #define INCLUDE_TIMEOUT_API
726 #endif
727 #endif /* HAVE_USBSTACK && USBOTG_ARC */
729 #if defined(HAVE_USBSTACK) && CONFIG_USBOTG == USBOTG_AS3525
730 #define USB_DETECT_BY_DRV
731 #endif /* HAVE_USBSTACK && USBOTG_AS3525 */
733 #endif /* BOOTLOADER */
735 #if defined(HAVE_USBSTACK) || (CONFIG_CPU == JZ4732) \
736 || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) \
737 || defined(CPU_S5L870X) || (CONFIG_CPU == S3C2440) \
738 || defined(APPLICATION)
739 #define HAVE_WAKEUP_OBJECTS
740 #endif
742 /*include support for crossfading - requires significant PCM buffer space*/
743 #if MEMORYSIZE > 2
744 #define HAVE_CROSSFADE
745 #endif
747 #endif /* (CONFIG_CODEC == SWCODEC) */
749 /* Determine if accesses should be strictly long aligned. */
750 #if (CONFIG_CPU == SH7034) || defined(CPU_ARM) || defined(CPU_MIPS)
751 #define ROCKBOX_STRICT_ALIGN 1
752 #endif
754 #if defined(CPU_ARM) && defined(__ASSEMBLER__)
755 /* ARMv4T doesn't switch the T bit when popping pc directly, we must use BX */
756 .macro ldmpc cond="", order="ia", regs
757 #if ARM_ARCH == 4 && defined(USE_THUMB)
758 ldm\cond\order sp!, { \regs, lr }
759 bx\cond lr
760 #else
761 ldm\cond\order sp!, { \regs, pc }
762 #endif
763 .endm
764 .macro ldrpc cond=""
765 #if ARM_ARCH == 4 && defined(USE_THUMB)
766 ldr\cond lr, [sp], #4
767 bx\cond lr
768 #else
769 ldr\cond pc, [sp], #4
770 #endif
771 .endm
772 #endif
774 #ifndef CODEC_SIZE
775 #define CODEC_SIZE 0
776 #endif
778 /* This attribute can be used to ensure that certain symbols are never profiled
779 * which can be important as profiling a function de-inlines it */
780 #ifdef RB_PROFILE
781 #define NO_PROF_ATTR __attribute__ ((no_instrument_function))
782 #else
783 #define NO_PROF_ATTR
784 #endif
786 /* IRAM usage */
787 #if (CONFIG_PLATFORM & PLATFORM_NATIVE) && /* Not for hosted environments */ \
788 (((CONFIG_CPU == SH7034) && !defined(PLUGIN)) || /* SH1 archos: core only */ \
789 defined(CPU_COLDFIRE) || /* Coldfire: core, plugins, codecs */ \
790 defined(CPU_PP) || /* PortalPlayer: core, plugins, codecs */ \
791 (CONFIG_CPU == AS3525 && MEMORYSIZE > 2 && !defined(BOOTLOADER)) || /* AS3525 +2MB: core, plugins, codecs */ \
792 (CONFIG_CPU == AS3525 && MEMORYSIZE <= 2 && !defined(PLUGIN) && !defined(CODEC) && !defined(BOOTLOADER)) || /* AS3525 2MB: core only */ \
793 (CONFIG_CPU == AS3525v2 && !defined(PLUGIN) && !defined(CODEC) && !defined(BOOTLOADER)) || /* AS3525v2: core only */ \
794 (CONFIG_CPU == PNX0101) || \
795 (CONFIG_CPU == TCC7801) || \
796 defined(CPU_S5L870X)) || /* Samsung S5L8700: core, plugins, codecs */ \
797 (CONFIG_CPU == JZ4732 && !defined(PLUGIN) && !defined(CODEC)) /* Jz4740: core only */
798 #define ICODE_ATTR __attribute__ ((section(".icode")))
799 #define ICONST_ATTR __attribute__ ((section(".irodata")))
800 #define IDATA_ATTR __attribute__ ((section(".idata")))
801 #define IBSS_ATTR __attribute__ ((section(".ibss")))
802 #define USE_IRAM
803 #if CONFIG_CPU != SH7034 && (CONFIG_CPU != AS3525 || MEMORYSIZE > 2) \
804 && CONFIG_CPU != JZ4732 && CONFIG_CPU != AS3525v2
805 #define PLUGIN_USE_IRAM
806 #endif
807 #if defined(CPU_ARM) && !defined(__ARM_EABI__)
808 /* GCC quirk workaround: arm-elf-gcc treats static functions as short_call
809 * when not compiling with -ffunction-sections, even when the function has
810 * a section attribute.
811 * This is fixed with eabi since all calls are short ones by default */
812 #define STATICIRAM
813 #else
814 #define STATICIRAM static
815 #endif
816 #else
817 #define ICODE_ATTR
818 #define ICONST_ATTR
819 #define IDATA_ATTR
820 #define IBSS_ATTR
821 #define STATICIRAM static
822 #endif
824 #if (defined(CPU_PP) || (CONFIG_CPU == AS3525) || (CONFIG_CPU == AS3525v2) || \
825 (CONFIG_CPU == IMX31L)) \
826 && (CONFIG_PLATFORM & PLATFORM_NATIVE) && !defined(BOOTLOADER)
827 /* Functions that have INIT_ATTR attached are NOT guaranteed to survive after
828 * root_menu() has been called. Their code may be overwritten by other data or
829 * code in order to save RAM, and references to them might point into
830 * zombie area.
832 * It is critical that you make sure these functions are only called before
833 * the final call to root_menu() (see apps/main.c) is called (i.e. basically
834 * only while main() runs), otherwise things may go wild,
835 * from crashes to freezes to exploding daps.
837 #define INIT_ATTR __attribute__ ((section(".init")))
838 #define HAVE_INIT_ATTR
839 #else
840 #define INIT_ATTR
841 #endif
843 #if (CONFIG_PLATFORM & PLATFORM_HOSTED) && defined(__APPLE__)
844 #define DATA_ATTR __attribute__ ((section("__DATA, .data")))
845 #else
846 #define DATA_ATTR __attribute__ ((section(".data")))
847 #endif
849 #ifndef IRAM_LCDFRAMEBUFFER
850 /* if the LCD framebuffer has not been moved to IRAM, define it empty here */
851 #define IRAM_LCDFRAMEBUFFER
852 #endif
854 /* Change this if you want to build a single-core firmware for a multicore
855 * target for debugging */
856 #if defined(BOOTLOADER) || (CONFIG_CPU == PP6100)
857 #define FORCE_SINGLE_CORE
858 #endif
860 #if defined(CPU_PP)
861 #define IDLE_STACK_SIZE 0x80
862 #define IDLE_STACK_WORDS 0x20
864 /* Attributes to place data in uncached DRAM */
865 /* These are useful beyond dual-core and ultimately beyond PP since they may
866 * be used for DMA buffers and such without cache maintenence calls. */
867 #define NOCACHEBSS_ATTR __attribute__((section(".ncbss"),nocommon))
868 #define NOCACHEDATA_ATTR __attribute__((section(".ncdata"),nocommon))
870 #if !defined(FORCE_SINGLE_CORE)
872 #define NUM_CORES 2
873 #define HAVE_CORELOCK_OBJECT
874 #define CURRENT_CORE current_core()
875 /* Attributes for core-shared data in DRAM where IRAM is better used for other
876 * purposes. */
877 #define SHAREDBSS_ATTR NOCACHEBSS_ATTR
878 #define SHAREDDATA_ATTR NOCACHEDATA_ATTR
880 #define IF_COP(...) __VA_ARGS__
881 #define IF_COP_VOID(...) __VA_ARGS__
882 #define IF_COP_CORE(core) core
884 #endif /* !defined(FORCE_SINGLE_CORE) */
886 #endif /* CPU_PP */
888 #if CONFIG_CPU == IMX31L
889 #define NOCACHEBSS_ATTR __attribute__((section(".ncbss"),nocommon))
890 #define NOCACHEDATA_ATTR __attribute__((section(".ncdata"),nocommon))
891 #endif
893 #ifndef NUM_CORES
894 /* Default to single core */
895 #define NUM_CORES 1
896 #define CURRENT_CORE CPU
897 /* Attributes for core-shared data in DRAM - no caching considerations */
898 #define SHAREDBSS_ATTR
899 #define SHAREDDATA_ATTR
900 #ifndef NOCACHEBSS_ATTR
901 #define NOCACHEBSS_ATTR
902 #define NOCACHEDATA_ATTR
903 #endif
905 #define IF_COP(...)
906 #define IF_COP_VOID(...) void
907 #define IF_COP_CORE(core) CURRENT_CORE
909 #endif /* NUM_CORES */
911 #ifdef HAVE_HEADPHONE_DETECTION
912 /* Timeout objects required if headphone detection is enabled */
913 #ifndef INCLUDE_TIMEOUT_API
914 #define INCLUDE_TIMEOUT_API
915 #endif
916 #endif /* HAVE_HEADPHONE_DETECTION */
918 #ifdef HAVE_TOUCHSCREEN
919 /* Timeout objects required for kinetic list scrolling */
920 #undef INCLUDE_TIMEOUT_API
921 #define INCLUDE_TIMEOUT_API
922 #endif /* HAVE_TOUCHSCREEN */
924 #if defined(HAVE_USB_CHARGING_ENABLE) && defined(HAVE_USBSTACK)
925 /* USB charging support in the USB stack requires timeout objects */
926 #ifndef INCLUDE_TIMEOUT_API
927 #define INCLUDE_TIMEOUT_API
928 #endif
929 #endif /* HAVE_USB_CHARGING_ENABLE && HAVE_USBSTACK */
931 #if defined(HAVE_USBSTACK) || (CONFIG_STORAGE & STORAGE_NAND)
932 #define STORAGE_GET_INFO
933 #endif
935 #ifdef CPU_MIPS
936 #include <stdbool.h> /* MIPS GCC fix? */
937 #endif
939 #if defined(HAVE_USBSTACK)
940 /* Define the implemented USB transport classes */
941 #if CONFIG_USBOTG == USBOTG_ISP1583
942 #define USB_HAS_BULK
943 #elif (CONFIG_USBOTG == USBOTG_ARC) || \
944 (CONFIG_USBOTG == USBOTG_JZ4740) || \
945 (CONFIG_USBOTG == USBOTG_M66591) || \
946 (CONFIG_USBOTG == USBOTG_AS3525)
947 #define USB_HAS_BULK
948 #define USB_HAS_INTERRUPT
949 #elif defined(CPU_TCC780X) || defined(CPU_TCC77X)
950 #define USB_HAS_BULK
951 #elif CONFIG_USBOTG == USBOTG_S3C6400X || CONFIG_USBOTG == USBOTG_AS3525v2
952 #define USB_HAS_BULK
953 //#define USB_HAS_INTERRUPT -- seems to be broken
954 #endif /* CONFIG_USBOTG */
956 #if (CONFIG_USBOTG == USBOTG_ARC) || \
957 (CONFIG_USBOTG == USBOTG_AS3525)
958 #define USB_HAS_ISOCHRONOUS
959 #endif
961 /* define the class drivers to enable */
962 #ifdef BOOTLOADER
964 /* enable usb storage for targets that do bootloader usb */
965 #if (defined(TOSHIBA_GIGABEAT_S) || \
966 (defined(CREATIVE_ZVx) || \
967 defined(CPU_TCC77X) || defined(CPU_TCC780X))) || \
968 (CONFIG_USBOTG == USBOTG_JZ4740) || defined(IPOD_NANO2G) || \
969 CONFIG_USBOTG == USBOTG_AS3525
970 #define USB_ENABLE_STORAGE
971 #endif
973 #else /* BOOTLOADER */
975 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
976 #ifdef USB_HAS_BULK
977 //#define USB_ENABLE_SERIAL
978 #ifdef USE_ROCKBOX_USB
979 #define USB_ENABLE_STORAGE
980 #endif /* USE_ROCKBOX_USB */
981 #endif /* USB_HAS_BULK */
983 #ifdef USB_HAS_INTERRUPT
984 #define USB_ENABLE_HID
985 #else
986 #define USB_ENABLE_CHARGING_ONLY
987 #endif
988 #endif
990 #endif /* BOOTLOADER */
992 #endif /* HAVE_USBSTACK */
994 /* This attribute can be used to enable to detection of plugin file handles leaks.
995 * When enabled, the plugin core will monitor open/close/creat and when the plugin exits
996 * will display an error message if the plugin leaked some file handles */
997 #if (CONFIG_PLATFORM & PLATFORM_NATIVE)
998 #define HAVE_PLUGIN_CHECK_OPEN_CLOSE
999 #endif
1001 #if defined(HAVE_DIRCACHE) && (CONFIG_PLATFORM & PLATFORM_NATIVE)
1002 #define HAVE_IO_PRIORITY
1003 #endif
1005 #endif /* __CONFIG_H__ */