9 #ifdef ROCKBOX_HAS_LOGF
11 #endif /* ROCKBOX_HAS_LOGF */
16 #endif /* RB_PROFILE */
20 #endif /* SIMULATOR */
34 #endif /* SIMULATOR */
37 #endif /* HAVE_DIRCACHE */
39 #if !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__)
41 #endif /* !defined(SIMULATOR) || defined(__MINGW32__) || defined(__CYGWIN__) */
66 #ifdef HAVE_LCD_CHARCELLS
67 drivers/lcd-charcell.c
68 drivers/lcd-charset-player.c
69 #endif /* HAVE_LCD_CHARCELLS */
71 #ifdef HAVE_LCD_BITMAP
82 drivers/lcd-1bit-vert.c
84 #if LCD_PIXELFORMAT == HORIZONTAL_PACKING
85 drivers/lcd-2bit-horz.c
86 #elif LCD_PIXELFORMAT == VERTICAL_PACKING
87 drivers/lcd-2bit-vert.c
88 #elif LCD_PIXELFORMAT == VERTICAL_INTERLEAVED
90 #endif /* LCD_PIXELFORMAT */
93 #endif /* LCD_DEPTH */
94 #endif /* HAVE_LCD_BITMAP */
96 #ifdef HAVE_REMOTE_LCD
97 #if LCD_REMOTE_DEPTH == 1
98 drivers/lcd-remote-1bit-v.c
99 #elif LCD_REMOTE_DEPTH == 2
100 drivers/lcd-remote-2bit-vi.c
101 #endif /* LCD_REMOTE_DEPTH */
102 #endif /* HAVE_REMOTE_LCD */
104 #if (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_SETTING) \
105 || (CONFIG_BACKLIGHT_FADING == BACKLIGHT_FADING_SW_HW_REG)
106 backlight-sw-fading.c
107 #endif /* CONFIG_BACKLIGHT_FADING */
119 #endif /* SIMULATOR */
120 #ifdef HAVE_TOUCHSCREEN
121 drivers/touchscreen.c
127 #if (CONFIG_STORAGE & STORAGE_MMC)
129 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
131 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
132 target/arm/ata-nand-telechips.c
133 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
134 target/arm/s5l8700/ata-nand-s5l8700.c
135 #elif (CONFIG_STORAGE & STORAGE_ATA)
137 #elif (CONFIG_STORAGE & STORAGE_RAMDISK)
139 #endif /* CONFIG_STORAGE */
141 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
144 #endif /* SIMULATOR */
148 drivers/eeprom_24cxx.c
149 #ifdef HAVE_EEPROM_SETTINGS
151 #endif /* HAVE_EEPROM_SETTINGS */
152 #endif /* HAVE_EEPROM */
156 #if (CONFIG_RTC == RTC_M41ST84W)
157 drivers/rtc/rtc_m41st84w.c
158 #elif (CONFIG_RTC == RTC_PCF50606)
159 drivers/rtc/rtc_pcf50606.c
160 #elif (CONFIG_RTC == RTC_PCF50605)
161 drivers/rtc/rtc_pcf50605.c
162 #elif (CONFIG_RTC == RTC_E8564)
163 drivers/rtc/rtc_e8564.c
164 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
165 drivers/rtc/rtc_ds1339_ds3231.c
166 #elif (CONFIG_RTC == RTC_S3C2440)
167 drivers/rtc/rtc_s3c2440.c
168 #elif (CONFIG_RTC == RTC_AS3514)
169 drivers/rtc/rtc_as3514.c
170 #elif (CONFIG_RTC == RTC_RX5X348AB)
171 drivers/rtc/rtc_rx5x348ab.c
172 #elif (CONFIG_RTC == RTC_MR100)
173 drivers/rtc/rtc_mr100.c
174 #elif (CONFIG_RTC == RTC_MC13783)
175 drivers/rtc/rtc_mc13783.c
176 #elif (CONFIG_RTC == RTC_TCC77X)
177 drivers/rtc/rtc_tcc77x.c
178 #elif (CONFIG_RTC == RTC_JZ47XX)
179 drivers/rtc/rtc_jz4740.c
180 #endif /* (CONFIG_RTC == RTC_) */
181 #endif /* SIMULATOR */
187 #if (CONFIG_TUNER & LV24020LP)
188 drivers/tuner/lv24020lp.c
189 #endif /* (CONFIG_TUNER & LV24020LP) */
190 #if (CONFIG_TUNER & S1A0903X01)
192 drivers/tuner/s1a0903x01.c
193 #endif /* (CONFIG_TUNER & S1A0903X01) */
194 #if (CONFIG_TUNER & TEA5767)
195 drivers/tuner/tea5767.c
196 #endif /* (CONFIG_TUNER & TEA5767) */
197 #if (CONFIG_TUNER & SI4700)
198 drivers/tuner/si4700.c
199 #endif /* (CONFIG_TUNER & SI4700) */
200 #endif /*SIMULATOR */
201 #endif /* CONFIG_TUNER */
204 #if CONFIG_CODEC != SWCODEC
206 #endif /* CONFIG_CODEC != SWCODEC */
209 #if CONFIG_CODEC == SWCODEC
214 #ifdef HAVE_RECORDING
216 #endif /* HAVE_RECORDING */
217 #endif /* BOOTLOADER */
224 #endif /* SIMULATOR */
225 #endif /* BOOTLOADER */
230 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
231 #if defined(HAVE_UDA1380)
232 drivers/audio/uda1380.c
233 #elif defined(HAVE_WM8751)
234 drivers/audio/wm8751.c
235 #elif defined(HAVE_WM8978)
236 drivers/audio/wm8978.c
237 #elif defined(HAVE_WM8975)
238 drivers/audio/wm8975.c
239 #elif defined(HAVE_WM8985)
240 drivers/audio/wm8985.c
241 #elif defined(HAVE_WM8758)
242 drivers/audio/wm8758.c
243 #elif defined(HAVE_WM8711) \
244 || defined(HAVE_WM8721) \
245 || defined(HAVE_WM8731)
246 drivers/audio/wm8731.c
247 #elif defined(HAVE_AS3514)
248 drivers/audio/as3514.c
249 #elif defined(HAVE_TLV320)
250 drivers/audio/tlv320.c
251 #elif defined(HAVE_MAS35XX)
252 drivers/audio/mas35xx.c
253 #endif /* defined(HAVE_*) */
254 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
257 #if !defined(SIMULATOR)
260 usbstack/usb_storage.c
261 usbstack/usb_serial.c
262 usbstack/usb_charging_only.c
263 #if CONFIG_USBOTG == USBOTG_ARC
264 target/arm/usb-drv-arc.c
265 #elif CONFIG_USBOTG == USBOTG_ISP1583
268 #else /* !defined(HAVE_USBSTACK) */
269 #if CONFIG_USBOTG == USBOTG_ISP1362
271 #elif CONFIG_USBOTG == USBOTG_M5636
274 #endif /* !defined(HAVE_USBSTACK) */
275 #endif /* !defined(SIMULATOR) */
277 /* Other Random Hardware */
279 #if !defined(SIMULATOR)
281 drivers/audio/tsc2100.c
282 #endif /* !SIMULATOR */
285 /* CPU Specific - By class then particular chip if applicable */
293 target/sh/kernel-sh.c
294 target/sh/memcpy-sh.S
295 target/sh/memmove-sh.S
296 target/sh/memset-sh.S
297 target/sh/strlen-sh.S
298 target/sh/system-sh.c
299 target/sh/archos/descramble.S
300 #endif /* SIMULATOR */
302 #elif defined(CPU_COLDFIRE)
305 target/coldfire/crt0.S
306 #ifdef HAVE_PRIORITY_SCHEDULING
308 target/coldfire/ffs-coldfire.S
310 target/coldfire/memcpy-coldfire.S
311 target/coldfire/memmove-coldfire.S
312 target/coldfire/memset-coldfire.S
313 target/coldfire/strlen-coldfire.S
314 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
315 || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
316 target/coldfire/memset16-coldfire.S
318 target/coldfire/kernel-coldfire.c
319 target/coldfire/system-coldfire.c
321 target/coldfire/pcm-coldfire.c
322 #endif /* BOOTLOADER */
323 #if CONFIG_I2C == I2C_COLDFIRE
324 target/coldfire/i2c-coldfire.c
325 #endif /* CONFIG_I2C == I2C_COLDFIRE */
326 #endif /* SIMULATOR */
328 #elif defined(CPU_PP) || defined(CPU_ARM)
329 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
330 target/arm/memcpy-arm.S
331 target/arm/memmove-arm.S
334 target/arm/memset-arm.S
335 target/arm/memset16-arm.S
336 #ifdef HAVE_PRIORITY_SCHEDULING
339 target/arm/system-arm.c
340 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
342 #elif CONFIG_I2C == I2C_PNX0101
343 target/arm/pnx0101/i2c-pnx0101.c
344 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X
345 target/arm/i2c-telechips.c
346 #elif CONFIG_I2C == I2C_S3C2440
347 /* no i2c driver yet */
350 #if CONFIG_CPU == PNX0101
351 target/arm/pnx0101/kernel-pnx0101.c
352 target/arm/pnx0101/system-pnx0101.c
355 #if CONFIG_CPU == AS3525
356 target/arm/as3525/system-as3525.c
357 target/arm/as3525/kernel-as3525.c
358 target/arm/as3525/ata_sd_as3525.c
359 target/arm/as3525/power-as3525.c
360 target/arm/as3525/usb-as3525.c
361 target/arm/as3525/dma-pl081.c
362 target/arm/as3525/ascodec-as3525.c
364 drivers/generic_i2c.c
365 target/arm/adc-as3514.c
366 target/arm/as3525/audio-as3525.c
367 target/arm/as3525/debug-as3525.c
368 target/arm/as3525/fmradio-i2c-as3525.c
369 target/arm/as3525/i2c-as3525.c
370 target/arm/as3525/i2s-as3525.c
371 target/arm/as3525/pcm-as3525.c
372 #endif /* BOOTLOADER */
373 #endif /* CONFIG_CPU == AS3525 */
376 target/arm/kernel-pp.c
377 #if CONFIG_CPU == PP5002
378 target/arm/system-pp5002.c
379 #elif defined CPU_PP502x
380 target/arm/system-pp502x.c
383 target/arm/crt0-pp-bl.S
386 #if !defined(SANSA_E200) && !defined(SANSA_C200)
387 target/arm/audio-pp.c
388 #endif /* SANSA_E200 */
391 #elif CONFIG_CPU == PNX0101
392 target/arm/pnx0101/crt0-pnx0101.S
393 #elif CONFIG_CPU==DM320
394 target/arm/tms320dm320/crt0.S
395 #elif CONFIG_CPU==S3C2440
396 target/arm/s3c2440/crt0.S
397 #elif defined(CPU_TCC77X)
398 target/arm/tcc77x/crt0.S
399 #elif defined(CPU_TCC780X)
400 target/arm/tcc780x/crt0.S
401 #elif CONFIG_CPU==IMX31L
402 target/arm/imx31/crt0.S
403 #elif CONFIG_CPU==S5L8700
404 target/arm/s5l8700/crt0.S
405 #elif defined(CPU_ARM)
407 #endif /* defined(CPU_*) */
408 #endif /* SIMULATOR */
410 #elif defined(CPU_MIPS)
412 /*target/mips/strlen.S*/
416 target/mips/ffs-mips.S
417 target/mips/memcpy-mips.S
418 target/mips/memset-mips.S
419 target/mips/mmu-mips.c
420 #if CONFIG_CPU==JZ4732
421 target/mips/ingenic_jz47xx/crt0.S
422 #endif /* CONFIG_CPU == JZ4732 */
426 #ifdef HAVE_PRIORITY_SCHEDULING
437 #endif /* SIMULATOR */
439 #endif /* defined(CPU_*) */
443 target/sh/archos/ata-archos.c
444 target/sh/archos/ata-as-archos.S
445 target/sh/archos/player/button-player.c
446 target/sh/archos/player/hwcompat-player.c
447 target/sh/archos/player/lcd-as-player.S
448 target/sh/archos/player/lcd-player.c
449 target/sh/archos/player/power-player.c
450 target/sh/archos/player/powermgmt-player.c
451 target/sh/archos/player/usb-player.c
452 #endif /* SIMULATOR */
453 #endif /* ARCHOS_PLAYER */
455 #ifdef ARCHOS_RECORDER
457 target/sh/archos/ata-archos.c
458 target/sh/archos/ata-as-archos.S
459 target/sh/archos/lcd-archos-bitmap.c
460 target/sh/archos/lcd-as-archos-bitmap.S
461 target/sh/archos/recorder/button-recorder.c
462 target/sh/archos/recorder/power-recorder.c
463 target/sh/archos/recorder/powermgmt-recorder.c
464 target/sh/archos/recorder/usb-recorder.c
465 #endif /* SIMULATOR */
466 #endif /* ARCHOS_RECORDER */
468 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
470 target/sh/archos/ata-archos.c
471 target/sh/archos/ata-as-archos.S
472 target/sh/archos/lcd-archos-bitmap.c
473 target/sh/archos/lcd-as-archos-bitmap.S
474 target/sh/archos/fm_v2/button-fm_v2.c
475 target/sh/archos/fm_v2/power-fm_v2.c
476 target/sh/archos/fm_v2/powermgmt-fm_v2.c
477 target/sh/archos/fm_v2/usb-fm_v2.c
478 #endif /* SIMULATOR */
479 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
481 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
483 target/sh/archos/lcd-archos-bitmap.c
484 target/sh/archos/lcd-as-archos-bitmap.S
485 target/sh/archos/ondio/button-ondio.c
486 target/sh/archos/ondio/power-ondio.c
487 target/sh/archos/ondio/powermgmt-ondio.c
488 target/sh/archos/ondio/usb-ondio.c
489 #if (CONFIG_TUNER & TEA5767)
490 target/sh/archos/ondio/fmradio_i2c-ondio.c
492 #endif /* SIMULATOR */
493 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
497 target/arm/adc-as3514.c
498 target/arm/ascodec-pp.c
499 target/arm/ata-sd-pp.c
500 target/arm/lcd-as-memframe.S
501 target/arm/powermgmt-ascodec.c
503 target/arm/usb-fw-pp502x.c
504 target/arm/sandisk/backlight-c200_e200.c
505 target/arm/sandisk/power-c200_e200.c
506 target/arm/sandisk/sansa-e200/lcd-e200.c
507 target/arm/sandisk/sansa-e200/button-e200.c
508 target/arm/sandisk/sansa-e200/powermgmt-e200.c
510 target/arm/sandisk/audio-c200_e200.c
511 #endif /* BOOTLOADER */
512 #endif /* SIMULATOR */
513 #endif /* SANSA_E200 */
517 target/arm/adc-as3514.c
518 target/arm/ascodec-pp.c
519 target/arm/ata-sd-pp.c
521 target/arm/powermgmt-ascodec.c
522 target/arm/usb-fw-pp502x.c
523 target/arm/sandisk/backlight-c200_e200.c
524 target/arm/sandisk/power-c200_e200.c
525 target/arm/sandisk/sansa-c200/lcd-c200.c
526 target/arm/sandisk/sansa-c200/lcd-as-c200.S
527 target/arm/sandisk/sansa-c200/button-c200.c
528 target/arm/sandisk/sansa-c200/powermgmt-c200.c
530 target/arm/sandisk/audio-c200_e200.c
531 #endif /* BOOTLOADER */
532 #endif /* SIMULATOR */
533 #endif /* SANSA_C200 */
535 #ifdef PHILIPS_SA9200
537 target/arm/adc-as3514.c
538 target/arm/ascodec-pp.c
539 target/arm/ata-sd-pp.c
541 target/arm/powermgmt-ascodec.c
542 target/arm/usb-fw-pp502x.c
543 target/arm/philips/sa9200/backlight-sa9200.c
544 target/arm/philips/sa9200/button-sa9200.c
545 target/arm/philips/sa9200/lcd-sa9200.c
546 target/arm/philips/sa9200/power-sa9200.c
547 target/arm/philips/sa9200/powermgmt-sa9200.c
548 #endif /* SIMULATOR */
549 #endif /* PHILIPS_SA9200 */
551 #ifdef PHILIPS_HDD1630
554 drivers/synaptics-mep.c
555 #endif /* BOOTLOADER */
556 target/arm/ata-as-arm.S
557 target/arm/ata-pp5020.c
558 target/arm/wmcodec-pp.c
560 target/arm/adc-pp5020.c
561 target/arm/philips/hdd1630/backlight-hdd1630.c
562 target/arm/philips/hdd1630/button-hdd1630.c
563 target/arm/philips/hdd1630/fmradio_i2c-hdd1630.c
564 target/arm/philips/hdd1630/lcd-hdd1630.c
565 target/arm/philips/hdd1630/lcd-as-hdd1630.S
566 target/arm/philips/hdd1630/power-hdd1630.c
567 target/arm/philips/hdd1630/powermgmt-hdd1630.c
568 target/arm/usb-fw-pp502x.c
569 #endif /* SIMULATOR */
570 #endif /* PHILIPS_HDD1630 */
574 target/coldfire/ata-as-coldfire.S
575 target/coldfire/pcf50606-coldfire.c
576 target/coldfire/iaudio/adc-iaudio.c
577 target/coldfire/iaudio/ata-iaudio.c
578 target/coldfire/iaudio/lcd-remote-as-iaudio.S
579 target/coldfire/iaudio/lcd-remote-iaudio.c
580 target/coldfire/iaudio/pcf50606-iaudio.c
581 target/coldfire/iaudio/powermgmt-iaudio.c
582 target/coldfire/iaudio/system-iaudio.c
583 target/coldfire/iaudio/usb-iaudio.c
584 target/coldfire/iaudio/x5/backlight-x5.c
585 target/coldfire/iaudio/x5/button-x5.c
586 target/coldfire/iaudio/x5/ds2411-x5.c
587 target/coldfire/iaudio/x5/fmradio_i2c-x5.c
588 target/coldfire/iaudio/x5/lcd-as-x5.S
589 target/coldfire/iaudio/x5/lcd-x5.c
590 target/coldfire/iaudio/x5/m5636-x5.c
591 target/coldfire/iaudio/x5/power-x5.c
593 target/coldfire/iaudio/x5/audio-x5.c
595 #endif /* SIMULATOR */
596 #endif /* IAUDIO_X5 */
600 target/coldfire/ata-as-coldfire.S
601 target/coldfire/pcf50606-coldfire.c
602 target/coldfire/iaudio/adc-iaudio.c
603 target/coldfire/iaudio/ata-iaudio.c
604 target/coldfire/iaudio/lcd-remote-as-iaudio.S
605 target/coldfire/iaudio/lcd-remote-iaudio.c
606 target/coldfire/iaudio/m5/backlight-m5.c
607 target/coldfire/iaudio/m5/button-m5.c
608 target/coldfire/iaudio/m5/lcd-as-m5.S
609 target/coldfire/iaudio/m5/lcd-m5.c
610 target/coldfire/iaudio/m5/power-m5.c
611 target/coldfire/iaudio/pcf50606-iaudio.c
612 target/coldfire/iaudio/powermgmt-iaudio.c
613 target/coldfire/iaudio/system-iaudio.c
614 target/coldfire/iaudio/usb-iaudio.c
616 target/coldfire/iaudio/m5/audio-m5.c
618 #endif /* SIMULATOR */
619 #endif /* IAUDIO_M5 */
623 target/coldfire/ata-as-coldfire.S
624 target/coldfire/iaudio/m3/adc-m3.c
625 target/coldfire/iaudio/m3/ata-m3.c
626 target/coldfire/iaudio/m3/backlight-m3.c
627 target/coldfire/iaudio/m3/button-m3.c
628 target/coldfire/iaudio/m3/fmradio_i2c-m3.c
629 target/coldfire/iaudio/m3/lcd-m3.c
630 target/coldfire/iaudio/m3/lcd-as-m3.S
631 target/coldfire/iaudio/m3/power-m3.c
632 target/coldfire/iaudio/m3/powermgmt-m3.c
633 target/coldfire/iaudio/m3/system-m3.c
634 target/coldfire/iaudio/m3/usb-m3.c
636 target/coldfire/iaudio/m3/audio-m3.c
638 #endif /* SIMULATOR */
639 #endif /* IAUDIO_M3 */
641 #ifdef IRIVER_IFP7XX_SERIES
646 #endif /* IRIVER_IFP7XX_SERIES */
648 #ifdef IRIVER_H300_SERIES
650 target/coldfire/ata-as-coldfire.S
651 target/coldfire/pcf50606-coldfire.c
652 target/coldfire/iriver/ata-iriver.c
653 target/coldfire/iriver/lcd-remote-iriver.c
654 target/coldfire/iriver/lcd-remote-as-iriver.S
655 target/coldfire/iriver/system-iriver.c
656 target/coldfire/iriver/fmradio_i2c-iriver.c
657 target/coldfire/iriver/h300/sw_i2c-h300.c
658 target/coldfire/iriver/h300/adc-h300.c
659 target/coldfire/iriver/h300/backlight-h300.c
660 target/coldfire/iriver/h300/button-h300.c
661 target/coldfire/iriver/h300/pcf50606-h300.c
662 target/coldfire/iriver/h300/lcd-as-h300.S
663 target/coldfire/iriver/h300/lcd-h300.c
664 target/coldfire/iriver/h300/power-h300.c
665 target/coldfire/iriver/h300/powermgmt-h300.c
666 target/coldfire/iriver/h300/usb-h300.c
668 target/coldfire/iriver/audio-iriver.c
670 #endif /* SIMULATOR */
671 #endif /* IRIVER_H300_SERIES */
673 #ifdef IRIVER_H100_SERIES
676 target/coldfire/ata-as-coldfire.S
677 target/coldfire/iriver/ata-iriver.c
678 target/coldfire/iriver/lcd-remote-iriver.c
679 target/coldfire/iriver/lcd-remote-as-iriver.S
680 target/coldfire/iriver/system-iriver.c
681 target/coldfire/iriver/fmradio_i2c-iriver.c
682 target/coldfire/iriver/h100/adc-h100.c
683 target/coldfire/iriver/h100/backlight-h100.c
684 target/coldfire/iriver/h100/button-h100.c
685 target/coldfire/iriver/h100/lcd-as-h100.S
686 target/coldfire/iriver/h100/lcd-h100.c
687 target/coldfire/iriver/h100/power-h100.c
688 target/coldfire/iriver/h100/powermgmt-h100.c
690 target/coldfire/iriver/audio-iriver.c
691 target/coldfire/iriver/h100/spdif-h100.c
693 target/coldfire/iriver/h100/usb-h100.c
694 #endif /* SIMULATOR */
695 #endif /* IRIVER_H100_SERIES */
699 target/arm/ata-as-arm.S
700 target/arm/ata-pp5020.c
701 target/arm/wmcodec-pp.c
703 target/arm/adc-pp5020.c
704 target/arm/iriver/h10/backlight-h10.c
705 target/arm/iriver/h10/button-h10.c
706 target/arm/iriver/h10/fmradio_i2c-h10.c
707 target/arm/iriver/h10/lcd-h10_20gb.c
708 target/arm/iriver/h10/lcd-as-h10.S
709 target/arm/iriver/h10/power-h10.c
710 target/arm/iriver/h10/powermgmt-h10.c
711 target/arm/usb-fw-pp502x.c
712 #endif /* SIMULATOR */
713 #endif /* IRIVER_H10 */
715 #ifdef IRIVER_H10_5GB
717 target/arm/ata-as-arm.S
718 target/arm/ata-pp5020.c
719 target/arm/wmcodec-pp.c
721 target/arm/adc-pp5020.c
722 target/arm/iriver/h10/backlight-h10.c
723 target/arm/iriver/h10/button-h10.c
724 target/arm/iriver/h10/fmradio_i2c-h10.c
725 target/arm/iriver/h10/lcd-h10_5gb.c
726 target/arm/iriver/h10/power-h10.c
727 target/arm/iriver/h10/powermgmt-h10.c
728 target/arm/usb-fw-pp502x.c
729 #endif /* SIMULATOR */
730 #endif /* IRIVER_H10_5GB */
734 target/arm/lcd-as-memframe.S
736 target/arm/s3c2440/debug-s3c2440.c
737 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
738 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
739 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
740 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
741 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
742 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
743 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
744 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
745 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
746 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
748 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
749 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
750 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
751 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
752 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
754 #endif /* SIMULATOR */
755 #endif /* GIGABEAT_F */
759 target/arm/lcd-as-memframe.S
761 target/arm/imx31/ccm-imx31.c
762 target/arm/imx31/debug-imx31.c
763 target/arm/imx31/rolo_restart.S
764 target/arm/imx31/sdma-imx31.c
765 target/arm/imx31/gigabeat-s/adc-imx31.c
766 target/arm/imx31/gigabeat-s/ata-imx31.c
767 target/arm/imx31/gigabeat-s/avic-imx31.c
768 target/arm/imx31/gigabeat-s/backlight-imx31.c
769 target/arm/imx31/gigabeat-s/button-imx31.c
770 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
771 target/arm/imx31/gigabeat-s/gpio-imx31.c
772 target/arm/imx31/gigabeat-s/kernel-imx31.c
773 target/arm/imx31/gigabeat-s/i2c-imx31.c
774 target/arm/imx31/gigabeat-s/i2s-imx31.c
775 target/arm/imx31/gigabeat-s/lcd-imx31.c
776 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
777 target/arm/imx31/gigabeat-s/mc13783-imx31.c
778 target/arm/imx31/gigabeat-s/mmu-imx31.c
779 target/arm/imx31/gigabeat-s/power-imx31.c
780 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
781 target/arm/imx31/gigabeat-s/spi-imx31.c
782 target/arm/imx31/gigabeat-s/system-imx31.c
783 target/arm/imx31/gigabeat-s/usb-imx31.c
784 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
786 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
787 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
788 target/arm/imx31/gigabeat-s/headphone-gigabeat-s.c
789 target/arm/imx31/gigabeat-s/pcm-imx31.c
790 target/arm/imx31/gigabeat-s/timer-imx31.c
792 #endif /* SIMULATOR */
793 #endif /* GIGABEAT_S */
795 #if CONFIG_CPU == DM320
796 target/arm/tms320dm320/debug-dm320.c
797 target/arm/tms320dm320/dsp-dm320.c
798 target/arm/tms320dm320/i2c-dm320.c
799 target/arm/tms320dm320/kernel-dm320.c
800 target/arm/tms320dm320/spi-dm320.c
801 target/arm/tms320dm320/system-dm320.c
802 target/arm/tms320dm320/timer-dm320.c
803 target/arm/tms320dm320/uart-dm320.c
804 #endif /* CONFIG_CPU == DM320 */
808 target/arm/lcd-as-memframe.S
810 target/arm/tms320dm320/mrobe-500/adc-mr500.c
811 target/arm/tms320dm320/mrobe-500/ata-mr500.c
812 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
813 target/arm/tms320dm320/mrobe-500/button-mr500.c
814 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
815 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
816 #if defined(HAVE_REMOTE_LCD)
817 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
819 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
820 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
821 target/arm/tms320dm320/mrobe-500/power-mr500.c
822 target/arm/tms320dm320/mrobe-500/usb-mr500.c
823 #endif /* SIMULATOR */
824 #endif /* MROBE_500 */
828 target/arm/ata-as-arm.S
829 target/arm/lcd-as-memframe.S
831 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
832 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
833 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
834 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
835 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
836 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
837 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
838 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
839 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
840 #endif /* SIMULATOR */
841 #endif /* CREATIVE_ZVx */
846 drivers/synaptics-mep.c
847 #endif /* BOOTLOADER */
849 target/arm/ata-as-arm.S
850 target/arm/ata-pp5020.c
851 target/arm/wmcodec-pp.c
853 target/arm/adc-pp5020.c
854 target/arm/olympus/mrobe-100/backlight-mr100.c
855 target/arm/olympus/mrobe-100/button-mr100.c
856 target/arm/olympus/mrobe-100/lcd-mr100.c
857 target/arm/olympus/mrobe-100/lcd-as-mr100.S
858 target/arm/olympus/mrobe-100/power-mr100.c
859 target/arm/olympus/mrobe-100/powermgmt-mr100.c
860 target/arm/usb-fw-pp502x.c
861 #endif /* SIMULATOR */
862 #endif /* MROBE_100 */
866 target/arm/ata-as-arm.S
867 target/arm/ata-pp5020.c
868 target/arm/wmcodec-pp.c
870 target/arm/adc-pp5020.c
871 target/arm/tatung/tpj1022/backlight-tpj1022.c
872 target/arm/tatung/tpj1022/button-tpj1022.c
873 target/arm/tatung/tpj1022/lcd-tpj1022.c
874 target/arm/tatung/tpj1022/power-tpj1022.c
875 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
876 target/arm/usb-fw-pp502x.c
877 #endif /* SIMULATOR */
878 #endif /* ELIO_TPJ1022 */
883 target/arm/wmcodec-pp.c
885 target/arm/ata-as-arm.S
886 target/arm/ata-pp5020.c
887 target/arm/ipod/adc-ipod-pcf.c
888 target/arm/ipod/backlight-4g_color.c
889 target/arm/ipod/button-clickwheel.c
890 target/arm/ipod/lcd-as-gray.S
891 target/arm/ipod/lcd-gray.c
892 target/arm/ipod/power-ipod.c
893 target/arm/ipod/powermgmt-ipod-pcf.c
894 target/arm/usb-fw-pp502x.c
895 #endif /* SIMULATOR */
901 target/arm/ata-as-arm.S
902 target/arm/ata-pp5020.c
903 target/arm/wmcodec-pp.c
905 target/arm/ipod/adc-ipod-pcf.c
906 target/arm/ipod/backlight-4g_color.c
907 target/arm/ipod/button-clickwheel.c
908 target/arm/ipod/lcd-color_nano.c
909 target/arm/ipod/power-ipod.c
910 target/arm/ipod/powermgmt-ipod-pcf.c
911 target/arm/usb-fw-pp502x.c
912 #endif /* SIMULATOR */
913 #endif /* IPOD_COLOR */
918 target/arm/ata-as-arm.S
919 target/arm/ata-pp5020.c
920 target/arm/wmcodec-pp.c
922 target/arm/ipod/adc-ipod-pcf.c
923 target/arm/ipod/backlight-nano_video.c
924 target/arm/ipod/button-clickwheel.c
925 target/arm/ipod/lcd-color_nano.c
926 target/arm/ipod/power-ipod.c
927 target/arm/ipod/powermgmt-ipod-pcf.c
928 target/arm/usb-fw-pp502x.c
929 #endif /* SIMULATOR */
930 #endif /* IPOD_NANO */
935 target/arm/ata-as-arm.S
936 target/arm/ata-pp5020.c
937 target/arm/wmcodec-pp.c
939 target/arm/ipod/adc-ipod-pcf.c
940 target/arm/ipod/backlight-nano_video.c
941 target/arm/ipod/button-clickwheel.c
942 target/arm/ipod/power-ipod.c
943 target/arm/ipod/powermgmt-ipod-pcf.c
944 target/arm/ipod/video/lcd-as-video.S
945 target/arm/ipod/video/lcd-video.c
946 target/arm/usb-fw-pp502x.c
947 #endif /* SIMULATOR */
948 #endif /* IPOD_VIDEO */
953 target/arm/ata-pp5002.c
954 target/arm/wmcodec-pp.c
956 target/arm/ipod/adc-ipod-pcf.c
957 target/arm/ipod/3g/backlight-3g.c
958 target/arm/ipod/button-1g-3g.c
959 target/arm/ipod/lcd-as-gray.S
960 target/arm/ipod/lcd-gray.c
961 target/arm/ipod/power-ipod.c
962 target/arm/ipod/powermgmt-ipod-pcf.c
963 target/arm/usb-fw-pp5002.c
964 #endif /* SIMULATOR */
969 target/arm/ata-pp5002.c
970 target/arm/wmcodec-pp.c
972 target/arm/ipod/1g2g/adc-ipod-1g2g.c
973 target/arm/ipod/1g2g/backlight-1g2g.c
974 target/arm/ipod/1g2g/powermgmt-1g2g.c
975 target/arm/ipod/button-1g-3g.c
976 target/arm/ipod/lcd-as-gray.S
977 target/arm/ipod/lcd-gray.c
978 target/arm/ipod/power-ipod.c
979 target/arm/usb-fw-pp5002.c
980 #endif /* SIMULATOR */
981 #endif /* IPOD_1G2G */
986 target/arm/ata-as-arm.S
987 target/arm/ata-pp5020.c
988 target/arm/wmcodec-pp.c
990 target/arm/ipod/adc-ipod-pcf.c
991 target/arm/ipod/backlight-mini1g_mini2g.c
992 target/arm/ipod/button-mini1g.c
993 target/arm/ipod/lcd-as-gray.S
994 target/arm/ipod/lcd-gray.c
995 target/arm/ipod/power-ipod.c
996 target/arm/ipod/powermgmt-ipod-pcf.c
997 target/arm/usb-fw-pp502x.c
998 #endif /* SIMULATOR */
999 #endif /* IPOD_MINI */
1004 target/arm/ata-as-arm.S
1005 target/arm/ata-pp5020.c
1006 target/arm/wmcodec-pp.c
1008 target/arm/ipod/adc-ipod-pcf.c
1009 target/arm/ipod/backlight-mini1g_mini2g.c
1010 target/arm/ipod/button-clickwheel.c
1011 target/arm/ipod/lcd-as-gray.S
1012 target/arm/ipod/lcd-gray.c
1013 target/arm/ipod/power-ipod.c
1014 target/arm/ipod/powermgmt-ipod-pcf.c
1015 target/arm/usb-fw-pp502x.c
1016 #endif /* SIMULATOR */
1017 #endif /* IPOD_MINI2G */
1019 #ifdef IRIVER_IFP7XX
1021 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1022 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1023 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1024 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1025 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1026 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1027 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
1029 target/arm/pnx0101/pcm-pnx0101.c
1030 #endif /* BOOTLOADER */
1031 #endif /* SIMULATOR */
1032 #endif /* IRIVER_IFP7XX */
1037 target/arm/lcd-ssd1815.c
1038 target/arm/tcc77x/adc-tcc77x.c
1039 target/arm/tcc77x/kernel-tcc77x.c
1040 target/arm/tcc77x/powermgmt-tcc77x.c
1041 target/arm/tcc77x/system-tcc77x.c
1042 target/arm/tcc77x/timer-tcc77x.c
1043 target/arm/usb-tcc.c
1044 target/arm/tcc77x/logikdax/button-logikdax.c
1045 target/arm/tcc77x/logikdax/power-logikdax.c
1047 target/arm/wmcodec-telechips.c
1048 target/arm/tcc77x/debug-tcc77x.c
1049 target/arm/pcm-telechips.c
1050 target/arm/tcc77x/logikdax/audio-logikdax.c
1051 #endif /* BOOTLOADER */
1052 #endif /* SIMULATOR */
1053 #endif /* LOGIK_DAX */
1058 target/arm/lcd-ssd1815.c
1059 target/arm/tcc77x/adc-tcc77x.c
1060 target/arm/tcc77x/kernel-tcc77x.c
1061 target/arm/tcc77x/powermgmt-tcc77x.c
1062 target/arm/tcc77x/system-tcc77x.c
1063 target/arm/tcc77x/timer-tcc77x.c
1064 target/arm/usb-tcc.c
1065 target/arm/tcc77x/m200/button-m200.c
1066 target/arm/tcc77x/m200/power-m200.c
1068 target/arm/wmcodec-telechips.c
1069 target/arm/tcc77x/debug-tcc77x.c
1070 target/arm/pcm-telechips.c
1071 target/arm/tcc77x/m200/audio-m200.c
1072 #endif /* BOOTLOADER */
1073 #endif /* SIMULATOR */
1074 #endif /* SANSA_M200 */
1079 target/arm/tcc77x/adc-tcc77x.c
1080 target/arm/tcc77x/kernel-tcc77x.c
1081 target/arm/tcc77x/c100/lcd-S6B33B2.c
1082 target/arm/tcc77x/powermgmt-tcc77x.c
1083 target/arm/tcc77x/system-tcc77x.c
1084 target/arm/tcc77x/timer-tcc77x.c
1085 target/arm/usb-tcc.c
1086 target/arm/tcc77x/c100/button-c100.c
1087 target/arm/tcc77x/c100/power-c100.c
1089 target/arm/tcc77x/debug-tcc77x.c
1090 target/arm/pcm-telechips.c
1091 #endif /* BOOTLOADER */
1092 #endif /* SIMULATOR */
1093 #endif /* SANSA_C100 */
1097 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1098 target/arm/as3525/sansa-clip/lcd-as-clip.S
1099 target/arm/as3525/sansa-clip/button-clip.c
1100 target/arm/as3525/sansa-clip/backlight-clip.c
1102 target/arm/powermgmt-ascodec.c
1103 target/arm/as3525/sansa-clip/powermgmt-clip.c
1104 #endif /* !BOOTLOADER */
1105 #endif /* !SIMULATOR */
1106 #endif /* SANSA_CLIP */
1110 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1111 target/arm/as3525/sansa-e200v2/button-e200v2.c
1112 target/arm/as3525/backlight-e200v2-fuze.c
1114 target/arm/as3525/powermgmt-as3525.c
1115 #endif /* !BOOTLOADER */
1116 #endif /* !SIMULATOR */
1117 #endif /* SANSA_E200V2 */
1121 target/arm/as3525/sansa-c200v2/lcd-c200v2.c
1122 target/arm/as3525/sansa-c200v2/button-c200v2.c
1123 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1125 target/arm/as3525/powermgmt-as3525.c
1126 #endif /* !BOOTLOADER */
1127 #endif /* !SIMULATOR */
1128 #endif /* SANSA_E200V2 */
1132 target/arm/lcd-ssd1815.c
1133 target/arm/as3525/sansa-m200v4/button-m200v4.c
1135 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1136 #endif /* !BOOTLOADER */
1137 #endif /* !SIMULATOR */
1138 #endif /* SANSA_M200V4 */
1142 target/arm/as3525/sansa-fuze/button-fuze.c
1143 target/arm/as3525/sansa-fuze/lcd-fuze.c
1144 target/arm/as3525/backlight-e200v2-fuze.c
1146 target/arm/as3525/powermgmt-as3525.c
1147 #endif /* !BOOTLOADER */
1148 #endif /* !SIMULATOR */
1149 #endif /* SANSA_FUZE */
1155 target/arm/usb-tcc.c
1156 target/arm/tcc77x/system-tcc77x.c
1157 target/arm/tcc77x/kernel-tcc77x.c
1158 target/arm/tcc77x/timer-tcc77x.c
1159 target/arm/tcc77x/adc-tcc77x.c
1160 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1161 target/arm/tcc77x/iaudio7/power-iaudio7.c
1162 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1163 target/arm/tcc77x/iaudio7/button-iaudio7.c
1164 target/arm/tcc77x/iaudio7/ata2501.c
1166 target/arm/wmcodec-telechips.c
1167 target/arm/pcm-telechips.c
1168 target/arm/tcc77x/debug-tcc77x.c
1169 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1170 #endif /* BOOTLOADER */
1171 #endif /* SIMULATOR */
1172 #endif /* IAUDIO_7 */
1178 target/arm/lcd-as-memframe.S
1179 target/arm/tcc780x/adc-tcc780x.c
1180 target/arm/tcc780x/system-tcc780x.c
1181 target/arm/tcc780x/cowond2/button-cowond2.c
1182 target/arm/tcc780x/cowond2/lcd-cowond2.c
1183 target/arm/tcc780x/cowond2/power-cowond2.c
1184 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1185 target/arm/tcc780x/cowond2/backlight-cowond2.c
1186 target/arm/usb-tcc.c
1188 target/arm/tcc780x/kernel-tcc780x.c
1189 target/arm/tcc780x/timer-tcc780x.c
1190 target/arm/wmcodec-telechips.c
1191 target/arm/tcc780x/debug-tcc780x.c
1192 target/arm/pcm-telechips.c
1193 target/arm/tcc780x/cowond2/audio-cowond2.c
1194 #endif /* BOOTLOADER */
1195 #endif /* SIMULATOR */
1196 #endif /* COWON_D2 */
1198 #if CONFIG_CPU==S5L8700
1199 target/arm/s5l8700/system-s5l8700.c
1203 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1207 #endif /* BOOTLOADER */
1208 #endif /* SIMULATOR */
1209 #endif /* MEIZU_M6SL */
1212 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1215 #endif /* BOOTLOADER */
1216 #endif /* SIMULATOR */
1217 #endif /* MEIZU_M6SP */
1220 target/arm/s5l8700/meizu-m3/lcd-m3.c
1224 #endif /* BOOTLOADER */
1225 #endif /* SIMULATOR */
1226 #endif /* MEIZU_M3 */
1229 #if CONFIG_CPU == JZ4732
1230 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1231 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1232 target/mips/ingenic_jz47xx/debug-jz4740.c
1233 target/mips/ingenic_jz47xx/kernel-jz4740.c
1234 target/mips/ingenic_jz47xx/i2c-jz4740.c
1235 target/mips/ingenic_jz47xx/lcd-jz4740.c
1236 target/mips/ingenic_jz47xx/system-jz4740.c
1237 target/mips/ingenic_jz47xx/usb-jz4740.c
1238 target/mips/ingenic_jz47xx/timer-jz4740.c
1240 target/mips/ingenic_jz47xx/codec-jz4740.c
1241 target/mips/ingenic_jz47xx/pcm-jz4740.c
1242 #endif /* BOOTLOADER */
1244 #endif /* CONFIG_CPU == JZ4732 */
1246 #if defined(ONDA_VX747) || defined(ONDA_VX747P)
1247 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1248 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1249 target/mips/ingenic_jz47xx/onda_vx747/power-onda_vx747.c
1250 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1251 target/mips/ingenic_jz47xx/onda_vx747/speaker-onda_vx747.c
1252 #endif /* ONDA_VX747 || ONDA_VX747P */
1255 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx7X7.c
1256 target/mips/ingenic_jz47xx/onda_vx767/button-onda_vx767.c
1257 target/mips/ingenic_jz47xx/onda_vx767/lcd-onda_vx767.c
1258 target/mips/ingenic_jz47xx/onda_vx767/power-onda_vx767.c
1259 target/mips/ingenic_jz47xx/onda_vx767/sadc-onda_vx767.c
1260 #endif /* ONDA_VX767 */
1261 #endif /* SIMULATOR */