8 #ifdef ROCKBOX_HAS_LOGF
10 #endif /* ROCKBOX_HAS_LOGF */
14 #endif /* RB_PROFILE */
19 #endif /* SIMULATOR */
33 #endif /* SIMULATOR */
36 #endif /* HAVE_DIRCACHE */
38 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
40 #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
63 #ifdef HAVE_LCD_CHARCELLS
64 drivers/lcd-charcell.c
65 drivers/lcd-charset-player.c
66 #endif /* HAVE_LCD_CHARCELLS */
68 #ifdef HAVE_LCD_BITMAP
76 drivers/lcd-1bit-vert.c
78 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
79 drivers/lcd-2bit-horz.c
80 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
81 drivers/lcd-2bit-vert.c
82 #endif /* LCD_PIXELFORMAT */
85 #endif /* LCD_DEPTH */
86 #endif /* HAVE_LCD_BITMAP */
88 #ifdef HAVE_REMOTE_LCD
89 #if LCD_REMOTE_DEPTH == 1
90 drivers/lcd-remote-1bit-v.c
91 #elif LCD_REMOTE_DEPTH == 2
92 drivers/lcd-remote-2bit-vi.c
93 #endif /* LCD_REMOTE_DEPTH */
94 #endif /* HAVE_REMOTE_LCD */
100 #endif /* TARGET_TREE */
105 #endif /* SIMULATOR */
111 #else /* !HAVE_MMC */
112 #ifdef HAVE_FLASH_DISK
114 #else /* !HAVE_FLASH_DISK */
117 #endif /* SANSA_E200 */
118 #endif /* HAVE_FLASH_DISK */
119 #endif /* HAVE_MMC */
124 #endif /* SIMULATOR */
128 drivers/eeprom_24cxx.c
129 #ifdef HAVE_EEPROM_SETTINGS
131 #endif /* HAVE_EEPROM_SETTINGS */
132 #endif /* HAVE_EEPROM */
136 #if (CONFIG_RTC == RTC_M41ST84W)
137 drivers/rtc/rtc_m41st84w.c
138 #elif (CONFIG_RTC == RTC_PCF50606)
139 drivers/rtc/rtc_pcf50606.c
140 #elif (CONFIG_RTC == RTC_PCF50605)
141 drivers/rtc/rtc_pcf50605.c
142 #elif (CONFIG_RTC == RTC_E8564)
143 drivers/rtc/rtc_e8564.c
144 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
145 drivers/rtc/rtc_ds1339_ds3231.c
146 #elif (CONFIG_RTC == RTC_S3C2440)
147 drivers/rtc/rtc_s3c2440.c
148 #elif (CONFIG_RTC == RTC_AS3514)
149 drivers/rtc/rtc_as3514.c
150 #endif /* (CONFIG_RTC == RTC_) */
151 #endif /* SIMULATOR */
157 #if (CONFIG_TUNER & LV24020LP)
158 drivers/tuner/lv24020lp.c
159 #endif /* (CONFIG_TUNER & LV24020LP) */
160 #if (CONFIG_TUNER & S1A0903X01)
162 drivers/tuner/s1a0903x01.c
163 #endif /* (CONFIG_TUNER & S1A0903X01) */
164 #if (CONFIG_TUNER & TEA5767)
165 drivers/fmradio_i2c.c
166 drivers/tuner/tea5767.c
167 #endif /* (CONFIG_TUNER & TEA5767) */
168 #endif /*SIMULATOR */
169 #endif /* CONFIG_TUNER */
172 #if CONFIG_CODEC != SWCODEC
174 #endif /* CONFIG_CODEC != SWCODEC */
178 #if CONFIG_CODEC == SWCODEC
186 #endif /* SIMULATOR */
187 #ifdef HAVE_RECORDING
191 #endif /* SIMULATOR */
192 #endif /* HAVE_RECORDING */
193 #endif /* BOOTLOADER */
201 #endif /* SIMULATOR */
202 #endif /* BOOTLOADER */
208 #if defined(HAVE_UDA1380)
209 drivers/audio/uda1380.c
210 #elif defined(HAVE_WM8751)
211 drivers/audio/wm8751.c
212 #elif defined(HAVE_WM8975)
213 drivers/audio/wm8975.c
214 #elif defined(HAVE_WM8758)
215 drivers/audio/wm8758.c
216 #elif defined(HAVE_WM8731) || defined(HAVE_WM8721)
217 drivers/audio/wm8731l.c
218 #elif defined(HAVE_AS3514)
219 drivers/audio/as3514.c
220 #elif defined(HAVE_TLV320)
221 drivers/audio/tlv320.c
222 #elif defined(HAVE_MAS35XX)
223 drivers/audio/mas35xx.c
224 #endif /* defined(HAVE_*) */
225 #endif /* SIMULATOR */
228 #if !defined(SIMULATOR)
229 #if CONFIG_USBOTG == USBOTG_ISP1362
232 #if defined(SANSA_E200) || !defined(BOOTLOADER)
233 #if CONFIG_USBOTG == USBOTG_M5636
235 #elif CONFIG_USBOTG == USBOTG_ARC
237 #endif /* CONFIG_USBOTG */
238 #endif /* !defined(BOOTLOADER) */
239 #endif /* !defined(SIMULATOR) */
241 /* CPU Specific - By class then particular chip if applicable */
250 target/sh/memcpy-sh.S
251 target/sh/memmove-sh.S
252 target/sh/memset-sh.S
253 target/sh/strlen-sh.S
254 target/sh/system-sh.c
255 #endif /* SIMULATOR */
257 #elif defined(CPU_COLDFIRE)
260 target/coldfire/crt0.S
261 target/coldfire/memcpy-coldfire.S
262 target/coldfire/memmove-coldfire.S
263 target/coldfire/memset-coldfire.S
264 target/coldfire/memswap128-coldfire.S
265 target/coldfire/strlen-coldfire.S
266 #if defined(HAVE_LCD_COLOR) \
267 || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
268 target/coldfire/memset16-coldfire.S
270 target/coldfire/system-coldfire.c
272 target/coldfire/pcm-coldfire.c
273 #endif /* BOOTLOADER */
274 #if CONFIG_I2C == I2C_COLDFIRE
275 target/coldfire/i2c-coldfire.c
276 #endif /* CONFIG_I2C == I2C_COLDFIRE */
277 #endif /* SIMULATOR */
279 #elif defined(CPU_PP) || defined(CPU_ARM)
280 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
281 target/arm/memcpy-arm.S
282 target/arm/memmove-arm.S
285 target/arm/memset-arm.S
286 target/arm/memset16-arm.S
287 target/arm/memswap128-arm.S
288 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
290 #elif CONFIG_I2C == I2C_PNX0101
291 target/arm/pnx0101/i2c-pnx0101.c
292 #elif CONFIG_I2C == I2C_S3C2440
293 /* no i2c driver yet */
295 #if CONFIG_CPU == PNX0101
296 target/arm/pnx0101/system-pnx0101.c
299 #if CONFIG_CPU == PP5002
300 target/arm/system-pp5002.c
301 #elif defined CPU_PP502x
302 target/arm/system-pp502x.c
305 target/arm/crt0-pp-bl.S
309 target/arm/audio-pp.c
310 #endif /* SANSA_E200 */
313 #elif CONFIG_CPU == PNX0101
314 target/arm/pnx0101/crt0-pnx0101.S
315 #elif defined(CPU_ARM)
317 #endif /* defined(CPU_*) */
318 #endif /* SIMULATOR */
331 #endif /* SIMULATOR */
333 #endif /* defined(CPU_*) */
337 target/sh/archos/ata-archos.c
338 target/sh/archos/ata-as-archos.S
339 target/sh/archos/player/button-player.c
340 target/sh/archos/player/hwcompat-player.c
341 target/sh/archos/player/lcd-as-player.S
342 target/sh/archos/player/lcd-player.c
343 target/sh/archos/player/usb-player.c
344 #endif /* SIMULATOR */
345 #endif /* ARCHOS_PLAYER */
347 #ifdef ARCHOS_RECORDER
349 target/sh/archos/ata-archos.c
350 target/sh/archos/ata-as-archos.S
351 target/sh/archos/lcd-archos-bitmap.c
352 target/sh/archos/lcd-as-archos-bitmap.S
353 target/sh/archos/recorder/button-recorder.c
354 target/sh/archos/recorder/usb-recorder.c
355 #endif /* SIMULATOR */
356 #endif /* ARCHOS_RECORDER */
358 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
360 target/sh/archos/ata-archos.c
361 target/sh/archos/ata-as-archos.S
362 target/sh/archos/lcd-archos-bitmap.c
363 target/sh/archos/lcd-as-archos-bitmap.S
364 target/sh/archos/fm_v2/button-fm_v2.c
365 target/sh/archos/fm_v2/usb-fm_v2.c
366 #endif /* SIMULATOR */
367 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
369 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
371 target/sh/archos/lcd-archos-bitmap.c
372 target/sh/archos/lcd-as-archos-bitmap.S
373 target/sh/archos/ondio/button-ondio.c
374 target/sh/archos/ondio/usb-ondio.c
375 #endif /* SIMULATOR */
376 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
380 target/arm/sandisk/sansa-e200/ata-e200.c
381 target/arm/sandisk/sansa-e200/lcd-e200.c
382 target/arm/sandisk/sansa-e200/lcd-as-e200.S
383 target/arm/sandisk/sansa-e200/adc-e200.c
384 target/arm/sandisk/sansa-e200/backlight-e200.c
385 target/arm/usb-fw-pp502x.c
386 target/arm/sandisk/sansa-e200/button-e200.c
387 target/arm/sandisk/sansa-e200/power-e200.c
390 target/arm/sandisk/sansa-e200/audio-e200.c
391 #endif /* BOOTLOADER */
392 #endif /* SIMULATOR */
393 #endif /* SANSA_E200 */
396 target/coldfire/iaudio/x5/power-x5.c
398 target/coldfire/ata-as-coldfire.S
399 target/coldfire/pcf50606-coldfire.c
400 target/coldfire/iaudio/adc-iaudio.c
401 target/coldfire/iaudio/ata-iaudio.c
402 target/coldfire/iaudio/lcd-remote-iaudio.c
403 target/coldfire/iaudio/pcf50606-iaudio.c
404 target/coldfire/iaudio/system-iaudio.c
405 target/coldfire/iaudio/usb-iaudio.c
406 target/coldfire/iaudio/x5/backlight-x5.c
407 target/coldfire/iaudio/x5/button-x5.c
408 target/coldfire/iaudio/x5/ds2411-x5.c
409 target/coldfire/iaudio/x5/lcd-as-x5.S
410 target/coldfire/iaudio/x5/lcd-x5.c
411 target/coldfire/iaudio/x5/m5636-x5.c
413 target/coldfire/iaudio/x5/audio-x5.c
415 #endif /* SIMULATOR */
416 #endif /* IAUDIO_X5 */
419 target/coldfire/iaudio/m5/power-m5.c
421 target/coldfire/ata-as-coldfire.S
422 target/coldfire/pcf50606-coldfire.c
423 target/coldfire/iaudio/adc-iaudio.c
424 target/coldfire/iaudio/ata-iaudio.c
425 target/coldfire/iaudio/lcd-remote-iaudio.c
426 target/coldfire/iaudio/m5/backlight-m5.c
427 target/coldfire/iaudio/m5/button-m5.c
428 target/coldfire/iaudio/m5/lcd-as-m5.S
429 target/coldfire/iaudio/m5/lcd-m5.c
430 target/coldfire/iaudio/pcf50606-iaudio.c
431 target/coldfire/iaudio/system-iaudio.c
432 target/coldfire/iaudio/usb-iaudio.c
434 target/coldfire/iaudio/m5/audio-m5.c
436 #endif /* SIMULATOR */
437 #endif /* IAUDIO_M5 */
439 #ifdef IRIVER_IFP7XX_SERIES
444 #endif /* IRIVER_IFP7XX_SERIES */
446 #ifdef IRIVER_H300_SERIES
447 target/coldfire/iriver/h300/power-h300.c
449 target/coldfire/ata-as-coldfire.S
450 target/coldfire/pcf50606-coldfire.c
451 target/coldfire/iriver/ata-iriver.c
452 target/coldfire/iriver/lcd-remote-iriver.c
453 target/coldfire/iriver/system-iriver.c
454 target/coldfire/iriver/h300/sw_i2c-h300.c
455 target/coldfire/iriver/h300/adc-h300.c
456 target/coldfire/iriver/h300/backlight-h300.c
457 target/coldfire/iriver/h300/button-h300.c
458 target/coldfire/iriver/h300/pcf50606-h300.c
459 target/coldfire/iriver/h300/lcd-as-h300.S
460 target/coldfire/iriver/h300/lcd-h300.c
461 target/coldfire/iriver/h300/usb-h300.c
463 target/coldfire/iriver/audio-iriver.c
465 #endif /* SIMULATOR */
466 #endif /* IRIVER_H300_SERIES */
468 #ifdef IRIVER_H100_SERIES
469 target/coldfire/iriver/h100/power-h100.c
471 target/coldfire/ata-as-coldfire.S
472 target/coldfire/iriver/ata-iriver.c
473 target/coldfire/iriver/lcd-remote-iriver.c
474 target/coldfire/iriver/system-iriver.c
475 target/coldfire/iriver/h100/sw_i2c-h100.c
476 target/coldfire/iriver/h100/adc-h100.c
477 target/coldfire/iriver/h100/backlight-h100.c
478 target/coldfire/iriver/h100/button-h100.c
479 target/coldfire/iriver/h100/lcd-as-h100.S
480 target/coldfire/iriver/h100/lcd-h100.c
482 target/coldfire/iriver/audio-iriver.c
483 target/coldfire/iriver/h100/spdif-h100.c
485 target/coldfire/iriver/h100/usb-h100.c
486 #endif /* SIMULATOR */
487 #endif /* IRIVER_H100_SERIES */
491 target/arm/ata-as-arm.S
492 target/arm/ata-pp5020.c
493 target/arm/wmcodec-pp.c
495 target/arm/iriver/h10/adc-h10.c
496 target/arm/iriver/h10/backlight-h10.c
497 target/arm/iriver/h10/button-h10.c
498 target/arm/iriver/h10/lcd-h10_20gb.c
499 target/arm/iriver/h10/power-h10.c
500 target/arm/usb-fw-pp502x.c
501 #endif /* SIMULATOR */
502 #endif /* IRIVER_H10 */
504 #ifdef IRIVER_H10_5GB
506 target/arm/ata-as-arm.S
507 target/arm/ata-pp5020.c
508 target/arm/wmcodec-pp.c
510 target/arm/iriver/h10/adc-h10.c
511 target/arm/iriver/h10/backlight-h10.c
512 target/arm/iriver/h10/button-h10.c
513 target/arm/iriver/h10/lcd-h10_5gb.c
514 target/arm/iriver/h10/power-h10.c
515 target/arm/usb-fw-pp502x.c
516 #endif /* SIMULATOR */
517 #endif /* IRIVER_H10_5GB */
521 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
522 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
523 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
524 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
525 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
526 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
527 target/arm/s3c2440/gigabeat-fx/lcd-as-meg-fx.S
528 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
529 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
530 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
531 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
532 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
533 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
534 target/arm/s3c2440/gigabeat-fx/dma_start.c
535 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
536 target/arm/s3c2440/gigabeat-fx/mmu-meg-fx.c
538 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
540 #endif /* SIMULATOR */
541 #endif /* GIGABEAT_F */
545 target/arm/ata-as-arm.S
546 target/arm/ata-pp5020.c
547 target/arm/wmcodec-pp.c
549 target/arm/tatung/tpj1022/adc-tpj1022.c
550 target/arm/tatung/tpj1022/backlight-tpj1022.c
551 target/arm/tatung/tpj1022/button-tpj1022.c
552 target/arm/tatung/tpj1022/lcd-tpj1022.c
553 target/arm/tatung/tpj1022/power-tpj1022.c
554 target/arm/usb-fw-pp502x.c
555 #endif /* SIMULATOR */
556 #endif /* ELIO_TPJ1022 */
561 target/arm/wmcodec-pp.c
563 target/arm/ata-as-arm.S
564 target/arm/ata-pp5020.c
565 target/arm/ipod/adc-ipod-pcf.c
566 target/arm/ipod/backlight-4g_color.c
567 target/arm/ipod/button-clickwheel.c
568 target/arm/ipod/lcd-gray.c
569 target/arm/ipod/power-ipod.c
570 target/arm/usb-fw-pp502x.c
571 #endif /* SIMULATOR */
577 target/arm/ata-as-arm.S
578 target/arm/ata-pp5020.c
579 target/arm/wmcodec-pp.c
581 target/arm/ipod/adc-ipod-pcf.c
582 target/arm/ipod/backlight-4g_color.c
583 target/arm/ipod/button-clickwheel.c
584 target/arm/ipod/lcd-color_nano.c
585 target/arm/ipod/power-ipod.c
586 target/arm/usb-fw-pp502x.c
587 #endif /* SIMULATOR */
588 #endif /* IPOD_COLOR */
593 target/arm/ata-as-arm.S
594 target/arm/ata-pp5020.c
595 target/arm/wmcodec-pp.c
597 target/arm/ipod/adc-ipod-pcf.c
598 target/arm/ipod/backlight-nano_video.c
599 target/arm/ipod/button-clickwheel.c
600 target/arm/ipod/lcd-color_nano.c
601 target/arm/ipod/power-ipod.c
602 target/arm/usb-fw-pp502x.c
603 #endif /* SIMULATOR */
604 #endif /* IPOD_NANO */
609 target/arm/ata-as-arm.S
610 target/arm/ata-pp5020.c
611 target/arm/wmcodec-pp.c
613 target/arm/ipod/adc-ipod-pcf.c
614 target/arm/ipod/backlight-nano_video.c
615 target/arm/ipod/button-clickwheel.c
616 target/arm/ipod/power-ipod.c
617 target/arm/ipod/video/lcd-video.c
618 target/arm/usb-fw-pp502x.c
619 #endif /* SIMULATOR */
620 #endif /* IPOD_VIDEO */
625 target/arm/ata-pp5002.c
626 target/arm/wmcodec-pp.c
628 target/arm/ipod/adc-ipod-pcf.c
629 target/arm/ipod/3g/backlight-3g.c
630 target/arm/ipod/button-1g-3g.c
631 target/arm/ipod/lcd-gray.c
632 target/arm/ipod/power-ipod.c
633 target/arm/usb-fw-pp5002.c
634 #endif /* SIMULATOR */
639 target/arm/ata-pp5002.c
640 target/arm/wmcodec-pp.c
642 target/arm/ipod/1g2g/adc-ipod-1g2g.c
643 target/arm/ipod/1g2g/backlight-1g2g.c
644 target/arm/ipod/button-1g-3g.c
645 target/arm/ipod/lcd-gray.c
646 target/arm/ipod/power-ipod.c
647 target/arm/usb-fw-pp5002.c
648 #endif /* SIMULATOR */
649 #endif /* IPOD_1G2G */
654 target/arm/ata-as-arm.S
655 target/arm/ata-pp5020.c
656 target/arm/wmcodec-pp.c
658 target/arm/ipod/adc-ipod-pcf.c
659 target/arm/ipod/backlight-mini1g_mini2g.c
660 target/arm/ipod/button-mini1g.c
661 target/arm/ipod/lcd-gray.c
662 target/arm/ipod/power-ipod.c
663 target/arm/usb-fw-pp502x.c
664 #endif /* SIMULATOR */
665 #endif /* IPOD_MINI */
670 target/arm/ata-as-arm.S
671 target/arm/ata-pp5020.c
672 target/arm/wmcodec-pp.c
674 target/arm/ipod/adc-ipod-pcf.c
675 target/arm/ipod/backlight-mini1g_mini2g.c
676 target/arm/ipod/button-clickwheel.c
677 target/arm/ipod/lcd-gray.c
678 target/arm/ipod/power-ipod.c
679 target/arm/usb-fw-pp502x.c
680 #endif /* SIMULATOR */
681 #endif /* IPOD_MINI2G */
684 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
686 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
687 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
688 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
689 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
690 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c