1c585bae1SBenno Rice# This file tells config what files go into building a kernel, 2c585bae1SBenno Rice# files marked standard are always included. 3c585bae1SBenno Rice# 4c585bae1SBenno Rice# $FreeBSD$ 5c585bae1SBenno Rice# 6c585bae1SBenno Rice# The long compile-with and dependency lines are required because of 7c585bae1SBenno Rice# limitations in config: backslash-newline doesn't work in strings, and 8c585bae1SBenno Rice# dependency lines other than the first are silently ignored. 9c585bae1SBenno Rice# 10c585bae1SBenno Rice# 11c585bae1SBenno Rice 12473795dcSPeter Grehanfont.h optional sc \ 13473795dcSPeter Grehan compile-with "uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x16.fnt && file2c 'u_char dflt_font_16[16*256] = {' '};' < ${SC_DFLT_FONT}-8x16 > font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x14.fnt && file2c 'u_char dflt_font_14[14*256] = {' '};' < ${SC_DFLT_FONT}-8x14 >> font.h && uudecode < /usr/share/syscons/fonts/${SC_DFLT_FONT}-8x8.fnt && file2c 'u_char dflt_font_8[8*256] = {' '};' < ${SC_DFLT_FONT}-8x8 >> font.h" \ 14473795dcSPeter Grehan no-obj no-implicit-rule before-depend \ 15473795dcSPeter Grehan clean "font.h ${SC_DFLT_FONT}-8x14 ${SC_DFLT_FONT}-8x16 ${SC_DFLT_FONT}-8x8" 161773f778SSam Leffler# 1788c7c434SPeter Wemm# There is only an asm version on ppc64. 184f4d15f0SRuslan Bukincddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs powerpc | dtrace powerpc compile-with "${ZFS_C}" 194f4d15f0SRuslan Bukincddl/contrib/opensolaris/common/atomic/powerpc64/opensolaris_atomic.S optional zfs powerpc64 | dtrace powerpc64 compile-with "${ZFS_S}" 204f4d15f0SRuslan Bukincddl/dev/dtrace/powerpc/dtrace_asm.S optional dtrace compile-with "${DTRACE_S}" 214f4d15f0SRuslan Bukincddl/dev/dtrace/powerpc/dtrace_subr.c optional dtrace compile-with "${DTRACE_C}" 224f4d15f0SRuslan Bukincddl/dev/fbt/powerpc/fbt_isa.c optional dtrace_fbt | dtraceall compile-with "${FBT_C}" 23fcf59617SAndrey V. Elsukovcrypto/blowfish/bf_enc.c optional crypto | ipsec | ipsec_support 24fcf59617SAndrey V. Elsukovcrypto/des/des_enc.c optional crypto | ipsec | ipsec_support | netsmb 25cf99524aSMarcel Moolenaardev/bm/if_bm.c optional bm powermac 26b4dbc599SNathan Whitehorndev/adb/adb_bus.c optional adb 27b4dbc599SNathan Whitehorndev/adb/adb_kbd.c optional adb 28b4dbc599SNathan Whitehorndev/adb/adb_mouse.c optional adb 29b4dbc599SNathan Whitehorndev/adb/adb_hb_if.m optional adb 30b4dbc599SNathan Whitehorndev/adb/adb_if.m optional adb 31b6faf3cfSNathan Whitehorndev/adb/adb_buttons.c optional adb 3250fd2a5bSNathan Whitehorndev/agp/agp_apple.c optional agp powermac 33473795dcSPeter Grehandev/fb/fb.c optional sc 34d1d3233eSRafal Jaworowskidev/fdt/fdt_powerpc.c optional fdt 35ecaecbc7SIan Lepore# ofwbus depends on simplebus. 36ecaecbc7SIan Leporedev/fdt/simplebus.c optional aim | fdt 37a7452468SJustin Hibbitsdev/hwpmc/hwpmc_e500.c optional hwpmc 3898fa0351SGleb Smirnoffdev/hwpmc/hwpmc_mpc7xxx.c optional hwpmc 39a7452468SJustin Hibbitsdev/hwpmc/hwpmc_powerpc.c optional hwpmc 40169dd953SJustin Hibbitsdev/hwpmc/hwpmc_ppc970.c optional hwpmc 41d188174aSAndreas Toblerdev/iicbus/ad7417.c optional ad7417 powermac 42e9152038SJustin Hibbitsdev/iicbus/adm1030.c optional powermac windtunnel | adm1030 powermac 43c017acc7SJustin Hibbitsdev/iicbus/adt746x.c optional adt746x powermac 44a894f6a0SAndreas Toblerdev/iicbus/ds1631.c optional ds1631 powermac 45da89fa28SAndreas Toblerdev/iicbus/ds1775.c optional ds1775 powermac 46da89fa28SAndreas Toblerdev/iicbus/max6690.c optional max6690 powermac 478ba8cb91SLuiz Otavio O Souzadev/iicbus/ofw_iicbus.c optional iicbus aim 487c45c9e4SMarcel Moolenaardev/nand/nfc_fsl.c optional nand mpc85xx 4998be38e7SJustin Hibbitsdev/nand/nfc_rb.c optional nand mpc85xx 505d26cae7SWarner Losh# ofw can be either aim or fdt: fdt case handled in files. aim only powerpc specific. 515d26cae7SWarner Loshdev/ofw/openfirm.c optional aim 525d26cae7SWarner Loshdev/ofw/openfirmio.c optional aim 535d26cae7SWarner Loshdev/ofw/ofw_bus_if.m optional aim 545cead939SRui Paulodev/ofw/ofw_cpu.c optional aim 555d26cae7SWarner Loshdev/ofw/ofw_if.m optional aim 565d26cae7SWarner Loshdev/ofw/ofw_bus_subr.c optional aim 57bd71bd37SMarcel Moolenaardev/ofw/ofw_console.c optional aim 58bd71bd37SMarcel Moolenaardev/ofw/ofw_disk.c optional ofwd aim 5965d08437SNathan Whitehorndev/ofw/ofwbus.c optional aim | fdt 60d4faefaeSZbigniew Bodekdev/ofw/ofwpci.c optional pci 61c3e289e1SNathan Whitehorndev/ofw/ofw_standard.c optional aim powerpc 62bc7b9300SIan Leporedev/ofw/ofw_subr.c optional aim powerpc 63dd3456c0SMarcel Moolenaardev/powermac_nvram/powermac_nvram.c optional powermac_nvram powermac 64d1d3233eSRafal Jaworowskidev/quicc/quicc_bfe_fdt.c optional quicc mpc85xx 65dd3456c0SMarcel Moolenaardev/scc/scc_bfe_macio.c optional scc powermac 66eecaab52SJustin Hibbitsdev/sdhci/fsl_sdhci.c optional mpc85xx sdhci 6702b553caSRafal Jaworowskidev/sec/sec.c optional sec mpc85xx 688486eb86SNathan Whitehorndev/sound/macio/aoa.c optional snd_davbus | snd_ai2s powermac 698486eb86SNathan Whitehorndev/sound/macio/davbus.c optional snd_davbus powermac 708486eb86SNathan Whitehorndev/sound/macio/i2s.c optional snd_ai2s powermac 719c3fbfbdSAndreas Toblerdev/sound/macio/onyx.c optional snd_ai2s iicbus powermac 728486eb86SNathan Whitehorndev/sound/macio/snapper.c optional snd_ai2s iicbus powermac 738486eb86SNathan Whitehorndev/sound/macio/tumbler.c optional snd_ai2s iicbus powermac 74dd3456c0SMarcel Moolenaardev/syscons/scgfbrndr.c optional sc 75b4b1c516SEd Schoutendev/syscons/scterm-teken.c optional sc 76dd3456c0SMarcel Moolenaardev/syscons/scvtb.c optional sc 77321578e3SRafal Jaworowskidev/tsec/if_tsec.c optional tsec 78d1d3233eSRafal Jaworowskidev/tsec/if_tsec_fdt.c optional tsec fdt 7949aba28aSNathan Whitehorndev/uart/uart_cpu_powerpc.c optional uart 806cedae09SJustin Hibbitsdev/usb/controller/ehci_fsl.c optional ehci mpc85xx 8127cf7d04SAleksandr Rybalkodev/vt/hw/ofwfb/ofwfb.c optional vt aim 82707c2fb9SAlexander Motinkern/kern_clocksource.c standard 83aea81038SKonstantin Belousovkern/subr_dummy_vdso_tc.c standard 84dd3456c0SMarcel Moolenaarkern/syscalls.c optional ktr 85c8d2ffd6SGleb Smirnoffkern/subr_sfbuf.c standard 86dc9b124dSJustin Hibbitslibkern/ashldi3.c optional powerpc | powerpcspe 87dc9b124dSJustin Hibbitslibkern/ashrdi3.c optional powerpc | powerpcspe 88c585bae1SBenno Ricelibkern/bcmp.c standard 89dc9b124dSJustin Hibbitslibkern/cmpdi2.c optional powerpc | powerpcspe 90dc9b124dSJustin Hibbitslibkern/divdi3.c optional powerpc | powerpcspe 91c585bae1SBenno Ricelibkern/ffs.c standard 921de30b60SDag-Erling Smørgravlibkern/ffsl.c standard 933d3e385eSConrad Meyerlibkern/ffsll.c standard 941de30b60SDag-Erling Smørgravlibkern/fls.c standard 951de30b60SDag-Erling Smørgravlibkern/flsl.c standard 96f25e50cfSAndriy Gaponlibkern/flsll.c standard 97dc9b124dSJustin Hibbitslibkern/lshrdi3.c optional powerpc | powerpcspe 98802cb57eSEd Schoutenlibkern/memmove.c standard 999f94082eSYoshihiro Takahashilibkern/memset.c standard 100dc9b124dSJustin Hibbitslibkern/moddi3.c optional powerpc | powerpcspe 101dc9b124dSJustin Hibbitslibkern/qdivrem.c optional powerpc | powerpcspe 102dc9b124dSJustin Hibbitslibkern/ucmpdi2.c optional powerpc | powerpcspe 103dc9b124dSJustin Hibbitslibkern/udivdi3.c optional powerpc | powerpcspe 104dc9b124dSJustin Hibbitslibkern/umoddi3.c optional powerpc | powerpcspe 105bd71bd37SMarcel Moolenaarpowerpc/aim/locore.S optional aim no-obj 106f23bfc68SJustin Hibbitspowerpc/aim/aim_machdep.c optional aim 107c3e289e1SNathan Whitehornpowerpc/aim/mmu_oea.c optional aim powerpc 1081c96bdd1SNathan Whitehornpowerpc/aim/mmu_oea64.c optional aim 109bef5da7fSNathan Whitehornpowerpc/aim/moea64_if.m optional aim 110bef5da7fSNathan Whitehornpowerpc/aim/moea64_native.c optional aim 111e1c161e7SJustin Hibbitspowerpc/aim/mp_cpudep.c optional aim 112c3e289e1SNathan Whitehornpowerpc/aim/slb.c optional aim powerpc64 11317f4cae4SRafal Jaworowskipowerpc/booke/locore.S optional booke no-obj 114f23bfc68SJustin Hibbitspowerpc/booke/booke_machdep.c optional booke 115aa6bc7dcSRafal Jaworowskipowerpc/booke/machdep_e500.c optional booke_e500 11617f4cae4SRafal Jaworowskipowerpc/booke/mp_cpudep.c optional booke smp 117302acc2eSNathan Whitehornpowerpc/booke/platform_bare.c optional booke 11817f4cae4SRafal Jaworowskipowerpc/booke/pmap.c optional booke 119dc9b124dSJustin Hibbitspowerpc/booke/spe.c optional powerpcspe 1209eb9db93SNathan Whitehornpowerpc/cpufreq/dfs.c optional cpufreq 1211016f143SNathan Whitehornpowerpc/cpufreq/pcr.c optional cpufreq aim 1224702d987SJustin Hibbitspowerpc/cpufreq/pmufreq.c optional cpufreq aim pmu 12343fdca95SJohn Baldwinpowerpc/fpu/fpu_add.c optional fpu_emu 12443fdca95SJohn Baldwinpowerpc/fpu/fpu_compare.c optional fpu_emu 12543fdca95SJohn Baldwinpowerpc/fpu/fpu_div.c optional fpu_emu 12643fdca95SJohn Baldwinpowerpc/fpu/fpu_emu.c optional fpu_emu 12743fdca95SJohn Baldwinpowerpc/fpu/fpu_explode.c optional fpu_emu 12843fdca95SJohn Baldwinpowerpc/fpu/fpu_implode.c optional fpu_emu 12943fdca95SJohn Baldwinpowerpc/fpu/fpu_mul.c optional fpu_emu 13043fdca95SJohn Baldwinpowerpc/fpu/fpu_sqrt.c optional fpu_emu 13143fdca95SJohn Baldwinpowerpc/fpu/fpu_subr.c optional fpu_emu 1322c16c8d7SNathan Whitehornpowerpc/mambo/mambocall.S optional mambo 1332c16c8d7SNathan Whitehornpowerpc/mambo/mambo.c optional mambo 1342c16c8d7SNathan Whitehornpowerpc/mambo/mambo_console.c optional mambo 1352c16c8d7SNathan Whitehornpowerpc/mambo/mambo_disk.c optional mambo 1366aabc119SJustin Hibbitspowerpc/mikrotik/platform_rb.c optional mikrotik 137*d9720179SJustin Hibbitspowerpc/mikrotik/rb_led.c optional mikrotik 138ac741ae5SMarcel Moolenaarpowerpc/mpc85xx/atpic.c optional mpc85xx isa 139d1d3233eSRafal Jaworowskipowerpc/mpc85xx/ds1553_bus_fdt.c optional ds1553 fdt 140f07ef6e4SRafal Jaworowskipowerpc/mpc85xx/ds1553_core.c optional ds1553 1411e6afa0eSJustin Hibbitspowerpc/mpc85xx/fsl_diu.c optional mpc85xx diu 142d1d3233eSRafal Jaworowskipowerpc/mpc85xx/i2c.c optional iicbus fdt 143f2396192SRafal Jaworowskipowerpc/mpc85xx/isa.c optional mpc85xx isa 1446cedae09SJustin Hibbitspowerpc/mpc85xx/lbc.c optional mpc85xx 1456cedae09SJustin Hibbitspowerpc/mpc85xx/mpc85xx.c optional mpc85xx 146ca54502aSJustin Hibbitspowerpc/mpc85xx/mpc85xx_gpio.c optional mpc85xx gpio 1476cedae09SJustin Hibbitspowerpc/mpc85xx/platform_mpc85xx.c optional mpc85xx 1486cedae09SJustin Hibbitspowerpc/mpc85xx/pci_mpc85xx.c optional pci mpc85xx 1496cedae09SJustin Hibbitspowerpc/mpc85xx/pci_mpc85xx_pcib.c optional pci mpc85xx 1506cedae09SJustin Hibbitspowerpc/mpc85xx/qoriq_gpio.c optional mpc85xx gpio 151629aa519SNathan Whitehornpowerpc/ofw/ofw_machdep.c standard 152178cdf9aSNathan Whitehornpowerpc/ofw/ofw_pcibus.c optional pci 153178cdf9aSNathan Whitehornpowerpc/ofw/ofw_pcib_pci.c optional pci 1548446b206SNathan Whitehornpowerpc/ofw/ofw_real.c optional aim 155bd71bd37SMarcel Moolenaarpowerpc/ofw/ofw_syscons.c optional sc aim 1560d7136baSNathan Whitehornpowerpc/ofw/ofwcall32.S optional aim powerpc 1570d7136baSNathan Whitehornpowerpc/ofw/ofwcall64.S optional aim powerpc64 1580d7136baSNathan Whitehornpowerpc/ofw/ofwmagic.S optional aim 15917593f86SNathan Whitehornpowerpc/ofw/openpic_ofw.c optional aim | fdt 1600d7136baSNathan Whitehornpowerpc/ofw/rtas.c optional aim 1617bf5cfedSNathan Whitehornpowerpc/powermac/ata_kauai.c optional powermac ata | powermac atamacio 1627bf5cfedSNathan Whitehornpowerpc/powermac/ata_macio.c optional powermac ata | powermac atamacio 1637bf5cfedSNathan Whitehornpowerpc/powermac/ata_dbdma.c optional powermac ata | powermac atamacio 1643cc28bd9SJustin Hibbitspowerpc/powermac/atibl.c optional powermac atibl 1651016f143SNathan Whitehornpowerpc/powermac/cuda.c optional powermac cuda 1661016f143SNathan Whitehornpowerpc/powermac/cpcht.c optional powermac pci 1677d8ccad7SMarcel Moolenaarpowerpc/powermac/dbdma.c optional powermac pci 168da89fa28SAndreas Toblerpowerpc/powermac/fcu.c optional powermac fcu 169c8718f79SPeter Grehanpowerpc/powermac/grackle.c optional powermac pci 170c8718f79SPeter Grehanpowerpc/powermac/hrowpic.c optional powermac pci 171a9cade51SNathan Whitehornpowerpc/powermac/kiic.c optional powermac kiic 1721016f143SNathan Whitehornpowerpc/powermac/macgpio.c optional powermac pci 173f8735aa3SPeter Grehanpowerpc/powermac/macio.c optional powermac pci 174d0ec68d4SJustin Hibbitspowerpc/powermac/nvbl.c optional powermac nvbl 175b2a237beSNathan Whitehornpowerpc/powermac/platform_powermac.c optional powermac 17684d77676SNathan Whitehornpowerpc/powermac/powermac_thermal.c optional powermac 177f8735aa3SPeter Grehanpowerpc/powermac/pswitch.c optional powermac pswitch 178b4dbc599SNathan Whitehornpowerpc/powermac/pmu.c optional powermac pmu 1791016f143SNathan Whitehornpowerpc/powermac/smu.c optional powermac smu 1809efb0787SNathan Whitehornpowerpc/powermac/smusat.c optional powermac smu 181ca2c1931SNathan Whitehornpowerpc/powermac/uninorth.c optional powermac 182ca2c1931SNathan Whitehornpowerpc/powermac/uninorthpci.c optional powermac pci 1839eb9db93SNathan Whitehornpowerpc/powermac/vcoregpio.c optional powermac 184dc9b124dSJustin Hibbitspowerpc/powerpc/altivec.c optional powerpc | powerpc64 185dd3456c0SMarcel Moolenaarpowerpc/powerpc/autoconf.c standard 186dd3456c0SMarcel Moolenaarpowerpc/powerpc/bcopy.c standard 187de2fa7b8SMarcel Moolenaarpowerpc/powerpc/bus_machdep.c standard 188dd3456c0SMarcel Moolenaarpowerpc/powerpc/busdma_machdep.c standard 189228f09b3SNathan Whitehornpowerpc/powerpc/clock.c standard 190e39c26a9SNathan Whitehornpowerpc/powerpc/copyinout.c standard 191dd3456c0SMarcel Moolenaarpowerpc/powerpc/copystr.c standard 192dd3456c0SMarcel Moolenaarpowerpc/powerpc/cpu.c standard 193dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_disasm.c optional ddb 194dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_hwwatch.c optional ddb 195dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_interface.c optional ddb 196dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_trace.c optional ddb 19727457a80SMarcel Moolenaarpowerpc/powerpc/dump_machdep.c standard 198dc9b124dSJustin Hibbitspowerpc/powerpc/elf32_machdep.c optional powerpc | powerpcspe | compat_freebsd32 199c3e289e1SNathan Whitehornpowerpc/powerpc/elf64_machdep.c optional powerpc64 200cc81c44dSNathan Whitehornpowerpc/powerpc/exec_machdep.c standard 201debe4455SNathan Whitehornpowerpc/powerpc/fpu.c standard 202dd3456c0SMarcel Moolenaarpowerpc/powerpc/fuswintr.c standard 203dd3456c0SMarcel Moolenaarpowerpc/powerpc/gdb_machdep.c optional gdb 20470df4233SBjoern A. Zeebpowerpc/powerpc/in_cksum.c optional inet | inet6 2053f3cffedSJustin Hibbitspowerpc/powerpc/interrupt.c standard 206dd3456c0SMarcel Moolenaarpowerpc/powerpc/intr_machdep.c standard 207e2326639SNathan Whitehornpowerpc/powerpc/iommu_if.m standard 208f23bfc68SJustin Hibbitspowerpc/powerpc/machdep.c standard 209dd3456c0SMarcel Moolenaarpowerpc/powerpc/mem.c optional mem 210dd3456c0SMarcel Moolenaarpowerpc/powerpc/mmu_if.m standard 2111c17588fSMarcel Moolenaarpowerpc/powerpc/mp_machdep.c optional smp 212e4cf0633SNathan Whitehornpowerpc/powerpc/nexus.c standard 213dd3456c0SMarcel Moolenaarpowerpc/powerpc/openpic.c standard 214dd3456c0SMarcel Moolenaarpowerpc/powerpc/pic_if.m standard 215dd3456c0SMarcel Moolenaarpowerpc/powerpc/pmap_dispatch.c standard 216b40ce02aSNathan Whitehornpowerpc/powerpc/platform.c standard 217b40ce02aSNathan Whitehornpowerpc/powerpc/platform_if.m standard 21864b83a05SJustin Hibbitspowerpc/powerpc/ptrace_machdep.c standard 219dd3456c0SMarcel Moolenaarpowerpc/powerpc/sc_machdep.c optional sc 220dd3456c0SMarcel Moolenaarpowerpc/powerpc/setjmp.S standard 221dc9b124dSJustin Hibbitspowerpc/powerpc/sigcode32.S optional powerpc | powerpcspe | compat_freebsd32 222c3e289e1SNathan Whitehornpowerpc/powerpc/sigcode64.S optional powerpc64 223dc9b124dSJustin Hibbitspowerpc/powerpc/swtch32.S optional powerpc | powerpcspe 224bdac4360SNathan Whitehornpowerpc/powerpc/swtch64.S optional powerpc64 225dd3456c0SMarcel Moolenaarpowerpc/powerpc/stack_machdep.c optional ddb | stack 226dd3456c0SMarcel Moolenaarpowerpc/powerpc/suswintr.c standard 227dd3456c0SMarcel Moolenaarpowerpc/powerpc/syncicache.c standard 228dd3456c0SMarcel Moolenaarpowerpc/powerpc/sys_machdep.c standard 229c4f9a741SJustin Hibbitspowerpc/powerpc/trap.c standard 2301c96bdd1SNathan Whitehornpowerpc/powerpc/uio_machdep.c standard 231f23bfc68SJustin Hibbitspowerpc/powerpc/uma_machdep.c standard 2321cfdc971SNathan Whitehornpowerpc/powerpc/vm_machdep.c standard 23303479763SNathan Whitehornpowerpc/ps3/ehci_ps3.c optional ps3 ehci 2349ba8a927SNathan Whitehornpowerpc/ps3/ohci_ps3.c optional ps3 ohci 23503479763SNathan Whitehornpowerpc/ps3/if_glc.c optional ps3 glc 23603479763SNathan Whitehornpowerpc/ps3/mmu_ps3.c optional ps3 23703479763SNathan Whitehornpowerpc/ps3/platform_ps3.c optional ps3 23803479763SNathan Whitehornpowerpc/ps3/ps3bus.c optional ps3 2399f2c359fSNathan Whitehornpowerpc/ps3/ps3cdrom.c optional ps3 scbus 2400d317057SNathan Whitehornpowerpc/ps3/ps3disk.c optional ps3 24103479763SNathan Whitehornpowerpc/ps3/ps3pic.c optional ps3 24249588d0fSNathan Whitehornpowerpc/ps3/ps3_syscons.c optional ps3 vt 24349588d0fSNathan Whitehornpowerpc/ps3/ps3-hvcall.S optional ps3 2447a8d25c0SNathan Whitehornpowerpc/pseries/phyp-hvcall.S optional pseries powerpc64 2457a8d25c0SNathan Whitehornpowerpc/pseries/mmu_phyp.c optional pseries powerpc64 2464f835517SNathan Whitehornpowerpc/pseries/phyp_console.c optional pseries powerpc64 uart 247757e5b29SNathan Whitehornpowerpc/pseries/phyp_llan.c optional llan 248391dff86SNathan Whitehornpowerpc/pseries/phyp_vscsi.c optional pseries powerpc64 scbus 2497a8d25c0SNathan Whitehornpowerpc/pseries/platform_chrp.c optional pseries 2507a8d25c0SNathan Whitehornpowerpc/pseries/plpar_iommu.c optional pseries powerpc64 251817ba5c0SNathan Whitehornpowerpc/pseries/plpar_pcibus.c optional pseries powerpc64 pci 2527a8d25c0SNathan Whitehornpowerpc/pseries/rtas_dev.c optional pseries 2537a8d25c0SNathan Whitehornpowerpc/pseries/rtas_pci.c optional pseries pci 2547a8d25c0SNathan Whitehornpowerpc/pseries/vdevice.c optional pseries powerpc64 2557a8d25c0SNathan Whitehornpowerpc/pseries/xics.c optional pseries powerpc64 256e1f89baeSPeter Grehanpowerpc/psim/iobus.c optional psim 257e1f89baeSPeter Grehanpowerpc/psim/ata_iobus.c optional ata psim 258f8735aa3SPeter Grehanpowerpc/psim/openpic_iobus.c optional psim 259cd320bc9SMarcel Moolenaarpowerpc/psim/uart_iobus.c optional uart psim 260