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 */
99 #ifdef USE_BACKLIGHT_SW_FADING
100 backlight-thread-fading.c
101 #endif /* USE_BACKLIGHT_SW_FADING */
111 #endif /* SIMULATOR */
116 #if (CONFIG_STORAGE & STORAGE_MMC)
118 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_IFP7XX)
120 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_TCC)
121 target/arm/ata-nand-telechips.c
122 #elif (CONFIG_STORAGE & STORAGE_NAND) && (CONFIG_NAND == NAND_SAMSUNG)
123 target/arm/s5l8700/ata-nand-s5l8700.c
124 #elif (CONFIG_STORAGE & STORAGE_ATA)
126 #elif (CONFIG_STORAGE & STORAGE_RAMDISK)
128 #endif /* CONFIG_STORAGE */
130 #if (CONFIG_STORAGE & STORAGE_MMC) || (CONFIG_STORAGE & STORAGE_SD)
133 #endif /* SIMULATOR */
137 drivers/eeprom_24cxx.c
138 #ifdef HAVE_EEPROM_SETTINGS
140 #endif /* HAVE_EEPROM_SETTINGS */
141 #endif /* HAVE_EEPROM */
145 #if (CONFIG_RTC == RTC_M41ST84W)
146 drivers/rtc/rtc_m41st84w.c
147 #elif (CONFIG_RTC == RTC_PCF50606)
148 drivers/rtc/rtc_pcf50606.c
149 #elif (CONFIG_RTC == RTC_PCF50605)
150 drivers/rtc/rtc_pcf50605.c
151 #elif (CONFIG_RTC == RTC_E8564)
152 drivers/rtc/rtc_e8564.c
153 #elif (CONFIG_RTC == RTC_DS1339_DS3231)
154 drivers/rtc/rtc_ds1339_ds3231.c
155 #elif (CONFIG_RTC == RTC_S3C2440)
156 drivers/rtc/rtc_s3c2440.c
157 #elif (CONFIG_RTC == RTC_AS3514)
158 drivers/rtc/rtc_as3514.c
159 #elif (CONFIG_RTC == RTC_RX5X348AB)
160 drivers/rtc/rtc_rx5x348ab.c
161 #elif (CONFIG_RTC == RTC_MR100)
162 drivers/rtc/rtc_mr100.c
163 #elif (CONFIG_RTC == RTC_MC13783)
164 drivers/rtc/rtc_mc13783.c
165 #elif (CONFIG_RTC == RTC_TCC77X)
166 drivers/rtc/rtc_tcc77x.c
167 #elif (CONFIG_RTC == RTC_JZ47XX)
168 drivers/rtc/rtc_jz4740.c
169 #endif /* (CONFIG_RTC == RTC_) */
170 #endif /* SIMULATOR */
176 #if (CONFIG_TUNER & LV24020LP)
177 drivers/tuner/lv24020lp.c
178 #endif /* (CONFIG_TUNER & LV24020LP) */
179 #if (CONFIG_TUNER & S1A0903X01)
181 drivers/tuner/s1a0903x01.c
182 #endif /* (CONFIG_TUNER & S1A0903X01) */
183 #if (CONFIG_TUNER & TEA5767)
184 drivers/tuner/tea5767.c
185 #endif /* (CONFIG_TUNER & TEA5767) */
186 #if (CONFIG_TUNER & SI4700)
187 drivers/tuner/si4700.c
188 #endif /* (CONFIG_TUNER & SI4700) */
189 #endif /*SIMULATOR */
190 #endif /* CONFIG_TUNER */
193 #if CONFIG_CODEC != SWCODEC
195 #endif /* CONFIG_CODEC != SWCODEC */
198 #if CONFIG_CODEC == SWCODEC
204 #ifdef HAVE_RECORDING
206 #endif /* HAVE_RECORDING */
207 #endif /* BOOTLOADER */
214 #endif /* SIMULATOR */
215 #endif /* BOOTLOADER */
220 #if !defined(SIMULATOR) && !defined(BOOTLOADER)
221 #if defined(HAVE_UDA1380)
222 drivers/audio/uda1380.c
223 #elif defined(HAVE_WM8751)
224 drivers/audio/wm8751.c
225 #elif defined(HAVE_WM8978)
226 drivers/audio/wm8978.c
227 #elif defined(HAVE_WM8975)
228 drivers/audio/wm8975.c
229 #elif defined(HAVE_WM8985)
230 drivers/audio/wm8985.c
231 #elif defined(HAVE_WM8758)
232 drivers/audio/wm8758.c
233 #elif defined(HAVE_WM8711) \
234 || defined(HAVE_WM8721) \
235 || defined(HAVE_WM8731)
236 drivers/audio/wm8731.c
237 #elif defined(HAVE_AS3514)
238 drivers/audio/as3514.c
239 #elif defined(HAVE_TLV320)
240 drivers/audio/tlv320.c
241 #elif defined(HAVE_MAS35XX)
242 drivers/audio/mas35xx.c
243 #endif /* defined(HAVE_*) */
244 #endif /* !defined(SIMULATOR) && !defined(BOOTLOADER) */
247 #if !defined(SIMULATOR)
250 usbstack/usb_storage.c
251 usbstack/usb_serial.c
252 usbstack/usb_charging_only.c
253 #if CONFIG_USBOTG == USBOTG_ARC
254 target/arm/usb-drv-arc.c
255 #elif CONFIG_USBOTG == USBOTG_ISP1583
258 #else /* !defined(HAVE_USBSTACK) */
259 #if CONFIG_USBOTG == USBOTG_ISP1362
261 #elif CONFIG_USBOTG == USBOTG_M5636
264 #endif /* !defined(HAVE_USBSTACK) */
265 #endif /* !defined(SIMULATOR) */
267 /* Other Random Hardware */
269 #if !defined(SIMULATOR)
271 drivers/audio/tsc2100.c
272 #endif /* !SIMULATOR */
275 /* CPU Specific - By class then particular chip if applicable */
283 target/sh/kernel-sh.c
284 target/sh/memcpy-sh.S
285 target/sh/memmove-sh.S
286 target/sh/memset-sh.S
287 target/sh/strlen-sh.S
288 target/sh/system-sh.c
289 target/sh/archos/descramble.S
290 #endif /* SIMULATOR */
292 #elif defined(CPU_COLDFIRE)
295 target/coldfire/crt0.S
296 #ifdef HAVE_PRIORITY_SCHEDULING
298 target/coldfire/ffs-coldfire.S
300 target/coldfire/memcpy-coldfire.S
301 target/coldfire/memmove-coldfire.S
302 target/coldfire/memset-coldfire.S
303 target/coldfire/strlen-coldfire.S
304 #if defined(HAVE_LCD_COLOR) || (LCD_PIXELFORMAT == VERTICAL_INTERLEAVED) \
305 || defined(HAVE_REMOTE_LCD) && (LCD_REMOTE_PIXELFORMAT == VERTICAL_INTERLEAVED)
306 target/coldfire/memset16-coldfire.S
308 target/coldfire/kernel-coldfire.c
309 target/coldfire/system-coldfire.c
311 target/coldfire/pcm-coldfire.c
312 #endif /* BOOTLOADER */
313 #if CONFIG_I2C == I2C_COLDFIRE
314 target/coldfire/i2c-coldfire.c
315 #endif /* CONFIG_I2C == I2C_COLDFIRE */
316 #endif /* SIMULATOR */
318 #elif defined(CPU_PP) || defined(CPU_ARM)
319 /* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
320 target/arm/memcpy-arm.S
321 target/arm/memmove-arm.S
324 target/arm/memset-arm.S
325 target/arm/memset16-arm.S
326 #ifdef HAVE_PRIORITY_SCHEDULING
329 target/arm/system-arm.c
330 #if CONFIG_I2C == I2C_PP5024 || CONFIG_I2C == I2C_PP5020 || CONFIG_I2C == I2C_PP5002
332 #elif CONFIG_I2C == I2C_PNX0101
333 target/arm/pnx0101/i2c-pnx0101.c
334 #elif CONFIG_I2C == I2C_TCC780X || CONFIG_I2C == I2C_TCC77X
335 target/arm/i2c-telechips.c
336 #elif CONFIG_I2C == I2C_S3C2440
337 /* no i2c driver yet */
340 #if CONFIG_CPU == PNX0101
341 target/arm/pnx0101/kernel-pnx0101.c
342 target/arm/pnx0101/system-pnx0101.c
345 #if CONFIG_CPU == AS3525
346 target/arm/as3525/system-as3525.c
347 target/arm/as3525/kernel-as3525.c
348 target/arm/as3525/ata_sd_as3525.c
349 target/arm/as3525/power-as3525.c
350 target/arm/as3525/usb-as3525.c
351 target/arm/as3525/dma-pl081.c
352 target/arm/as3525/ascodec-as3525.c
354 drivers/generic_i2c.c
355 target/arm/adc-as3514.c
356 target/arm/as3525/audio-as3525.c
357 target/arm/as3525/debug-as3525.c
358 target/arm/as3525/fmradio-i2c-as3525.c
359 target/arm/as3525/i2c-as3525.c
360 target/arm/as3525/i2s-as3525.c
361 target/arm/as3525/pcm-as3525.c
362 #endif /* BOOTLOADER */
363 #endif /* CONFIG_CPU == AS3525 */
366 target/arm/kernel-pp.c
367 #if CONFIG_CPU == PP5002
368 target/arm/system-pp5002.c
369 #elif defined CPU_PP502x
370 target/arm/system-pp502x.c
373 target/arm/crt0-pp-bl.S
376 #if !defined(SANSA_E200) && !defined(SANSA_C200)
377 target/arm/audio-pp.c
378 #endif /* SANSA_E200 */
381 #elif CONFIG_CPU == PNX0101
382 target/arm/pnx0101/crt0-pnx0101.S
383 #elif CONFIG_CPU==DM320
384 target/arm/tms320dm320/crt0.S
385 #elif CONFIG_CPU==S3C2440
386 target/arm/s3c2440/crt0.S
387 #elif defined(CPU_TCC77X)
388 target/arm/tcc77x/crt0.S
389 #elif defined(CPU_TCC780X)
390 target/arm/tcc780x/crt0.S
391 #elif CONFIG_CPU==IMX31L
392 target/arm/imx31/crt0.S
393 #elif CONFIG_CPU==S5L8700
394 target/arm/s5l8700/crt0.S
395 #elif defined(CPU_ARM)
397 #endif /* defined(CPU_*) */
398 #endif /* SIMULATOR */
400 #elif defined(CPU_MIPS)
402 /*target/mips/memcpy.S
405 target/mips/strlen.S*/
411 #if CONFIG_CPU==JZ4732
412 target/mips/ingenic_jz47xx/crt0.S
413 #endif /* CONFIG_CPU == JZ4732 */
417 #ifdef HAVE_PRIORITY_SCHEDULING
428 #endif /* SIMULATOR */
430 #endif /* defined(CPU_*) */
434 target/sh/archos/ata-archos.c
435 target/sh/archos/ata-as-archos.S
436 target/sh/archos/player/button-player.c
437 target/sh/archos/player/hwcompat-player.c
438 target/sh/archos/player/lcd-as-player.S
439 target/sh/archos/player/lcd-player.c
440 target/sh/archos/player/power-player.c
441 target/sh/archos/player/powermgmt-player.c
442 target/sh/archos/player/usb-player.c
443 #endif /* SIMULATOR */
444 #endif /* ARCHOS_PLAYER */
446 #ifdef ARCHOS_RECORDER
448 target/sh/archos/ata-archos.c
449 target/sh/archos/ata-as-archos.S
450 target/sh/archos/lcd-archos-bitmap.c
451 target/sh/archos/lcd-as-archos-bitmap.S
452 target/sh/archos/recorder/button-recorder.c
453 target/sh/archos/recorder/power-recorder.c
454 target/sh/archos/recorder/powermgmt-recorder.c
455 target/sh/archos/recorder/usb-recorder.c
456 #endif /* SIMULATOR */
457 #endif /* ARCHOS_RECORDER */
459 #if defined(ARCHOS_FMRECORDER) || defined(ARCHOS_RECORDERV2)
461 target/sh/archos/ata-archos.c
462 target/sh/archos/ata-as-archos.S
463 target/sh/archos/lcd-archos-bitmap.c
464 target/sh/archos/lcd-as-archos-bitmap.S
465 target/sh/archos/fm_v2/button-fm_v2.c
466 target/sh/archos/fm_v2/power-fm_v2.c
467 target/sh/archos/fm_v2/powermgmt-fm_v2.c
468 target/sh/archos/fm_v2/usb-fm_v2.c
469 #endif /* SIMULATOR */
470 #endif /* ARCHOS_FMRECORDER || ARCHOS_RECORDERV2 */
472 #if defined(ARCHOS_ONDIOFM) || defined(ARCHOS_ONDIOSP)
474 target/sh/archos/lcd-archos-bitmap.c
475 target/sh/archos/lcd-as-archos-bitmap.S
476 target/sh/archos/ondio/button-ondio.c
477 target/sh/archos/ondio/power-ondio.c
478 target/sh/archos/ondio/powermgmt-ondio.c
479 target/sh/archos/ondio/usb-ondio.c
480 #if (CONFIG_TUNER & TEA5767)
481 target/sh/archos/ondio/fmradio_i2c-ondio.c
483 #endif /* SIMULATOR */
484 #endif /* ARCHOS_ONDIOFM || ARCHOS_ONDIOFM */
488 target/arm/lcd-as-memframe.S
489 target/arm/ata-sd-pp.c
490 target/arm/sandisk/sansa-e200/lcd-e200.c
491 target/arm/adc-as3514.c
492 target/arm/ascodec-pp.c
493 target/arm/sandisk/backlight-c200_e200.c
494 target/arm/usb-fw-pp502x.c
495 target/arm/sandisk/sansa-e200/button-e200.c
496 target/arm/sandisk/power-c200_e200.c
497 target/arm/sandisk/sansa-e200/powermgmt-e200.c
500 target/arm/sandisk/audio-c200_e200.c
501 #endif /* BOOTLOADER */
502 #endif /* SIMULATOR */
503 #endif /* SANSA_E200 */
507 target/arm/ata-sd-pp.c
508 target/arm/sandisk/sansa-c200/lcd-c200.c
509 target/arm/sandisk/sansa-c200/lcd-as-c200.S
510 target/arm/adc-as3514.c
511 target/arm/ascodec-pp.c
512 target/arm/sandisk/backlight-c200_e200.c
513 target/arm/usb-fw-pp502x.c
514 target/arm/sandisk/sansa-c200/button-c200.c
515 target/arm/sandisk/power-c200_e200.c
516 target/arm/sandisk/sansa-c200/powermgmt-c200.c
519 target/arm/sandisk/audio-c200_e200.c
520 #endif /* BOOTLOADER */
521 #endif /* SIMULATOR */
522 #endif /* SANSA_C200 */
524 #ifdef PHILIPS_SA9200
526 target/arm/ata-sd-pp.c
527 target/arm/philips/sa9200/lcd-sa9200.c
528 target/arm/adc-as3514.c
529 target/arm/ascodec-pp.c
530 target/arm/philips/sa9200/backlight-sa9200.c
531 target/arm/usb-fw-pp502x.c
532 target/arm/philips/sa9200/button-sa9200.c
533 target/arm/philips/sa9200/power-sa9200.c
534 target/arm/philips/sa9200/powermgmt-sa9200.c
536 #endif /* SIMULATOR */
537 #endif /* PHILIPS_SA9200 */
539 #ifdef PHILIPS_HDD1630
542 drivers/synaptics-mep.c
543 #endif /* BOOTLOADER */
544 target/arm/ata-as-arm.S
545 target/arm/ata-pp5020.c
546 target/arm/wmcodec-pp.c
548 target/arm/adc-pp5020.c
549 target/arm/philips/hdd1630/backlight-hdd1630.c
550 target/arm/philips/hdd1630/button-hdd1630.c
551 target/arm/philips/hdd1630/lcd-hdd1630.c
552 target/arm/philips/hdd1630/power-hdd1630.c
553 target/arm/philips/hdd1630/powermgmt-hdd1630.c
554 target/arm/usb-fw-pp502x.c
555 #endif /* SIMULATOR */
556 #endif /* PHILIPS_HDD1630 */
560 target/coldfire/ata-as-coldfire.S
561 target/coldfire/pcf50606-coldfire.c
562 target/coldfire/iaudio/adc-iaudio.c
563 target/coldfire/iaudio/ata-iaudio.c
564 target/coldfire/iaudio/lcd-remote-as-iaudio.S
565 target/coldfire/iaudio/lcd-remote-iaudio.c
566 target/coldfire/iaudio/pcf50606-iaudio.c
567 target/coldfire/iaudio/powermgmt-iaudio.c
568 target/coldfire/iaudio/system-iaudio.c
569 target/coldfire/iaudio/usb-iaudio.c
570 target/coldfire/iaudio/x5/backlight-x5.c
571 target/coldfire/iaudio/x5/button-x5.c
572 target/coldfire/iaudio/x5/ds2411-x5.c
573 target/coldfire/iaudio/x5/fmradio_i2c-x5.c
574 target/coldfire/iaudio/x5/lcd-as-x5.S
575 target/coldfire/iaudio/x5/lcd-x5.c
576 target/coldfire/iaudio/x5/m5636-x5.c
577 target/coldfire/iaudio/x5/power-x5.c
579 target/coldfire/iaudio/x5/audio-x5.c
581 #endif /* SIMULATOR */
582 #endif /* IAUDIO_X5 */
586 target/coldfire/ata-as-coldfire.S
587 target/coldfire/pcf50606-coldfire.c
588 target/coldfire/iaudio/adc-iaudio.c
589 target/coldfire/iaudio/ata-iaudio.c
590 target/coldfire/iaudio/lcd-remote-as-iaudio.S
591 target/coldfire/iaudio/lcd-remote-iaudio.c
592 target/coldfire/iaudio/m5/backlight-m5.c
593 target/coldfire/iaudio/m5/button-m5.c
594 target/coldfire/iaudio/m5/lcd-as-m5.S
595 target/coldfire/iaudio/m5/lcd-m5.c
596 target/coldfire/iaudio/m5/power-m5.c
597 target/coldfire/iaudio/pcf50606-iaudio.c
598 target/coldfire/iaudio/powermgmt-iaudio.c
599 target/coldfire/iaudio/system-iaudio.c
600 target/coldfire/iaudio/usb-iaudio.c
602 target/coldfire/iaudio/m5/audio-m5.c
604 #endif /* SIMULATOR */
605 #endif /* IAUDIO_M5 */
609 target/coldfire/ata-as-coldfire.S
610 target/coldfire/iaudio/m3/adc-m3.c
611 target/coldfire/iaudio/m3/ata-m3.c
612 target/coldfire/iaudio/m3/backlight-m3.c
613 target/coldfire/iaudio/m3/button-m3.c
614 target/coldfire/iaudio/m3/fmradio_i2c-m3.c
615 target/coldfire/iaudio/m3/lcd-m3.c
616 target/coldfire/iaudio/m3/lcd-as-m3.S
617 target/coldfire/iaudio/m3/power-m3.c
618 target/coldfire/iaudio/m3/powermgmt-m3.c
619 target/coldfire/iaudio/m3/system-m3.c
620 target/coldfire/iaudio/m3/usb-m3.c
622 target/coldfire/iaudio/m3/audio-m3.c
624 #endif /* SIMULATOR */
625 #endif /* IAUDIO_M3 */
627 #ifdef IRIVER_IFP7XX_SERIES
632 #endif /* IRIVER_IFP7XX_SERIES */
634 #ifdef IRIVER_H300_SERIES
636 target/coldfire/ata-as-coldfire.S
637 target/coldfire/pcf50606-coldfire.c
638 target/coldfire/iriver/ata-iriver.c
639 target/coldfire/iriver/lcd-remote-iriver.c
640 target/coldfire/iriver/lcd-remote-as-iriver.S
641 target/coldfire/iriver/system-iriver.c
642 target/coldfire/iriver/fmradio_i2c-iriver.c
643 target/coldfire/iriver/h300/sw_i2c-h300.c
644 target/coldfire/iriver/h300/adc-h300.c
645 target/coldfire/iriver/h300/backlight-h300.c
646 target/coldfire/iriver/h300/button-h300.c
647 target/coldfire/iriver/h300/pcf50606-h300.c
648 target/coldfire/iriver/h300/lcd-as-h300.S
649 target/coldfire/iriver/h300/lcd-h300.c
650 target/coldfire/iriver/h300/power-h300.c
651 target/coldfire/iriver/h300/powermgmt-h300.c
652 target/coldfire/iriver/h300/usb-h300.c
654 target/coldfire/iriver/audio-iriver.c
656 #endif /* SIMULATOR */
657 #endif /* IRIVER_H300_SERIES */
659 #ifdef IRIVER_H100_SERIES
662 target/coldfire/ata-as-coldfire.S
663 target/coldfire/iriver/ata-iriver.c
664 target/coldfire/iriver/lcd-remote-iriver.c
665 target/coldfire/iriver/lcd-remote-as-iriver.S
666 target/coldfire/iriver/system-iriver.c
667 target/coldfire/iriver/fmradio_i2c-iriver.c
668 target/coldfire/iriver/h100/adc-h100.c
669 target/coldfire/iriver/h100/backlight-h100.c
670 target/coldfire/iriver/h100/button-h100.c
671 target/coldfire/iriver/h100/lcd-as-h100.S
672 target/coldfire/iriver/h100/lcd-h100.c
673 target/coldfire/iriver/h100/power-h100.c
674 target/coldfire/iriver/h100/powermgmt-h100.c
676 target/coldfire/iriver/audio-iriver.c
677 target/coldfire/iriver/h100/spdif-h100.c
679 target/coldfire/iriver/h100/usb-h100.c
680 #endif /* SIMULATOR */
681 #endif /* IRIVER_H100_SERIES */
685 target/arm/ata-as-arm.S
686 target/arm/ata-pp5020.c
687 target/arm/wmcodec-pp.c
689 target/arm/adc-pp5020.c
690 target/arm/iriver/h10/backlight-h10.c
691 target/arm/iriver/h10/button-h10.c
692 target/arm/iriver/h10/fmradio_i2c-h10.c
693 target/arm/iriver/h10/lcd-h10_20gb.c
694 target/arm/iriver/h10/lcd-as-h10.S
695 target/arm/iriver/h10/power-h10.c
696 target/arm/iriver/h10/powermgmt-h10.c
697 target/arm/usb-fw-pp502x.c
698 #endif /* SIMULATOR */
699 #endif /* IRIVER_H10 */
701 #ifdef IRIVER_H10_5GB
703 target/arm/ata-as-arm.S
704 target/arm/ata-pp5020.c
705 target/arm/wmcodec-pp.c
707 target/arm/adc-pp5020.c
708 target/arm/iriver/h10/backlight-h10.c
709 target/arm/iriver/h10/button-h10.c
710 target/arm/iriver/h10/fmradio_i2c-h10.c
711 target/arm/iriver/h10/lcd-h10_5gb.c
712 target/arm/iriver/h10/power-h10.c
713 target/arm/iriver/h10/powermgmt-h10.c
714 target/arm/usb-fw-pp502x.c
715 #endif /* SIMULATOR */
716 #endif /* IRIVER_H10_5GB */
720 target/arm/lcd-as-memframe.S
722 target/arm/s3c2440/debug-s3c2440.c
723 target/arm/s3c2440/gigabeat-fx/adc-meg-fx.c
724 target/arm/s3c2440/gigabeat-fx/ata-meg-fx.c
725 target/arm/s3c2440/gigabeat-fx/backlight-meg-fx.c
726 target/arm/s3c2440/gigabeat-fx/button-meg-fx.c
727 target/arm/s3c2440/gigabeat-fx/kernel-meg-fx.c
728 target/arm/s3c2440/gigabeat-fx/lcd-meg-fx.c
729 target/arm/s3c2440/gigabeat-fx/power-meg-fx.c
730 target/arm/s3c2440/gigabeat-fx/sc606-meg-fx.c
731 target/arm/s3c2440/gigabeat-fx/system-meg-fx.c
732 target/arm/s3c2440/gigabeat-fx/usb-meg-fx.c
734 target/arm/s3c2440/gigabeat-fx/i2c-meg-fx.c
735 target/arm/s3c2440/gigabeat-fx/pcm-meg-fx.c
736 target/arm/s3c2440/gigabeat-fx/powermgmt-meg-fx.c
737 target/arm/s3c2440/gigabeat-fx/timer-meg-fx.c
738 target/arm/s3c2440/gigabeat-fx/wmcodec-meg-fx.c
740 #endif /* SIMULATOR */
741 #endif /* GIGABEAT_F */
745 target/arm/lcd-as-memframe.S
747 target/arm/imx31/debug-imx31.c
748 target/arm/imx31/rolo_restart.S
749 target/arm/imx31/gigabeat-s/adc-imx31.c
750 target/arm/imx31/gigabeat-s/ata-imx31.c
751 target/arm/imx31/gigabeat-s/avic-imx31.c
752 target/arm/imx31/gigabeat-s/backlight-imx31.c
753 target/arm/imx31/gigabeat-s/button-imx31.c
754 target/arm/imx31/gigabeat-s/clkctl-imx31.c
755 target/arm/imx31/gigabeat-s/dma_start.c
756 target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
757 target/arm/imx31/gigabeat-s/gpio-imx31.c
758 target/arm/imx31/gigabeat-s/kernel-imx31.c
759 target/arm/imx31/gigabeat-s/i2c-imx31.c
760 target/arm/imx31/gigabeat-s/i2s-imx31.c
761 target/arm/imx31/gigabeat-s/lcd-imx31.c
762 target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
763 target/arm/imx31/gigabeat-s/mc13783-imx31.c
764 target/arm/imx31/gigabeat-s/mmu-imx31.c
765 target/arm/imx31/gigabeat-s/power-imx31.c
766 target/arm/imx31/gigabeat-s/powermgmt-imx31.c
767 target/arm/imx31/gigabeat-s/spi-imx31.c
768 target/arm/imx31/gigabeat-s/system-imx31.c
769 target/arm/imx31/gigabeat-s/usb-imx31.c
770 target/arm/imx31/gigabeat-s/wmcodec-imx31.c
772 target/arm/imx31/gigabeat-s/audio-gigabeat-s.c
773 target/arm/imx31/gigabeat-s/fmradio-i2c-gigabeat-s.c
774 target/arm/imx31/gigabeat-s/pcm-imx31.c
775 target/arm/imx31/gigabeat-s/timer-imx31.c
777 #endif /* SIMULATOR */
778 #endif /* GIGABEAT_S */
780 #if CONFIG_CPU == DM320
781 target/arm/tms320dm320/debug-dm320.c
782 target/arm/tms320dm320/dsp-dm320.c
783 target/arm/tms320dm320/i2c-dm320.c
784 target/arm/tms320dm320/kernel-dm320.c
785 target/arm/tms320dm320/spi-dm320.c
786 target/arm/tms320dm320/system-dm320.c
787 target/arm/tms320dm320/timer-dm320.c
788 target/arm/tms320dm320/uart-dm320.c
789 #endif /* CONFIG_CPU == DM320 */
793 target/arm/lcd-as-memframe.S
795 target/arm/tms320dm320/mrobe-500/adc-mr500.c
796 target/arm/tms320dm320/mrobe-500/ata-mr500.c
797 target/arm/tms320dm320/mrobe-500/backlight-mr500.c
798 target/arm/tms320dm320/mrobe-500/button-mr500.c
799 target/arm/tms320dm320/mrobe-500/dm320codec-mr500.c
800 target/arm/tms320dm320/mrobe-500/lcd-mr500.c
801 #if defined(HAVE_REMOTE_LCD)
802 target/arm/tms320dm320/mrobe-500/lcd-remote-mr500.c
804 target/arm/tms320dm320/mrobe-500/pcm-mr500.c
805 target/arm/tms320dm320/mrobe-500/powermgmt-mr500.c
806 target/arm/tms320dm320/mrobe-500/power-mr500.c
807 target/arm/tms320dm320/mrobe-500/usb-mr500.c
808 #endif /* SIMULATOR */
809 #endif /* MROBE_500 */
813 target/arm/ata-as-arm.S
814 target/arm/lcd-as-memframe.S
816 target/arm/tms320dm320/creative-zvm/adc-creativezvm.c
817 target/arm/tms320dm320/creative-zvm/ata-creativezvm.c
818 target/arm/tms320dm320/creative-zvm/dma-creativezvm.c
819 target/arm/tms320dm320/creative-zvm/lcd-creativezvm.c
820 target/arm/tms320dm320/creative-zvm/pcm-creativezvm.c
821 target/arm/tms320dm320/creative-zvm/pic-creativezvm.c
822 target/arm/tms320dm320/creative-zvm/power-creativezvm.c
823 target/arm/tms320dm320/creative-zvm/powermgmt-creativezvm.c
824 target/arm/tms320dm320/creative-zvm/usb-creativezvm.c
825 #endif /* SIMULATOR */
826 #endif /* CREATIVE_ZVx */
831 drivers/synaptics-mep.c
832 #endif /* BOOTLOADER */
834 target/arm/ata-as-arm.S
835 target/arm/ata-pp5020.c
836 target/arm/wmcodec-pp.c
838 target/arm/adc-pp5020.c
839 target/arm/olympus/mrobe-100/backlight-mr100.c
840 target/arm/olympus/mrobe-100/button-mr100.c
841 target/arm/olympus/mrobe-100/lcd-mr100.c
842 target/arm/olympus/mrobe-100/lcd-as-mr100.S
843 target/arm/olympus/mrobe-100/power-mr100.c
844 target/arm/olympus/mrobe-100/powermgmt-mr100.c
845 target/arm/usb-fw-pp502x.c
846 #endif /* SIMULATOR */
847 #endif /* MROBE_100 */
851 target/arm/ata-as-arm.S
852 target/arm/ata-pp5020.c
853 target/arm/wmcodec-pp.c
855 target/arm/tatung/tpj1022/adc-tpj1022.c
856 target/arm/tatung/tpj1022/backlight-tpj1022.c
857 target/arm/tatung/tpj1022/button-tpj1022.c
858 target/arm/tatung/tpj1022/lcd-tpj1022.c
859 target/arm/tatung/tpj1022/power-tpj1022.c
860 target/arm/tatung/tpj1022/powermgmt-tpj1022.c
861 target/arm/usb-fw-pp502x.c
862 #endif /* SIMULATOR */
863 #endif /* ELIO_TPJ1022 */
868 target/arm/wmcodec-pp.c
870 target/arm/ata-as-arm.S
871 target/arm/ata-pp5020.c
872 target/arm/ipod/adc-ipod-pcf.c
873 target/arm/ipod/backlight-4g_color.c
874 target/arm/ipod/button-clickwheel.c
875 target/arm/ipod/lcd-as-gray.S
876 target/arm/ipod/lcd-gray.c
877 target/arm/ipod/power-ipod.c
878 target/arm/ipod/powermgmt-ipod-pcf.c
879 target/arm/usb-fw-pp502x.c
880 #endif /* SIMULATOR */
886 target/arm/ata-as-arm.S
887 target/arm/ata-pp5020.c
888 target/arm/wmcodec-pp.c
890 target/arm/ipod/adc-ipod-pcf.c
891 target/arm/ipod/backlight-4g_color.c
892 target/arm/ipod/button-clickwheel.c
893 target/arm/ipod/lcd-color_nano.c
894 target/arm/ipod/power-ipod.c
895 target/arm/ipod/powermgmt-ipod-pcf.c
896 target/arm/usb-fw-pp502x.c
897 #endif /* SIMULATOR */
898 #endif /* IPOD_COLOR */
903 target/arm/ata-as-arm.S
904 target/arm/ata-pp5020.c
905 target/arm/wmcodec-pp.c
907 target/arm/ipod/adc-ipod-pcf.c
908 target/arm/ipod/backlight-nano_video.c
909 target/arm/ipod/button-clickwheel.c
910 target/arm/ipod/lcd-color_nano.c
911 target/arm/ipod/power-ipod.c
912 target/arm/ipod/powermgmt-ipod-pcf.c
913 target/arm/usb-fw-pp502x.c
914 #endif /* SIMULATOR */
915 #endif /* IPOD_NANO */
920 target/arm/ata-as-arm.S
921 target/arm/ata-pp5020.c
922 target/arm/wmcodec-pp.c
924 target/arm/ipod/adc-ipod-pcf.c
925 target/arm/ipod/backlight-nano_video.c
926 target/arm/ipod/button-clickwheel.c
927 target/arm/ipod/power-ipod.c
928 target/arm/ipod/powermgmt-ipod-pcf.c
929 target/arm/ipod/video/lcd-as-video.S
930 target/arm/ipod/video/lcd-video.c
931 target/arm/usb-fw-pp502x.c
932 #endif /* SIMULATOR */
933 #endif /* IPOD_VIDEO */
938 target/arm/ata-pp5002.c
939 target/arm/wmcodec-pp.c
941 target/arm/ipod/adc-ipod-pcf.c
942 target/arm/ipod/3g/backlight-3g.c
943 target/arm/ipod/button-1g-3g.c
944 target/arm/ipod/lcd-as-gray.S
945 target/arm/ipod/lcd-gray.c
946 target/arm/ipod/power-ipod.c
947 target/arm/ipod/powermgmt-ipod-pcf.c
948 target/arm/usb-fw-pp5002.c
949 #endif /* SIMULATOR */
954 target/arm/ata-pp5002.c
955 target/arm/wmcodec-pp.c
957 target/arm/ipod/1g2g/adc-ipod-1g2g.c
958 target/arm/ipod/1g2g/backlight-1g2g.c
959 target/arm/ipod/1g2g/powermgmt-1g2g.c
960 target/arm/ipod/button-1g-3g.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/usb-fw-pp5002.c
965 #endif /* SIMULATOR */
966 #endif /* IPOD_1G2G */
971 target/arm/ata-as-arm.S
972 target/arm/ata-pp5020.c
973 target/arm/wmcodec-pp.c
975 target/arm/ipod/adc-ipod-pcf.c
976 target/arm/ipod/backlight-mini1g_mini2g.c
977 target/arm/ipod/button-mini1g.c
978 target/arm/ipod/lcd-as-gray.S
979 target/arm/ipod/lcd-gray.c
980 target/arm/ipod/power-ipod.c
981 target/arm/ipod/powermgmt-ipod-pcf.c
982 target/arm/usb-fw-pp502x.c
983 #endif /* SIMULATOR */
984 #endif /* IPOD_MINI */
989 target/arm/ata-as-arm.S
990 target/arm/ata-pp5020.c
991 target/arm/wmcodec-pp.c
993 target/arm/ipod/adc-ipod-pcf.c
994 target/arm/ipod/backlight-mini1g_mini2g.c
995 target/arm/ipod/button-clickwheel.c
996 target/arm/ipod/lcd-as-gray.S
997 target/arm/ipod/lcd-gray.c
998 target/arm/ipod/power-ipod.c
999 target/arm/ipod/powermgmt-ipod-pcf.c
1000 target/arm/usb-fw-pp502x.c
1001 #endif /* SIMULATOR */
1002 #endif /* IPOD_MINI2G */
1004 #ifdef IRIVER_IFP7XX
1006 target/arm/pnx0101/iriver-ifp7xx/adc-ifp7xx.c
1007 target/arm/pnx0101/iriver-ifp7xx/backlight-ifp7xx.c
1008 target/arm/pnx0101/iriver-ifp7xx/button-ifp7xx.c
1009 target/arm/pnx0101/iriver-ifp7xx/lcd-ifp7xx.c
1010 target/arm/pnx0101/iriver-ifp7xx/power-ifp7xx.c
1011 target/arm/pnx0101/iriver-ifp7xx/powermgmt-ifp7xx.c
1012 target/arm/pnx0101/iriver-ifp7xx/usb-ifp7xx.c
1014 target/arm/pnx0101/pcm-pnx0101.c
1015 #endif /* BOOTLOADER */
1016 #endif /* SIMULATOR */
1017 #endif /* IRIVER_IFP7XX */
1022 target/arm/lcd-ssd1815.c
1023 target/arm/tcc77x/adc-tcc77x.c
1024 target/arm/tcc77x/kernel-tcc77x.c
1025 target/arm/tcc77x/powermgmt-tcc77x.c
1026 target/arm/tcc77x/system-tcc77x.c
1027 target/arm/tcc77x/timer-tcc77x.c
1028 target/arm/usb-tcc.c
1029 target/arm/tcc77x/logikdax/button-logikdax.c
1030 target/arm/tcc77x/logikdax/power-logikdax.c
1032 target/arm/wmcodec-telechips.c
1033 target/arm/tcc77x/debug-tcc77x.c
1034 target/arm/pcm-telechips.c
1035 target/arm/tcc77x/logikdax/audio-logikdax.c
1036 #endif /* BOOTLOADER */
1037 #endif /* SIMULATOR */
1038 #endif /* LOGIK_DAX */
1043 target/arm/lcd-ssd1815.c
1044 target/arm/tcc77x/adc-tcc77x.c
1045 target/arm/tcc77x/kernel-tcc77x.c
1046 target/arm/tcc77x/powermgmt-tcc77x.c
1047 target/arm/tcc77x/system-tcc77x.c
1048 target/arm/tcc77x/timer-tcc77x.c
1049 target/arm/usb-tcc.c
1050 target/arm/tcc77x/m200/button-m200.c
1051 target/arm/tcc77x/m200/power-m200.c
1053 target/arm/wmcodec-telechips.c
1054 target/arm/tcc77x/debug-tcc77x.c
1055 target/arm/pcm-telechips.c
1056 target/arm/tcc77x/m200/audio-m200.c
1057 #endif /* BOOTLOADER */
1058 #endif /* SIMULATOR */
1059 #endif /* SANSA_M200 */
1064 target/arm/tcc77x/adc-tcc77x.c
1065 target/arm/tcc77x/kernel-tcc77x.c
1066 target/arm/tcc77x/c100/lcd-S6B33B2.c
1067 target/arm/tcc77x/powermgmt-tcc77x.c
1068 target/arm/tcc77x/system-tcc77x.c
1069 target/arm/tcc77x/timer-tcc77x.c
1070 target/arm/usb-tcc.c
1071 target/arm/tcc77x/c100/button-c100.c
1072 target/arm/tcc77x/c100/power-c100.c
1074 target/arm/tcc77x/debug-tcc77x.c
1075 target/arm/pcm-telechips.c
1076 #endif /* BOOTLOADER */
1077 #endif /* SIMULATOR */
1078 #endif /* SANSA_C100 */
1082 target/arm/as3525/sansa-clip/lcd-ssd1303.c
1083 target/arm/as3525/sansa-clip/lcd-as-clip.S
1084 target/arm/as3525/sansa-clip/button-clip.c
1085 target/arm/as3525/sansa-clip/backlight-clip.c
1087 target/arm/as3525/sansa-clip/powermgmt-clip.c
1088 #endif /* !BOOTLOADER */
1089 #endif /* !SIMULATOR */
1090 #endif /* SANSA_CLIP */
1094 target/arm/as3525/sansa-e200v2/lcd-e200v2.c
1095 target/arm/as3525/sansa-e200v2/button-e200v2.c
1096 target/arm/as3525/backlight-e200v2-fuze.c
1098 target/arm/as3525/powermgmt-as3525.c
1099 #endif /* !BOOTLOADER */
1100 #endif /* !SIMULATOR */
1101 #endif /* SANSA_E200V2 */
1105 target/arm/as3525/sansa-c200v2/lcd-c200v2.c
1106 target/arm/as3525/sansa-c200v2/button-c200v2.c
1107 target/arm/as3525/sansa-c200v2/backlight-c200v2.c
1109 target/arm/as3525/powermgmt-as3525.c
1110 #endif /* !BOOTLOADER */
1111 #endif /* !SIMULATOR */
1112 #endif /* SANSA_E200V2 */
1116 target/arm/lcd-ssd1815.c
1117 target/arm/as3525/sansa-m200v4/button-m200v4.c
1119 target/arm/as3525/sansa-m200v4/powermgmt-m200v4.c
1120 #endif /* !BOOTLOADER */
1121 #endif /* !SIMULATOR */
1122 #endif /* SANSA_M200V4 */
1126 target/arm/as3525/sansa-fuze/button-fuze.c
1127 target/arm/as3525/sansa-fuze/lcd-fuze.c
1128 target/arm/as3525/backlight-e200v2-fuze.c
1130 target/arm/as3525/powermgmt-as3525.c
1131 #endif /* !BOOTLOADER */
1132 #endif /* !SIMULATOR */
1133 #endif /* SANSA_FUZE */
1139 target/arm/usb-tcc.c
1140 target/arm/tcc77x/system-tcc77x.c
1141 target/arm/tcc77x/kernel-tcc77x.c
1142 target/arm/tcc77x/timer-tcc77x.c
1143 target/arm/tcc77x/adc-tcc77x.c
1144 target/arm/tcc77x/iaudio7/lcd-iaudio7.c
1145 target/arm/tcc77x/iaudio7/power-iaudio7.c
1146 target/arm/tcc77x/iaudio7/powermgmt-iaudio7.c
1147 target/arm/tcc77x/iaudio7/button-iaudio7.c
1148 target/arm/tcc77x/iaudio7/ata2501.c
1150 target/arm/wmcodec-telechips.c
1151 target/arm/pcm-telechips.c
1152 target/arm/tcc77x/debug-tcc77x.c
1153 target/arm/tcc77x/iaudio7/audio-iaudio7.c
1154 #endif /* BOOTLOADER */
1155 #endif /* SIMULATOR */
1156 #endif /* IAUDIO_7 */
1162 target/arm/lcd-as-memframe.S
1163 target/arm/tcc780x/adc-tcc780x.c
1164 target/arm/tcc780x/system-tcc780x.c
1165 target/arm/tcc780x/cowond2/button-cowond2.c
1166 target/arm/tcc780x/cowond2/lcd-cowond2.c
1167 target/arm/tcc780x/cowond2/power-cowond2.c
1168 target/arm/tcc780x/cowond2/powermgmt-cowond2.c
1169 target/arm/tcc780x/cowond2/backlight-cowond2.c
1170 target/arm/usb-tcc.c
1172 target/arm/tcc780x/kernel-tcc780x.c
1173 target/arm/tcc780x/timer-tcc780x.c
1174 target/arm/wmcodec-telechips.c
1175 target/arm/tcc780x/debug-tcc780x.c
1176 target/arm/pcm-telechips.c
1177 target/arm/tcc780x/cowond2/audio-cowond2.c
1178 #endif /* BOOTLOADER */
1179 #endif /* SIMULATOR */
1180 #endif /* COWON_D2 */
1182 #if CONFIG_CPU==S5L8700
1183 target/arm/s5l8700/system-s5l8700.c
1187 target/arm/s5l8700/meizu-m6sl/lcd-m6sl.c
1191 #endif /* BOOTLOADER */
1192 #endif /* SIMULATOR */
1193 #endif /* MEIZU_M6SL */
1196 target/arm/s5l8700/meizu-m6sp/lcd-m6sp.c
1199 #endif /* BOOTLOADER */
1200 #endif /* SIMULATOR */
1201 #endif /* MEIZU_M6SP */
1204 target/arm/s5l8700/meizu-m3/lcd-m3.c
1208 #endif /* BOOTLOADER */
1209 #endif /* SIMULATOR */
1210 #endif /* MEIZU_M3 */
1212 #if CONFIG_CPU==JZ4732
1213 target/mips/ingenic_jz47xx/ata-jz4740.c
1214 target/mips/ingenic_jz47xx/ata-nand-jz4740.c
1215 target/mips/ingenic_jz47xx/ata-sd-jz4740.c
1216 target/mips/ingenic_jz47xx/codec-jz4740.c
1217 target/mips/ingenic_jz47xx/kernel-jz4740.c
1218 target/mips/ingenic_jz47xx/lcd-jz4740.c
1219 target/mips/ingenic_jz47xx/pcm-jz4740.c
1220 target/mips/ingenic_jz47xx/system-jz4740.c
1221 target/mips/ingenic_jz47xx/usb-jz4740.c
1225 #if defined(ONDA_VX747) || defined(ONDA_VX747P)
1226 target/mips/ingenic_jz47xx/onda_vx747/backlight-onda_vx747.c
1227 target/mips/ingenic_jz47xx/onda_vx747/lcd-onda_vx747.c
1228 target/mips/ingenic_jz47xx/onda_vx747/sadc-onda_vx747.c
1232 target/mips/ingenic_jz47xx/onda_vx767/backlight-ondavx767.c
1233 target/mips/ingenic_jz47xx/onda_vx767/button-ondavx767.c
1234 target/mips/ingenic_jz47xx/onda_vx767/lcd-ondavx767.c