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 */
102 #endif /* SIMULATOR */
109 #else /* !HAVE_MMC */
110 #ifdef HAVE_FLASH_DISK
112 #else /* !HAVE_FLASH_DISK */
115 #endif /* SANSA_E200 */
116 #endif /* HAVE_FLASH_DISK */
117 #endif /* HAVE_MMC */
122 #endif /* SIMULATOR */
126 drivers/eeprom_24cxx.c
127 #ifdef HAVE_EEPROM_SETTINGS
129 #endif /* HAVE_EEPROM_SETTINGS */
130 #endif /* HAVE_EEPROM */
134 #if (CONFIG_RTC == RTC_M41ST84W)
135 drivers/rtc/rtc_m41st84w.c
136 #elif (CONFIG_RTC == RTC_PCF50606)
137 drivers/rtc/rtc_pcf50606.c
138 #elif (CONFIG_RTC == RTC_PCF50605)
139 drivers/rtc/rtc_pcf50605.c
140 #elif (CONFIG_RTC == RTC_E8564)
141 drivers/rtc/rtc_e8564.c
142 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
143 drivers/rtc/rtc_ds1339_ds3231.c
144 #elif (CONFIG_RTC == RTC_S3C2440)
145 drivers/rtc/rtc_s3c2440.c
146 #elif (CONFIG_RTC == RTC_AS3514)
147 drivers/rtc/rtc_as3514.c
148 #endif /* (CONFIG_RTC == RTC_) */
149 #endif /* SIMULATOR */
155 #if (CONFIG_TUNER & LV24020LP)
156 drivers/tuner/lv24020lp.c
157 #endif /* (CONFIG_TUNER & LV24020LP) */
158 #if (CONFIG_TUNER & S1A0903X01)
160 drivers/tuner/s1a0903x01.c
161 #endif /* (CONFIG_TUNER & S1A0903X01) */
162 #if (CONFIG_TUNER & TEA5767)
163 drivers/fmradio_i2c.c
164 drivers/tuner/tea5767.c
165 #endif /* (CONFIG_TUNER & TEA5767) */
166 #endif /*SIMULATOR */
167 #endif /* CONFIG_TUNER */
170 #if CONFIG_CODEC != SWCODEC
172 #endif /* CONFIG_CODEC != SWCODEC */
176 #if CONFIG_CODEC == SWCODEC
184 #endif /* SIMULATOR */
185 #ifdef HAVE_RECORDING
189 #endif /* SIMULATOR */
190 #endif /* HAVE_RECORDING */
191 #endif /* BOOTLOADER */
199 #endif /* SIMULATOR */
200 #endif /* BOOTLOADER */
206 #if defined(HAVE_UDA1380)
207 drivers/audio/uda1380.c
208 #elif defined(HAVE_WM8751)
209 drivers/audio/wm8751.c
210 #elif defined(HAVE_WM8975)
211 drivers/audio/wm8975.c
212 #elif defined(HAVE_WM8758)
213 drivers/audio/wm8758.c
214 #elif defined(HAVE_WM8731) || defined(HAVE_WM8721)
215 drivers/audio/wm8731l.c
216 #elif defined(HAVE_AS3514)
217 drivers/audio/as3514.c
218 #elif defined(HAVE_TLV320)
219 drivers/audio/tlv320.c
220 #elif defined(HAVE_MAS35XX)
221 drivers/audio/mas35xx.c
222 #endif /* defined(HAVE_*) */
223 #endif /* SIMULATOR */
226 #if !defined(SIMULATOR)
229 usbstack/core/epsetup.c
230 usbstack/core/utils.c
231 usbstack/core/config.c
232 usbstack/drivers/device/usb_serial.c
233 usbstack/drivers/device/usb_storage.c
238 #if !defined(SIMULATOR)
239 #if CONFIG_USBOTG == USBOTG_ISP1362
242 #if defined(SANSA_E200) || !defined(BOOTLOADER)
243 #if CONFIG_USBOTG == USBOTG_M5636
245 #elif CONFIG_USBOTG == USBOTG_ARC
247 drivers/usb/arcotg_dcd.c
249 drivers/usb/arcotg_udc.c
251 #endif /* CONFIG_USBOTG */
252 #endif /* !defined(BOOTLOADER) */
253 #endif /* !defined(SIMULATOR) */
255 /* CPU Specific - By class then particular chip if applicable */
264 target/sh/memcpy-sh.S
265 target/sh/memmove-sh.S
266 target/sh/memset-sh.S
267 target/sh/strlen-sh.S
268 target/sh/system-sh.c
269 #endif /* SIMULATOR */
271 #elif defined(CPU_COLDFIRE)
274 target/coldfire/crt0.S
275 target/coldfire/memcpy-coldfire.S
276 target/coldfire/memmove-coldfire.S
277 target/coldfire/memset-coldfire.S
278 target/coldfire/memswap128-coldfire.S
279 target/coldfire/strlen-coldfire.S
280 #if defined(HAVE_LCD_COLOR) \
281 || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
282 target/coldfire/memset16-coldfire.S
284 target/coldfire/system-coldfire.c
286 target/coldfire/pcm-coldfire.c
287 #endif /* BOOTLOADER */
288 #if CONFIG_I2C == I2C_COLDFIRE
289 target/coldfire/i2c-coldfire.c
290 #endif /* CONFIG_I2C == I2C_COLDFIRE */
291 #endif /* SIMULATOR */
293 #elif defined(CPU_PP) || defined(CPU_ARM)
294 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
295 target/arm/memcpy-arm.S
296 target/arm/memmove-arm.S
299 target/arm/memset-arm.S
300 target/arm/memset16-arm.S
301 target/arm/memswap128-arm.S
302 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
304 #elif CONFIG_I2C == I2C_PNX0101
305 target/arm/pnx0101/i2c-pnx0101.c
306 #elif CONFIG_I2C == I2C_S3C2440
307 /* no i2c driver yet */
309 #if CONFIG_CPU == PNX0101
310 target/arm/pnx0101/system-pnx0101.c
313 #if CONFIG_CPU == PP5002
314 target/arm/system-pp5002.c
315 #elif defined CPU_PP502x
316 target/arm/system-pp502x.c
319 target/arm/crt0-pp-bl.S
323 target/arm/audio-pp.c
324 #endif /* SANSA_E200 */
327 #elif CONFIG_CPU == PNX0101
328 target/arm/pnx0101/crt0-pnx0101.S
329 #elif defined(CPU_ARM)
331 #endif /* defined(CPU_*) */
332 #endif /* SIMULATOR */
345 #endif /* SIMULATOR */
347 #endif /* defined(CPU_*) */
351 target/sh/archos/ata-archos.c
352 target/sh/archos/ata-as-archos.S
353 target/sh/archos/player/button-player.c
354 target/sh/archos/player/hwcompat-player.c
355 target/sh/archos/player/lcd-as-player.S
356 target/sh/archos/player/lcd-player.c
357 target/sh/archos/player/power-player.c
358 target/sh/archos/player/powermgmt-player.c
359 target/sh/archos/player/usb-player.c
360 #endif /* SIMULATOR */
361 #endif /* ARCHOS_PLAYER */
363 #ifdef ARCHOS_RECORDER
365 target/sh/archos/ata-archos.c
366 target/sh/archos/ata-as-archos.S
367 target/sh/archos/lcd-archos-bitmap.c
368 target/sh/archos/lcd-as-archos-bitmap.S
369 target/sh/archos/recorder/button-recorder.c
370 target/sh/archos/recorder/power-recorder.c
371 target/sh/archos/recorder/powermgmt-recorder.c
372 target/sh/archos/recorder/usb-recorder.c
373 #endif /* SIMULATOR */
374 #endif /* ARCHOS_RECORDER */
376 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
378 target/sh/archos/ata-archos.c
379 target/sh/archos/ata-as-archos.S
380 target/sh/archos/lcd-archos-bitmap.c
381 target/sh/archos/lcd-as-archos-bitmap.S
382 target/sh/archos/fm_v2/button-fm_v2.c
383 target/sh/archos/fm_v2/power-fm_v2.c
384 target/sh/archos/fm_v2/powermgmt-fm_v2.c
385 target/sh/archos/fm_v2/usb-fm_v2.c
386 #endif /* SIMULATOR */
387 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
389 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
391 target/sh/archos/lcd-archos-bitmap.c
392 target/sh/archos/lcd-as-archos-bitmap.S
393 target/sh/archos/ondio/button-ondio.c
394 target/sh/archos/ondio/power-ondio.c
395 target/sh/archos/ondio/powermgmt-ondio.c
396 target/sh/archos/ondio/usb-ondio.c
397 #endif /* SIMULATOR */
398 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
402 target/arm/sandisk/sansa-e200/ata-e200.c
403 target/arm/sandisk/sansa-e200/lcd-e200.c
404 target/arm/sandisk/sansa-e200/lcd-as-e200.S
405 target/arm/sandisk/sansa-e200/adc-e200.c
406 target/arm/sandisk/sansa-e200/backlight-e200.c
407 target/arm/usb-fw-pp502x.c
408 target/arm/sandisk/sansa-e200/button-e200.c
409 target/arm/sandisk/sansa-e200/power-e200.c
410 target/arm/sandisk/sansa-e200/powermgmt-e200.c
413 target/arm/sandisk/sansa-e200/audio-e200.c
414 #endif /* BOOTLOADER */
415 #endif /* SIMULATOR */
416 #endif /* SANSA_E200 */
420 target/coldfire/ata-as-coldfire.S
421 target/coldfire/pcf50606-coldfire.c
422 target/coldfire/iaudio/adc-iaudio.c
423 target/coldfire/iaudio/ata-iaudio.c
424 target/coldfire/iaudio/lcd-remote-iaudio.c
425 target/coldfire/iaudio/pcf50606-iaudio.c
426 target/coldfire/iaudio/powermgmt-iaudio.c
427 target/coldfire/iaudio/system-iaudio.c
428 target/coldfire/iaudio/usb-iaudio.c
429 target/coldfire/iaudio/x5/backlight-x5.c
430 target/coldfire/iaudio/x5/button-x5.c
431 target/coldfire/iaudio/x5/ds2411-x5.c
432 target/coldfire/iaudio/x5/lcd-as-x5.S
433 target/coldfire/iaudio/x5/lcd-x5.c
434 target/coldfire/iaudio/x5/m5636-x5.c
435 target/coldfire/iaudio/x5/power-x5.c
437 target/coldfire/iaudio/x5/audio-x5.c
439 #endif /* SIMULATOR */
440 #endif /* IAUDIO_X5 */
444 target/coldfire/ata-as-coldfire.S
445 target/coldfire/pcf50606-coldfire.c
446 target/coldfire/iaudio/adc-iaudio.c
447 target/coldfire/iaudio/ata-iaudio.c
448 target/coldfire/iaudio/lcd-remote-iaudio.c
449 target/coldfire/iaudio/m5/backlight-m5.c
450 target/coldfire/iaudio/m5/button-m5.c
451 target/coldfire/iaudio/m5/lcd-as-m5.S
452 target/coldfire/iaudio/m5/lcd-m5.c
453 target/coldfire/iaudio/m5/power-m5.c
454 target/coldfire/iaudio/pcf50606-iaudio.c
455 target/coldfire/iaudio/powermgmt-iaudio.c
456 target/coldfire/iaudio/system-iaudio.c
457 target/coldfire/iaudio/usb-iaudio.c
459 target/coldfire/iaudio/m5/audio-m5.c
461 #endif /* SIMULATOR */
462 #endif /* IAUDIO_M5 */
464 #ifdef IRIVER_IFP7XX_SERIES
469 #endif /* IRIVER_IFP7XX_SERIES */
471 #ifdef IRIVER_H300_SERIES
473 target/coldfire/ata-as-coldfire.S
474 target/coldfire/pcf50606-coldfire.c
475 target/coldfire/iriver/ata-iriver.c
476 target/coldfire/iriver/lcd-remote-iriver.c
477 target/coldfire/iriver/system-iriver.c
478 target/coldfire/iriver/h300/sw_i2c-h300.c
479 target/coldfire/iriver/h300/adc-h300.c
480 target/coldfire/iriver/h300/backlight-h300.c
481 target/coldfire/iriver/h300/button-h300.c
482 target/coldfire/iriver/h300/pcf50606-h300.c
483 target/coldfire/iriver/h300/lcd-as-h300.S
484 target/coldfire/iriver/h300/lcd-h300.c
485 target/coldfire/iriver/h300/power-h300.c
486 target/coldfire/iriver/h300/powermgmt-h300.c
487 target/coldfire/iriver/h300/usb-h300.c
489 target/coldfire/iriver/audio-iriver.c
491 #endif /* SIMULATOR */
492 #endif /* IRIVER_H300_SERIES */
494 #ifdef IRIVER_H100_SERIES
496 target/coldfire/ata-as-coldfire.S
497 target/coldfire/iriver/ata-iriver.c
498 target/coldfire/iriver/lcd-remote-iriver.c
499 target/coldfire/iriver/system-iriver.c
500 target/coldfire/iriver/h100/sw_i2c-h100.c
501 target/coldfire/iriver/h100/adc-h100.c
502 target/coldfire/iriver/h100/backlight-h100.c
503 target/coldfire/iriver/h100/button-h100.c
504 target/coldfire/iriver/h100/lcd-as-h100.S
505 target/coldfire/iriver/h100/lcd-h100.c
506 target/coldfire/iriver/h100/power-h100.c
507 target/coldfire/iriver/h100/powermgmt-h100.c
509 target/coldfire/iriver/audio-iriver.c
510 target/coldfire/iriver/h100/spdif-h100.c
512 target/coldfire/iriver/h100/usb-h100.c
513 #endif /* SIMULATOR */
514 #endif /* IRIVER_H100_SERIES */
518 target/arm/ata-as-arm.S
519 target/arm/ata-pp5020.c
520 target/arm/wmcodec-pp.c
522 target/arm/iriver/h10/adc-h10.c
523 target/arm/iriver/h10/backlight-h10.c
524 target/arm/iriver/h10/button-h10.c
525 target/arm/iriver/h10/lcd-h10_20gb.c
526 target/arm/iriver/h10/power-h10.c
527 target/arm/iriver/h10/powermgmt-h10.c
528 target/arm/usb-fw-pp502x.c
529 #endif /* SIMULATOR */
530 #endif /* IRIVER_H10 */
532 #ifdef IRIVER_H10_5GB
534 target/arm/ata-as-arm.S
535 target/arm/ata-pp5020.c
536 target/arm/wmcodec-pp.c
538 target/arm/iriver/h10/adc-h10.c
539 target/arm/iriver/h10/backlight-h10.c
540 target/arm/iriver/h10/button-h10.c
541 target/arm/iriver/h10/lcd-h10_5gb.c
542 target/arm/iriver/h10/power-h10.c
543 target/arm/iriver/h10/powermgmt-h10.c
544 target/arm/usb-fw-pp502x.c
545 #endif /* SIMULATOR */
546 #endif /* IRIVER_H10_5GB */
550 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
551 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
552 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
553 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
554 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
555 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
556 target/arm/s3c2440/gigabeat-fx/lcd-as-meg-fx.S
557 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
558 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
559 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
560 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
561 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
562 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
563 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
564 target/arm/s3c2440/gigabeat-fx/dma_start.c
565 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
566 target/arm/s3c2440/gigabeat-fx/mmu-meg-fx.c
568 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
570 #endif /* SIMULATOR */
571 #endif /* GIGABEAT_F */
575 target/arm/ata-as-arm.S
576 target/arm/ata-pp5020.c
577 target/arm/wmcodec-pp.c
579 target/arm/tatung/tpj1022/adc-tpj1022.c
580 target/arm/tatung/tpj1022/backlight-tpj1022.c
581 target/arm/tatung/tpj1022/button-tpj1022.c
582 target/arm/tatung/tpj1022/lcd-tpj1022.c
583 target/arm/tatung/tpj1022/power-tpj1022.c
584 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
585 target/arm/usb-fw-pp502x.c
586 #endif /* SIMULATOR */
587 #endif /* ELIO_TPJ1022 */
592 target/arm/wmcodec-pp.c
594 target/arm/ata-as-arm.S
595 target/arm/ata-pp5020.c
596 target/arm/ipod/adc-ipod-pcf.c
597 target/arm/ipod/backlight-4g_color.c
598 target/arm/ipod/button-clickwheel.c
599 target/arm/ipod/lcd-gray.c
600 target/arm/ipod/power-ipod.c
601 target/arm/ipod/powermgmt-ipod-pcf.c
602 target/arm/usb-fw-pp502x.c
603 #endif /* SIMULATOR */
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-4g_color.c
615 target/arm/ipod/button-clickwheel.c
616 target/arm/ipod/lcd-color_nano.c
617 target/arm/ipod/power-ipod.c
618 target/arm/ipod/powermgmt-ipod-pcf.c
619 target/arm/usb-fw-pp502x.c
620 #endif /* SIMULATOR */
621 #endif /* IPOD_COLOR */
626 target/arm/ata-as-arm.S
627 target/arm/ata-pp5020.c
628 target/arm/wmcodec-pp.c
630 target/arm/ipod/adc-ipod-pcf.c
631 target/arm/ipod/backlight-nano_video.c
632 target/arm/ipod/button-clickwheel.c
633 target/arm/ipod/lcd-color_nano.c
634 target/arm/ipod/power-ipod.c
635 target/arm/ipod/powermgmt-ipod-pcf.c
636 target/arm/usb-fw-pp502x.c
637 #endif /* SIMULATOR */
638 #endif /* IPOD_NANO */
643 target/arm/ata-as-arm.S
644 target/arm/ata-pp5020.c
645 target/arm/wmcodec-pp.c
647 target/arm/ipod/adc-ipod-pcf.c
648 target/arm/ipod/backlight-nano_video.c
649 target/arm/ipod/button-clickwheel.c
650 target/arm/ipod/power-ipod.c
651 target/arm/ipod/powermgmt-ipod-pcf.c
652 target/arm/ipod/video/lcd-video.c
653 target/arm/usb-fw-pp502x.c
654 #endif /* SIMULATOR */
655 #endif /* IPOD_VIDEO */
660 target/arm/ata-pp5002.c
661 target/arm/wmcodec-pp.c
663 target/arm/ipod/adc-ipod-pcf.c
664 target/arm/ipod/3g/backlight-3g.c
665 target/arm/ipod/button-1g-3g.c
666 target/arm/ipod/lcd-gray.c
667 target/arm/ipod/power-ipod.c
668 target/arm/ipod/powermgmt-ipod-pcf.c
669 target/arm/usb-fw-pp5002.c
670 #endif /* SIMULATOR */
675 target/arm/ata-pp5002.c
676 target/arm/wmcodec-pp.c
678 target/arm/ipod/1g2g/adc-ipod-1g2g.c
679 target/arm/ipod/1g2g/backlight-1g2g.c
680 target/arm/ipod/1g2g/powermgmt-1g2g.c
681 target/arm/ipod/button-1g-3g.c
682 target/arm/ipod/lcd-gray.c
683 target/arm/ipod/power-ipod.c
684 target/arm/usb-fw-pp5002.c
685 #endif /* SIMULATOR */
686 #endif /* IPOD_1G2G */
691 target/arm/ata-as-arm.S
692 target/arm/ata-pp5020.c
693 target/arm/wmcodec-pp.c
695 target/arm/ipod/adc-ipod-pcf.c
696 target/arm/ipod/backlight-mini1g_mini2g.c
697 target/arm/ipod/button-mini1g.c
698 target/arm/ipod/lcd-gray.c
699 target/arm/ipod/power-ipod.c
700 target/arm/ipod/powermgmt-ipod-pcf.c
701 target/arm/usb-fw-pp502x.c
702 #endif /* SIMULATOR */
703 #endif /* IPOD_MINI */
708 target/arm/ata-as-arm.S
709 target/arm/ata-pp5020.c
710 target/arm/wmcodec-pp.c
712 target/arm/ipod/adc-ipod-pcf.c
713 target/arm/ipod/backlight-mini1g_mini2g.c
714 target/arm/ipod/button-clickwheel.c
715 target/arm/ipod/lcd-gray.c
716 target/arm/ipod/power-ipod.c
717 target/arm/ipod/powermgmt-ipod-pcf.c
718 target/arm/usb-fw-pp502x.c
719 #endif /* SIMULATOR */
720 #endif /* IPOD_MINI2G */
724 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
725 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
726 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
727 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
728 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
729 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
730 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c