8 #ifdef ROCKBOX_HAS_LOGF
10 #endif /* ROCKBOX_HAS_LOGF */
15 #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__) */
64 #ifdef HAVE_LCD_CHARCELLS
65 drivers/lcd-charcell.c
66 drivers/lcd-charset-player.c
67 #endif /* HAVE_LCD_CHARCELLS */
69 #ifdef HAVE_LCD_BITMAP
77 drivers/lcd-1bit-vert.c
79 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
80 drivers/lcd-2bit-horz.c
81 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
82 drivers/lcd-2bit-vert.c
83 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
85 #endif /* LCD_PIXELFORMAT */
88 #endif /* LCD_DEPTH */
89 #endif /* HAVE_LCD_BITMAP */
91 #ifdef HAVE_REMOTE_LCD
92 #if LCD_REMOTE_DEPTH == 1
93 drivers/lcd-remote-1bit-v.c
94 #elif LCD_REMOTE_DEPTH == 2
95 drivers/lcd-remote-2bit-vi.c
96 #endif /* LCD_REMOTE_DEPTH */
97 #endif /* HAVE_REMOTE_LCD */
107 #endif /* SIMULATOR */
113 #if (CONFIG_STORAGE & STORAGE_MMC)
115 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND & NAND_IFP7XX)
117 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND & NAND_TCC)
118 target/arm/ata-nand-telechips.c
119 #elif (CONFIG_STORAGE & STORAGE_ATA)
121 #endif /* CONFIG_STORAGE */
123 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
126 #endif /* SIMULATOR */
130 drivers/eeprom_24cxx.c
131 #ifdef HAVE_EEPROM_SETTINGS
133 #endif /* HAVE_EEPROM_SETTINGS */
134 #endif /* HAVE_EEPROM */
138 #if (CONFIG_RTC == RTC_M41ST84W)
139 drivers/rtc/rtc_m41st84w.c
140 #elif (CONFIG_RTC == RTC_PCF50606)
141 drivers/rtc/rtc_pcf50606.c
142 #elif (CONFIG_RTC == RTC_PCF50605)
143 drivers/rtc/rtc_pcf50605.c
144 #elif (CONFIG_RTC == RTC_E8564)
145 drivers/rtc/rtc_e8564.c
146 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
147 drivers/rtc/rtc_ds1339_ds3231.c
148 #elif (CONFIG_RTC == RTC_S3C2440)
149 drivers/rtc/rtc_s3c2440.c
150 #elif (CONFIG_RTC == RTC_AS3514)
151 drivers/rtc/rtc_as3514.c
152 #elif (CONFIG_RTC == RTC_RX5X348AB)
153 drivers/rtc/rtc_rx5x348ab.c
154 #elif (CONFIG_RTC == RTC_MR100)
155 drivers/rtc/rtc_mr100.c
156 #elif (CONFIG_RTC == RTC_MC13783)
157 drivers/rtc/rtc_mc13783.c
158 #elif (CONFIG_RTC == RTC_TCC77X)
159 drivers/rtc/rtc_tcc77x.c
160 #elif (CONFIG_RTC == RTC_JZ47XX)
161 drivers/rtc/rtc_jz4740.c
162 #endif /* (CONFIG_RTC == RTC_) */
163 #endif /* SIMULATOR */
169 #if (CONFIG_TUNER & LV24020LP)
170 drivers/tuner/lv24020lp.c
171 #endif /* (CONFIG_TUNER & LV24020LP) */
172 #if (CONFIG_TUNER & S1A0903X01)
174 drivers/tuner/s1a0903x01.c
175 #endif /* (CONFIG_TUNER & S1A0903X01) */
176 #if (CONFIG_TUNER & TEA5767)
177 drivers/tuner/tea5767.c
178 #endif /* (CONFIG_TUNER & TEA5767) */
179 #endif /*SIMULATOR */
180 #endif /* CONFIG_TUNER */
183 #if CONFIG_CODEC != SWCODEC
185 #endif /* CONFIG_CODEC != SWCODEC */
188 #if CONFIG_CODEC == SWCODEC
194 #ifdef HAVE_RECORDING
196 #endif /* HAVE_RECORDING */
197 #endif /* BOOTLOADER */
204 #endif /* SIMULATOR */
205 #endif /* BOOTLOADER */
210 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
211 #if defined(HAVE_UDA1380)
212 drivers/audio/uda1380.c
213 #elif defined(HAVE_WM8751)
214 drivers/audio/wm8751.c
215 #elif defined(HAVE_WM8978)
216 drivers/audio/wm8978.c
217 #elif defined(HAVE_WM8975)
218 drivers/audio/wm8975.c
219 #elif defined(HAVE_WM8985)
220 drivers/audio/wm8985.c
221 #elif defined(HAVE_WM8758)
222 drivers/audio/wm8758.c
223 #elif defined(HAVE_WM8721)
224 drivers/audio/wm8721.c
225 #elif defined(HAVE_WM8731)
226 drivers/audio/wm8731.c
227 #elif defined(HAVE_AS3514)
228 drivers/audio/as3514.c
229 #elif defined(HAVE_TLV320)
230 drivers/audio/tlv320.c
231 #elif defined(HAVE_MAS35XX)
232 drivers/audio/mas35xx.c
233 #endif /* defined(HAVE_*) */
234 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
237 #if !defined(SIMULATOR)
240 usbstack/usb_storage.c
241 usbstack/usb_serial.c
242 usbstack/usb_charging_only.c
243 #if CONFIG_USBOTG == USBOTG_ARC
244 target/arm/usb-drv-arc.c
245 #elif CONFIG_USBOTG == USBOTG_ISP1583
248 #else /* !defined(HAVE_USBSTACK) */
249 #if CONFIG_USBOTG == USBOTG_ISP1362
251 #elif CONFIG_USBOTG == USBOTG_M5636
254 #endif /* !defined(HAVE_USBSTACK) */
255 #endif /* !defined(SIMULATOR) */
257 /* Other Random Hardware */
259 #if !defined(SIMULATOR)
261 drivers/audio/tsc2100.c
262 #endif /* !SIMULATOR */
265 /* CPU Specific - By class then particular chip if applicable */
273 target/sh/kernel-sh.c
274 target/sh/memcpy-sh.S
275 target/sh/memmove-sh.S
276 target/sh/memset-sh.S
277 target/sh/strlen-sh.S
278 target/sh/system-sh.c
279 target/sh/archos/descramble.S
280 #endif /* SIMULATOR */
282 #elif defined(CPU_COLDFIRE)
285 target/coldfire/crt0.S
286 #ifdef HAVE_PRIORITY_SCHEDULING
288 target/coldfire/ffs-coldfire.S
290 target/coldfire/memcpy-coldfire.S
291 target/coldfire/memmove-coldfire.S
292 target/coldfire/memset-coldfire.S
293 target/coldfire/strlen-coldfire.S
294 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
295 || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
296 target/coldfire/memset16-coldfire.S
298 target/coldfire/kernel-coldfire.c
299 target/coldfire/system-coldfire.c
301 target/coldfire/pcm-coldfire.c
302 #endif /* BOOTLOADER */
303 #if CONFIG_I2C == I2C_COLDFIRE
304 target/coldfire/i2c-coldfire.c
305 #endif /* CONFIG_I2C == I2C_COLDFIRE */
306 #endif /* SIMULATOR */
308 #elif defined(CPU_PP) || defined(CPU_ARM)
309 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
310 target/arm/memcpy-arm.S
311 target/arm/memmove-arm.S
314 target/arm/memset-arm.S
315 target/arm/memset16-arm.S
316 #ifdef HAVE_PRIORITY_SCHEDULING
319 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
321 #elif CONFIG_I2C == I2C_PNX0101
322 target/arm/pnx0101/i2c-pnx0101.c
323 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X
324 target/arm/i2c-telechips.c
325 #elif CONFIG_I2C == I2C_S3C2440
326 /* no i2c driver yet */
329 #if CONFIG_CPU == PNX0101
330 target/arm/pnx0101/kernel-pnx0101.c
331 target/arm/pnx0101/system-pnx0101.c
334 #if CONFIG_CPU == AS3525
335 target/arm/as3525/system-as3525.c
336 target/arm/as3525/ata_sd_as3525.c
340 target/arm/kernel-pp.c
341 #if CONFIG_CPU == PP5002
342 target/arm/system-pp5002.c
343 #elif defined CPU_PP502x
344 target/arm/system-pp502x.c
347 target/arm/crt0-pp-bl.S
350 #if !defined(SANSA_E200) && !defined(SANSA_C200)
351 target/arm/audio-pp.c
352 #endif /* SANSA_E200 */
355 #elif CONFIG_CPU == PNX0101
356 target/arm/pnx0101/crt0-pnx0101.S
357 #elif CONFIG_CPU==DM320
358 target/arm/tms320dm320/crt0.S
359 #elif CONFIG_CPU==S3C2440
360 target/arm/s3c2440/crt0.S
361 #elif defined(CPU_TCC77X)
362 target/arm/tcc77x/crt0.S
363 #elif defined(CPU_TCC780X)
364 target/arm/tcc780x/crt0.S
365 #elif CONFIG_CPU==IMX31L
366 target/arm/imx31/crt0.S
367 #elif CONFIG_CPU==S5L8700
368 target/arm/s5l8700/crt0.S
369 #elif defined(CPU_ARM)
371 #endif /* defined(CPU_*) */
372 #endif /* SIMULATOR */
374 #elif defined(CPU_MIPS)
376 /*target/mips/memcpy.S
379 target/mips/strlen.S*/
385 #if CONFIG_CPU==JZ4732
386 target/mips/ingenic_jz47xx/crt0.S
387 #endif /* CONFIG_CPU == JZ4732 */
391 #ifdef HAVE_PRIORITY_SCHEDULING
402 #endif /* SIMULATOR */
404 #endif /* defined(CPU_*) */
408 target/sh/archos/ata-archos.c
409 target/sh/archos/ata-as-archos.S
410 target/sh/archos/player/button-player.c
411 target/sh/archos/player/hwcompat-player.c
412 target/sh/archos/player/lcd-as-player.S
413 target/sh/archos/player/lcd-player.c
414 target/sh/archos/player/power-player.c
415 target/sh/archos/player/powermgmt-player.c
416 target/sh/archos/player/usb-player.c
417 #endif /* SIMULATOR */
418 #endif /* ARCHOS_PLAYER */
420 #ifdef ARCHOS_RECORDER
422 target/sh/archos/ata-archos.c
423 target/sh/archos/ata-as-archos.S
424 target/sh/archos/lcd-archos-bitmap.c
425 target/sh/archos/lcd-as-archos-bitmap.S
426 target/sh/archos/recorder/button-recorder.c
427 target/sh/archos/recorder/power-recorder.c
428 target/sh/archos/recorder/powermgmt-recorder.c
429 target/sh/archos/recorder/usb-recorder.c
430 #endif /* SIMULATOR */
431 #endif /* ARCHOS_RECORDER */
433 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
435 target/sh/archos/ata-archos.c
436 target/sh/archos/ata-as-archos.S
437 target/sh/archos/lcd-archos-bitmap.c
438 target/sh/archos/lcd-as-archos-bitmap.S
439 target/sh/archos/fm_v2/button-fm_v2.c
440 target/sh/archos/fm_v2/power-fm_v2.c
441 target/sh/archos/fm_v2/powermgmt-fm_v2.c
442 target/sh/archos/fm_v2/usb-fm_v2.c
443 #endif /* SIMULATOR */
444 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
446 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
448 target/sh/archos/lcd-archos-bitmap.c
449 target/sh/archos/lcd-as-archos-bitmap.S
450 target/sh/archos/ondio/button-ondio.c
451 target/sh/archos/ondio/power-ondio.c
452 target/sh/archos/ondio/powermgmt-ondio.c
453 target/sh/archos/ondio/usb-ondio.c
454 #if (CONFIG_TUNER & TEA5767)
455 target/sh/archos/ondio/fmradio_i2c-ondio.c
457 #endif /* SIMULATOR */
458 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
462 target/arm/lcd-as-memframe.S
463 target/arm/ata-sd-pp.c
464 target/arm/sandisk/sansa-e200/lcd-e200.c
465 target/arm/adc-as3514.c
466 target/arm/ascodec-pp.c
467 target/arm/sandisk/backlight-c200_e200.c
468 target/arm/usb-fw-pp502x.c
469 target/arm/sandisk/sansa-e200/button-e200.c
470 target/arm/sandisk/power-c200_e200.c
471 target/arm/sandisk/sansa-e200/powermgmt-e200.c
474 target/arm/sandisk/audio-c200_e200.c
475 #endif /* BOOTLOADER */
476 #endif /* SIMULATOR */
477 #endif /* SANSA_E200 */
481 target/arm/ata-sd-pp.c
482 target/arm/sandisk/sansa-c200/lcd-c200.c
483 target/arm/sandisk/sansa-c200/lcd-as-c200.S
484 target/arm/adc-as3514.c
485 target/arm/ascodec-pp.c
486 target/arm/sandisk/backlight-c200_e200.c
487 target/arm/usb-fw-pp502x.c
488 target/arm/sandisk/sansa-c200/button-c200.c
489 target/arm/sandisk/power-c200_e200.c
490 target/arm/sandisk/sansa-c200/powermgmt-c200.c
493 target/arm/sandisk/audio-c200_e200.c
494 #endif /* BOOTLOADER */
495 #endif /* SIMULATOR */
496 #endif /* SANSA_C200 */
498 #ifdef PHILIPS_SA9200
500 target/arm/ata-sd-pp.c
501 target/arm/philips/sa9200/lcd-sa9200.c
502 target/arm/adc-as3514.c
503 target/arm/ascodec-pp.c
504 target/arm/philips/sa9200/backlight-sa9200.c
505 target/arm/usb-fw-pp502x.c
506 target/arm/philips/sa9200/button-sa9200.c
507 target/arm/philips/sa9200/power-sa9200.c
508 target/arm/philips/sa9200/powermgmt-sa9200.c
510 #endif /* SIMULATOR */
511 #endif /* PHILIPS_SA9200 */
513 #ifdef PHILIPS_HDD1630
515 target/arm/ata-as-arm.S
516 target/arm/ata-pp5020.c
517 target/arm/wmcodec-pp.c
519 target/arm/adc-pp5020.c
520 target/arm/philips/hdd1630/backlight-hdd1630.c
521 target/arm/philips/hdd1630/button-hdd1630.c
522 target/arm/philips/hdd1630/lcd-hdd1630.c
523 target/arm/philips/hdd1630/power-hdd1630.c
524 target/arm/philips/hdd1630/powermgmt-hdd1630.c
525 target/arm/usb-fw-pp502x.c
526 #endif /* SIMULATOR */
527 #endif /* PHILIPS_HDD1630 */
531 target/coldfire/ata-as-coldfire.S
532 target/coldfire/pcf50606-coldfire.c
533 target/coldfire/iaudio/adc-iaudio.c
534 target/coldfire/iaudio/ata-iaudio.c
535 target/coldfire/iaudio/lcd-remote-as-iaudio.S
536 target/coldfire/iaudio/lcd-remote-iaudio.c
537 target/coldfire/iaudio/pcf50606-iaudio.c
538 target/coldfire/iaudio/powermgmt-iaudio.c
539 target/coldfire/iaudio/system-iaudio.c
540 target/coldfire/iaudio/usb-iaudio.c
541 target/coldfire/iaudio/x5/backlight-x5.c
542 target/coldfire/iaudio/x5/button-x5.c
543 target/coldfire/iaudio/x5/ds2411-x5.c
544 target/coldfire/iaudio/x5/fmradio_i2c-x5.c
545 target/coldfire/iaudio/x5/lcd-as-x5.S
546 target/coldfire/iaudio/x5/lcd-x5.c
547 target/coldfire/iaudio/x5/m5636-x5.c
548 target/coldfire/iaudio/x5/power-x5.c
550 target/coldfire/iaudio/x5/audio-x5.c
552 #endif /* SIMULATOR */
553 #endif /* IAUDIO_X5 */
557 target/coldfire/ata-as-coldfire.S
558 target/coldfire/pcf50606-coldfire.c
559 target/coldfire/iaudio/adc-iaudio.c
560 target/coldfire/iaudio/ata-iaudio.c
561 target/coldfire/iaudio/lcd-remote-as-iaudio.S
562 target/coldfire/iaudio/lcd-remote-iaudio.c
563 target/coldfire/iaudio/m5/backlight-m5.c
564 target/coldfire/iaudio/m5/button-m5.c
565 target/coldfire/iaudio/m5/lcd-as-m5.S
566 target/coldfire/iaudio/m5/lcd-m5.c
567 target/coldfire/iaudio/m5/power-m5.c
568 target/coldfire/iaudio/pcf50606-iaudio.c
569 target/coldfire/iaudio/powermgmt-iaudio.c
570 target/coldfire/iaudio/system-iaudio.c
571 target/coldfire/iaudio/usb-iaudio.c
573 target/coldfire/iaudio/m5/audio-m5.c
575 #endif /* SIMULATOR */
576 #endif /* IAUDIO_M5 */
580 target/coldfire/ata-as-coldfire.S
581 target/coldfire/iaudio/m3/adc-m3.c
582 target/coldfire/iaudio/m3/ata-m3.c
583 target/coldfire/iaudio/m3/backlight-m3.c
584 target/coldfire/iaudio/m3/button-m3.c
585 target/coldfire/iaudio/m3/fmradio_i2c-m3.c
586 target/coldfire/iaudio/m3/lcd-m3.c
587 target/coldfire/iaudio/m3/lcd-as-m3.S
588 target/coldfire/iaudio/m3/power-m3.c
589 target/coldfire/iaudio/m3/powermgmt-m3.c
590 target/coldfire/iaudio/m3/system-m3.c
591 target/coldfire/iaudio/m3/usb-m3.c
593 target/coldfire/iaudio/m3/audio-m3.c
595 #endif /* SIMULATOR */
596 #endif /* IAUDIO_M3 */
598 #ifdef IRIVER_IFP7XX_SERIES
603 #endif /* IRIVER_IFP7XX_SERIES */
605 #ifdef IRIVER_H300_SERIES
607 target/coldfire/ata-as-coldfire.S
608 target/coldfire/pcf50606-coldfire.c
609 target/coldfire/iriver/ata-iriver.c
610 target/coldfire/iriver/lcd-remote-iriver.c
611 target/coldfire/iriver/lcd-remote-as-iriver.S
612 target/coldfire/iriver/system-iriver.c
613 target/coldfire/iriver/fmradio_i2c-iriver.c
614 target/coldfire/iriver/h300/sw_i2c-h300.c
615 target/coldfire/iriver/h300/adc-h300.c
616 target/coldfire/iriver/h300/backlight-h300.c
617 target/coldfire/iriver/h300/button-h300.c
618 target/coldfire/iriver/h300/pcf50606-h300.c
619 target/coldfire/iriver/h300/lcd-as-h300.S
620 target/coldfire/iriver/h300/lcd-h300.c
621 target/coldfire/iriver/h300/power-h300.c
622 target/coldfire/iriver/h300/powermgmt-h300.c
623 target/coldfire/iriver/h300/usb-h300.c
625 target/coldfire/iriver/audio-iriver.c
627 #endif /* SIMULATOR */
628 #endif /* IRIVER_H300_SERIES */
630 #ifdef IRIVER_H100_SERIES
633 target/coldfire/ata-as-coldfire.S
634 target/coldfire/iriver/ata-iriver.c
635 target/coldfire/iriver/lcd-remote-iriver.c
636 target/coldfire/iriver/lcd-remote-as-iriver.S
637 target/coldfire/iriver/system-iriver.c
638 target/coldfire/iriver/fmradio_i2c-iriver.c
639 target/coldfire/iriver/h100/adc-h100.c
640 target/coldfire/iriver/h100/backlight-h100.c
641 target/coldfire/iriver/h100/button-h100.c
642 target/coldfire/iriver/h100/lcd-as-h100.S
643 target/coldfire/iriver/h100/lcd-h100.c
644 target/coldfire/iriver/h100/power-h100.c
645 target/coldfire/iriver/h100/powermgmt-h100.c
647 target/coldfire/iriver/audio-iriver.c
648 target/coldfire/iriver/h100/spdif-h100.c
650 target/coldfire/iriver/h100/usb-h100.c
651 #endif /* SIMULATOR */
652 #endif /* IRIVER_H100_SERIES */
656 target/arm/ata-as-arm.S
657 target/arm/ata-pp5020.c
658 target/arm/wmcodec-pp.c
660 target/arm/adc-pp5020.c
661 target/arm/iriver/h10/backlight-h10.c
662 target/arm/iriver/h10/button-h10.c
663 target/arm/iriver/h10/fmradio_i2c-h10.c
664 target/arm/iriver/h10/lcd-h10_20gb.c
665 target/arm/iriver/h10/lcd-as-h10.S
666 target/arm/iriver/h10/power-h10.c
667 target/arm/iriver/h10/powermgmt-h10.c
668 target/arm/usb-fw-pp502x.c
669 #endif /* SIMULATOR */
670 #endif /* IRIVER_H10 */
672 #ifdef IRIVER_H10_5GB
674 target/arm/ata-as-arm.S
675 target/arm/ata-pp5020.c
676 target/arm/wmcodec-pp.c
678 target/arm/adc-pp5020.c
679 target/arm/iriver/h10/backlight-h10.c
680 target/arm/iriver/h10/button-h10.c
681 target/arm/iriver/h10/fmradio_i2c-h10.c
682 target/arm/iriver/h10/lcd-h10_5gb.c
683 target/arm/iriver/h10/power-h10.c
684 target/arm/iriver/h10/powermgmt-h10.c
685 target/arm/usb-fw-pp502x.c
686 #endif /* SIMULATOR */
687 #endif /* IRIVER_H10_5GB */
691 target/arm/lcd-as-memframe.S
693 target/arm/s3c2440/debug-s3c2440.c
694 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
695 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
696 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
697 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
698 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
699 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
700 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
701 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
702 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
703 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
705 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
706 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
707 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
708 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
709 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
711 #endif /* SIMULATOR */
712 #endif /* GIGABEAT_F */
716 target/arm/lcd-as-memframe.S
718 target/arm/imx31/debug-imx31.c
719 target/arm/imx31/rolo_restart.S
720 target/arm/imx31/gigabeat-s/adc-imx31.c
721 target/arm/imx31/gigabeat-s/ata-imx31.c
722 target/arm/imx31/gigabeat-s/avic-imx31.c
723 target/arm/imx31/gigabeat-s/backlight-imx31.c
724 target/arm/imx31/gigabeat-s/button-imx31.c
725 target/arm/imx31/gigabeat-s/clkctl-imx31.c
726 target/arm/imx31/gigabeat-s/dma_start.c
727 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
728 target/arm/imx31/gigabeat-s/gpio-imx31.c
729 target/arm/imx31/gigabeat-s/kernel-imx31.c
730 target/arm/imx31/gigabeat-s/i2c-imx31.c
731 target/arm/imx31/gigabeat-s/i2s-imx31.c
732 target/arm/imx31/gigabeat-s/lcd-imx31.c
733 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
734 target/arm/imx31/gigabeat-s/mc13783-imx31.c
735 target/arm/imx31/gigabeat-s/mmu-imx31.c
736 target/arm/imx31/gigabeat-s/power-imx31.c
737 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
738 target/arm/imx31/gigabeat-s/spi-imx31.c
739 target/arm/imx31/gigabeat-s/system-imx31.c
740 target/arm/imx31/gigabeat-s/usb-imx31.c
741 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
743 target/arm/imx31/gigabeat-s/pcm-imx31.c
745 #endif /* SIMULATOR */
746 #endif /* GIGABEAT_S */
748 #if CONFIG_CPU == DM320
749 target/arm/tms320dm320/debug-dm320.c
750 target/arm/tms320dm320/dsp-dm320.c
751 target/arm/tms320dm320/i2c-dm320.c
752 target/arm/tms320dm320/kernel-dm320.c
753 target/arm/tms320dm320/spi-dm320.c
754 target/arm/tms320dm320/system-dm320.c
755 target/arm/tms320dm320/timer-dm320.c
756 target/arm/tms320dm320/uart-dm320.c
757 #endif /* CONFIG_CPU == DM320 */
761 target/arm/lcd-as-memframe.S
763 target/arm/tms320dm320/mrobe-500/adc-mr500.c
764 target/arm/tms320dm320/mrobe-500/ata-mr500.c
765 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
766 target/arm/tms320dm320/mrobe-500/button-mr500.c
767 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
768 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
769 #if defined(HAVE_REMOTE_LCD)
770 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
772 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
773 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
774 target/arm/tms320dm320/mrobe-500/power-mr500.c
775 target/arm/tms320dm320/mrobe-500/usb-mr500.c
776 #endif /* SIMULATOR */
777 #endif /* MROBE_500 */
781 target/arm/ata-as-arm.S
782 target/arm/lcd-as-memframe.S
784 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
785 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
786 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
787 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
788 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
789 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
790 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
791 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
792 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
793 #endif /* SIMULATOR */
794 #endif /* CREATIVE_ZVx */
799 target/arm/ata-as-arm.S
800 target/arm/ata-pp5020.c
801 target/arm/wmcodec-pp.c
803 target/arm/adc-pp5020.c
804 target/arm/olympus/mrobe-100/backlight-mr100.c
805 target/arm/olympus/mrobe-100/button-mr100.c
806 target/arm/olympus/mrobe-100/lcd-mr100.c
807 target/arm/olympus/mrobe-100/lcd-as-mr100.S
808 target/arm/olympus/mrobe-100/power-mr100.c
809 target/arm/olympus/mrobe-100/powermgmt-mr100.c
810 target/arm/usb-fw-pp502x.c
811 #endif /* SIMULATOR */
812 #endif /* MROBE_100 */
816 target/arm/ata-as-arm.S
817 target/arm/ata-pp5020.c
818 target/arm/wmcodec-pp.c
820 target/arm/tatung/tpj1022/adc-tpj1022.c
821 target/arm/tatung/tpj1022/backlight-tpj1022.c
822 target/arm/tatung/tpj1022/button-tpj1022.c
823 target/arm/tatung/tpj1022/lcd-tpj1022.c
824 target/arm/tatung/tpj1022/power-tpj1022.c
825 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
826 target/arm/usb-fw-pp502x.c
827 #endif /* SIMULATOR */
828 #endif /* ELIO_TPJ1022 */
833 target/arm/wmcodec-pp.c
835 target/arm/ata-as-arm.S
836 target/arm/ata-pp5020.c
837 target/arm/ipod/adc-ipod-pcf.c
838 target/arm/ipod/backlight-4g_color.c
839 target/arm/ipod/button-clickwheel.c
840 target/arm/ipod/lcd-as-gray.S
841 target/arm/ipod/lcd-gray.c
842 target/arm/ipod/power-ipod.c
843 target/arm/ipod/powermgmt-ipod-pcf.c
844 target/arm/usb-fw-pp502x.c
845 #endif /* SIMULATOR */
851 target/arm/ata-as-arm.S
852 target/arm/ata-pp5020.c
853 target/arm/wmcodec-pp.c
855 target/arm/ipod/adc-ipod-pcf.c
856 target/arm/ipod/backlight-4g_color.c
857 target/arm/ipod/button-clickwheel.c
858 target/arm/ipod/lcd-color_nano.c
859 target/arm/ipod/power-ipod.c
860 target/arm/ipod/powermgmt-ipod-pcf.c
861 target/arm/usb-fw-pp502x.c
862 #endif /* SIMULATOR */
863 #endif /* IPOD_COLOR */
868 target/arm/ata-as-arm.S
869 target/arm/ata-pp5020.c
870 target/arm/wmcodec-pp.c
872 target/arm/ipod/adc-ipod-pcf.c
873 target/arm/ipod/backlight-nano_video.c
874 target/arm/ipod/button-clickwheel.c
875 target/arm/ipod/lcd-color_nano.c
876 target/arm/ipod/power-ipod.c
877 target/arm/ipod/powermgmt-ipod-pcf.c
878 target/arm/usb-fw-pp502x.c
879 #endif /* SIMULATOR */
880 #endif /* IPOD_NANO */
885 target/arm/ata-as-arm.S
886 target/arm/ata-pp5020.c
887 target/arm/wmcodec-pp.c
889 target/arm/ipod/adc-ipod-pcf.c
890 target/arm/ipod/backlight-nano_video.c
891 target/arm/ipod/button-clickwheel.c
892 target/arm/ipod/power-ipod.c
893 target/arm/ipod/powermgmt-ipod-pcf.c
894 target/arm/ipod/video/lcd-as-video.S
895 target/arm/ipod/video/lcd-video.c
896 target/arm/usb-fw-pp502x.c
897 #endif /* SIMULATOR */
898 #endif /* IPOD_VIDEO */
903 target/arm/ata-pp5002.c
904 target/arm/wmcodec-pp.c
906 target/arm/ipod/adc-ipod-pcf.c
907 target/arm/ipod/3g/backlight-3g.c
908 target/arm/ipod/button-1g-3g.c
909 target/arm/ipod/lcd-as-gray.S
910 target/arm/ipod/lcd-gray.c
911 target/arm/ipod/power-ipod.c
912 target/arm/ipod/powermgmt-ipod-pcf.c
913 target/arm/usb-fw-pp5002.c
914 #endif /* SIMULATOR */
919 target/arm/ata-pp5002.c
920 target/arm/wmcodec-pp.c
922 target/arm/ipod/1g2g/adc-ipod-1g2g.c
923 target/arm/ipod/1g2g/backlight-1g2g.c
924 target/arm/ipod/1g2g/powermgmt-1g2g.c
925 target/arm/ipod/button-1g-3g.c
926 target/arm/ipod/lcd-as-gray.S
927 target/arm/ipod/lcd-gray.c
928 target/arm/ipod/power-ipod.c
929 target/arm/usb-fw-pp5002.c
930 #endif /* SIMULATOR */
931 #endif /* IPOD_1G2G */
936 target/arm/ata-as-arm.S
937 target/arm/ata-pp5020.c
938 target/arm/wmcodec-pp.c
940 target/arm/ipod/adc-ipod-pcf.c
941 target/arm/ipod/backlight-mini1g_mini2g.c
942 target/arm/ipod/button-mini1g.c
943 target/arm/ipod/lcd-as-gray.S
944 target/arm/ipod/lcd-gray.c
945 target/arm/ipod/power-ipod.c
946 target/arm/ipod/powermgmt-ipod-pcf.c
947 target/arm/usb-fw-pp502x.c
948 #endif /* SIMULATOR */
949 #endif /* IPOD_MINI */
954 target/arm/ata-as-arm.S
955 target/arm/ata-pp5020.c
956 target/arm/wmcodec-pp.c
958 target/arm/ipod/adc-ipod-pcf.c
959 target/arm/ipod/backlight-mini1g_mini2g.c
960 target/arm/ipod/button-clickwheel.c
961 target/arm/ipod/lcd-as-gray.S
962 target/arm/ipod/lcd-gray.c
963 target/arm/ipod/power-ipod.c
964 target/arm/ipod/powermgmt-ipod-pcf.c
965 target/arm/usb-fw-pp502x.c
966 #endif /* SIMULATOR */
967 #endif /* IPOD_MINI2G */
971 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
972 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
973 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
974 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
975 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
976 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
977 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
979 target/arm/pnx0101/pcm-pnx0101.c
980 #endif /* BOOTLOADER */
981 #endif /* SIMULATOR */
982 #endif /* IRIVER_IFP7XX */
987 target/arm/lcd-ssd1815.c
988 target/arm/tcc77x/adc-tcc77x.c
989 target/arm/tcc77x/kernel-tcc77x.c
990 target/arm/tcc77x/powermgmt-tcc77x.c
991 target/arm/tcc77x/system-tcc77x.c
992 target/arm/tcc77x/timer-tcc77x.c
993 target/arm/tcc77x/usb-tcc77x.c
994 target/arm/tcc77x/logikdax/button-logikdax.c
995 target/arm/tcc77x/logikdax/power-logikdax.c
997 target/arm/wmcodec-telechips.c
998 target/arm/tcc77x/debug-tcc77x.c
999 target/arm/pcm-telechips.c
1000 target/arm/tcc77x/logikdax/audio-logikdax.c
1001 #endif /* BOOTLOADER */
1002 #endif /* SIMULATOR */
1003 #endif /* LOGIK_DAX */
1008 target/arm/lcd-ssd1815.c
1009 target/arm/tcc77x/adc-tcc77x.c
1010 target/arm/tcc77x/kernel-tcc77x.c
1011 target/arm/tcc77x/powermgmt-tcc77x.c
1012 target/arm/tcc77x/system-tcc77x.c
1013 target/arm/tcc77x/timer-tcc77x.c
1014 target/arm/tcc77x/usb-tcc77x.c
1015 target/arm/tcc77x/m200/button-m200.c
1016 target/arm/tcc77x/m200/power-m200.c
1018 target/arm/wmcodec-telechips.c
1019 target/arm/tcc77x/debug-tcc77x.c
1020 target/arm/pcm-telechips.c
1021 target/arm/tcc77x/m200/audio-m200.c
1022 #endif /* BOOTLOADER */
1023 #endif /* SIMULATOR */
1024 #endif /* SANSA_M200 */
1029 target/arm/tcc77x/adc-tcc77x.c
1030 target/arm/tcc77x/kernel-tcc77x.c
1031 target/arm/tcc77x/c100/lcd-S6B33B2.c
1032 target/arm/tcc77x/powermgmt-tcc77x.c
1033 target/arm/tcc77x/system-tcc77x.c
1034 target/arm/tcc77x/timer-tcc77x.c
1035 target/arm/tcc77x/usb-tcc77x.c
1036 target/arm/tcc77x/c100/button-c100.c
1037 target/arm/tcc77x/c100/power-c100.c
1039 target/arm/tcc77x/debug-tcc77x.c
1040 target/arm/pcm-telechips.c
1041 #endif /* BOOTLOADER */
1042 #endif /* SIMULATOR */
1043 #endif /* SANSA_C100 */
1047 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1048 target/arm/as3525/sansa-clip/button-clip.c
1049 target/arm/as3525/sansa-clip/backlight-clip.c
1050 target/arm/as3525/as3525-codec.c
1051 #endif /* !SIMULATOR */
1052 #endif /* SANSA_CLIP */
1056 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1057 target/arm/as3525/sansa-e200v2/button-e200v2.c
1058 target/arm/as3525/sansa-e200v2/backlight-e200v2.c
1059 target/arm/as3525/as3525-codec.c
1060 #endif /* !SIMULATOR */
1061 #endif /* SANSA_E200V2 */
1065 target/arm/lcd-ssd1815.c
1066 target/arm/as3525/sansa-m200v2/button-m200v2.c
1067 target/arm/as3525/as3525-codec.c
1068 #endif /* !SIMULATOR */
1069 #endif /* SANSA_M200V2 */
1073 target/arm/as3525/sansa-fuze/button-fuze.c
1074 target/arm/as3525/sansa-fuze/lcd-fuze.c
1075 target/arm/as3525/sansa-e200v2/backlight-e200v2.c
1076 target/arm/as3525/as3525-codec.c
1077 #endif /* !SIMULATOR */
1078 #endif /* SANSA_FUZE */
1084 target/arm/tcc77x/system-tcc77x.c
1085 target/arm/tcc77x/kernel-tcc77x.c
1086 target/arm/tcc77x/timer-tcc77x.c
1087 target/arm/tcc77x/adc-tcc77x.c
1088 target/arm/tcc77x/powermgmt-tcc77x.c
1089 target/arm/tcc77x/usb-tcc77x.c
1090 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1091 target/arm/tcc77x/iaudio7/power-iaudio7.c
1092 target/arm/tcc77x/iaudio7/button-iaudio7.c
1093 target/arm/tcc77x/iaudio7/ata2501.c
1095 target/arm/wmcodec-telechips.c
1096 target/arm/pcm-telechips.c
1097 target/arm/tcc77x/debug-tcc77x.c
1098 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1099 #endif /* BOOTLOADER */
1100 #endif /* SIMULATOR */
1101 #endif /* IAUDIO_7 */
1107 target/arm/lcd-as-memframe.S
1108 target/arm/tcc780x/adc-tcc780x.c
1109 target/arm/tcc780x/system-tcc780x.c
1110 target/arm/tcc780x/cowond2/button-cowond2.c
1111 target/arm/tcc780x/cowond2/lcd-cowond2.c
1112 target/arm/tcc780x/cowond2/power-cowond2.c
1113 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1114 target/arm/tcc780x/cowond2/usb-cowond2.c
1115 target/arm/tcc780x/cowond2/backlight-cowond2.c
1117 target/arm/tcc780x/kernel-tcc780x.c
1118 target/arm/tcc780x/timer-tcc780x.c
1119 target/arm/wmcodec-telechips.c
1120 target/arm/tcc780x/debug-tcc780x.c
1121 target/arm/pcm-telechips.c
1122 target/arm/tcc780x/cowond2/audio-cowond2.c
1123 #endif /* BOOTLOADER */
1124 #endif /* SIMULATOR */
1125 #endif /* COWON_D2 */
1127 #if CONFIG_CPU==S5L8700
1128 target/arm/s5l8700/system-s5l8700.c
1129 target/arm/s5l8700/ata-nand-s5l8700.c
1133 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1137 #endif /* BOOTLOADER */
1138 #endif /* SIMULATOR */
1139 #endif /* MEIZU_M6SL */
1142 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1145 #endif /* BOOTLOADER */
1146 #endif /* SIMULATOR */
1147 #endif /* MEIZU_M6SP */
1150 target/arm/s5l8700/meizu-m3/lcd-m3.c
1154 #endif /* BOOTLOADER */
1155 #endif /* SIMULATOR */
1156 #endif /* MEIZU_M3 */
1158 #if CONFIG_CPU==JZ4732
1159 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1160 target/mips/ingenic_jz47xx/lcd-jz4740.c
1161 target/mips/ingenic_jz47xx/kernel-jz4740.c
1162 target/mips/ingenic_jz47xx/system-jz4740.c
1163 target/mips/ingenic_jz47xx/usb-jz4740.c
1168 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx747.c
1169 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1170 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1174 target/mips/ingenic_jz47xx/onda_vx767/backlight-ondavx767.c
1175 target/mips/ingenic_jz47xx/onda_vx767/button-ondavx767.c
1176 target/mips/ingenic_jz47xx/onda_vx767/lcd-ondavx767.c