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. 18d99b73d8SJustin Hibbitscddl/compat/opensolaris/kern/opensolaris_atomic.c optional zfs powerpc | dtrace powerpc | zfs powerpcspe | dtrace powerpcspe 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 121452adeeeSJustin Hibbitspowerpc/cpufreq/mpc85xx_jog.c optional cpufreq mpc85xx 1221016f143SNathan Whitehornpowerpc/cpufreq/pcr.c optional cpufreq aim 1234702d987SJustin Hibbitspowerpc/cpufreq/pmufreq.c optional cpufreq aim pmu 12443fdca95SJohn Baldwinpowerpc/fpu/fpu_add.c optional fpu_emu 12543fdca95SJohn Baldwinpowerpc/fpu/fpu_compare.c optional fpu_emu 12643fdca95SJohn Baldwinpowerpc/fpu/fpu_div.c optional fpu_emu 12743fdca95SJohn Baldwinpowerpc/fpu/fpu_emu.c optional fpu_emu 12843fdca95SJohn Baldwinpowerpc/fpu/fpu_explode.c optional fpu_emu 12943fdca95SJohn Baldwinpowerpc/fpu/fpu_implode.c optional fpu_emu 13043fdca95SJohn Baldwinpowerpc/fpu/fpu_mul.c optional fpu_emu 13143fdca95SJohn Baldwinpowerpc/fpu/fpu_sqrt.c optional fpu_emu 13243fdca95SJohn Baldwinpowerpc/fpu/fpu_subr.c optional fpu_emu 1332c16c8d7SNathan Whitehornpowerpc/mambo/mambocall.S optional mambo 1342c16c8d7SNathan Whitehornpowerpc/mambo/mambo.c optional mambo 1352c16c8d7SNathan Whitehornpowerpc/mambo/mambo_console.c optional mambo 1362c16c8d7SNathan Whitehornpowerpc/mambo/mambo_disk.c optional mambo 1376aabc119SJustin Hibbitspowerpc/mikrotik/platform_rb.c optional mikrotik 138d9720179SJustin Hibbitspowerpc/mikrotik/rb_led.c optional mikrotik 139ac741ae5SMarcel Moolenaarpowerpc/mpc85xx/atpic.c optional mpc85xx isa 140d1d3233eSRafal Jaworowskipowerpc/mpc85xx/ds1553_bus_fdt.c optional ds1553 fdt 141f07ef6e4SRafal Jaworowskipowerpc/mpc85xx/ds1553_core.c optional ds1553 1421e6afa0eSJustin Hibbitspowerpc/mpc85xx/fsl_diu.c optional mpc85xx diu 143d139c624SJustin Hibbitspowerpc/mpc85xx/fsl_espi.c optional mpc85xx spibus 144809cd50fSJustin Hibbitspowerpc/mpc85xx/fsl_sata.c optional mpc85xx ata 145d1d3233eSRafal Jaworowskipowerpc/mpc85xx/i2c.c optional iicbus fdt 146f2396192SRafal Jaworowskipowerpc/mpc85xx/isa.c optional mpc85xx isa 1476cedae09SJustin Hibbitspowerpc/mpc85xx/lbc.c optional mpc85xx 1486cedae09SJustin Hibbitspowerpc/mpc85xx/mpc85xx.c optional mpc85xx 149*e9f96ff4SJustin Hibbitspowerpc/mpc85xx/mpc85xx_cache.c optional mpc85xx 150ca54502aSJustin Hibbitspowerpc/mpc85xx/mpc85xx_gpio.c optional mpc85xx gpio 1516cedae09SJustin Hibbitspowerpc/mpc85xx/platform_mpc85xx.c optional mpc85xx 1526cedae09SJustin Hibbitspowerpc/mpc85xx/pci_mpc85xx.c optional pci mpc85xx 1536cedae09SJustin Hibbitspowerpc/mpc85xx/pci_mpc85xx_pcib.c optional pci mpc85xx 1546cedae09SJustin Hibbitspowerpc/mpc85xx/qoriq_gpio.c optional mpc85xx gpio 155629aa519SNathan Whitehornpowerpc/ofw/ofw_machdep.c standard 156178cdf9aSNathan Whitehornpowerpc/ofw/ofw_pcibus.c optional pci 157178cdf9aSNathan Whitehornpowerpc/ofw/ofw_pcib_pci.c optional pci 1588446b206SNathan Whitehornpowerpc/ofw/ofw_real.c optional aim 159bd71bd37SMarcel Moolenaarpowerpc/ofw/ofw_syscons.c optional sc aim 1600d7136baSNathan Whitehornpowerpc/ofw/ofwcall32.S optional aim powerpc 1610d7136baSNathan Whitehornpowerpc/ofw/ofwcall64.S optional aim powerpc64 16217593f86SNathan Whitehornpowerpc/ofw/openpic_ofw.c optional aim | fdt 1630d7136baSNathan Whitehornpowerpc/ofw/rtas.c optional aim 1647bf5cfedSNathan Whitehornpowerpc/powermac/ata_kauai.c optional powermac ata | powermac atamacio 1657bf5cfedSNathan Whitehornpowerpc/powermac/ata_macio.c optional powermac ata | powermac atamacio 1667bf5cfedSNathan Whitehornpowerpc/powermac/ata_dbdma.c optional powermac ata | powermac atamacio 1673cc28bd9SJustin Hibbitspowerpc/powermac/atibl.c optional powermac atibl 1681016f143SNathan Whitehornpowerpc/powermac/cuda.c optional powermac cuda 1691016f143SNathan Whitehornpowerpc/powermac/cpcht.c optional powermac pci 1707d8ccad7SMarcel Moolenaarpowerpc/powermac/dbdma.c optional powermac pci 171da89fa28SAndreas Toblerpowerpc/powermac/fcu.c optional powermac fcu 172c8718f79SPeter Grehanpowerpc/powermac/grackle.c optional powermac pci 173c8718f79SPeter Grehanpowerpc/powermac/hrowpic.c optional powermac pci 174a9cade51SNathan Whitehornpowerpc/powermac/kiic.c optional powermac kiic 1751016f143SNathan Whitehornpowerpc/powermac/macgpio.c optional powermac pci 176f8735aa3SPeter Grehanpowerpc/powermac/macio.c optional powermac pci 177d0ec68d4SJustin Hibbitspowerpc/powermac/nvbl.c optional powermac nvbl 178b2a237beSNathan Whitehornpowerpc/powermac/platform_powermac.c optional powermac 17984d77676SNathan Whitehornpowerpc/powermac/powermac_thermal.c optional powermac 180f8735aa3SPeter Grehanpowerpc/powermac/pswitch.c optional powermac pswitch 181b4dbc599SNathan Whitehornpowerpc/powermac/pmu.c optional powermac pmu 1821016f143SNathan Whitehornpowerpc/powermac/smu.c optional powermac smu 1839efb0787SNathan Whitehornpowerpc/powermac/smusat.c optional powermac smu 184ca2c1931SNathan Whitehornpowerpc/powermac/uninorth.c optional powermac 185ca2c1931SNathan Whitehornpowerpc/powermac/uninorthpci.c optional powermac pci 1869eb9db93SNathan Whitehornpowerpc/powermac/vcoregpio.c optional powermac 187fb3855e0SWojciech Macekpowerpc/powernv/opal.c optional powernv 188fb3855e0SWojciech Macekpowerpc/powernv/opal_console.c optional powernv 189ac9b4325SWojciech Macekpowerpc/powernv/opal_dev.c optional powernv 190ac9b4325SWojciech Macekpowerpc/powernv/opal_pci.c optional powernv pci 191fb3855e0SWojciech Macekpowerpc/powernv/opalcall.S optional powernv 192fb3855e0SWojciech Macekpowerpc/powernv/platform_powernv.c optional powernv 193dc9b124dSJustin Hibbitspowerpc/powerpc/altivec.c optional powerpc | powerpc64 194dd3456c0SMarcel Moolenaarpowerpc/powerpc/autoconf.c standard 195dd3456c0SMarcel Moolenaarpowerpc/powerpc/bcopy.c standard 196de2fa7b8SMarcel Moolenaarpowerpc/powerpc/bus_machdep.c standard 197dd3456c0SMarcel Moolenaarpowerpc/powerpc/busdma_machdep.c standard 198228f09b3SNathan Whitehornpowerpc/powerpc/clock.c standard 199e39c26a9SNathan Whitehornpowerpc/powerpc/copyinout.c standard 200dd3456c0SMarcel Moolenaarpowerpc/powerpc/copystr.c standard 201dd3456c0SMarcel Moolenaarpowerpc/powerpc/cpu.c standard 202dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_disasm.c optional ddb 203dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_hwwatch.c optional ddb 204dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_interface.c optional ddb 205dd3456c0SMarcel Moolenaarpowerpc/powerpc/db_trace.c optional ddb 20627457a80SMarcel Moolenaarpowerpc/powerpc/dump_machdep.c standard 207dc9b124dSJustin Hibbitspowerpc/powerpc/elf32_machdep.c optional powerpc | powerpcspe | compat_freebsd32 208c3e289e1SNathan Whitehornpowerpc/powerpc/elf64_machdep.c optional powerpc64 209cc81c44dSNathan Whitehornpowerpc/powerpc/exec_machdep.c standard 210debe4455SNathan Whitehornpowerpc/powerpc/fpu.c standard 211dd3456c0SMarcel Moolenaarpowerpc/powerpc/fuswintr.c standard 212dd3456c0SMarcel Moolenaarpowerpc/powerpc/gdb_machdep.c optional gdb 21370df4233SBjoern A. Zeebpowerpc/powerpc/in_cksum.c optional inet | inet6 2143f3cffedSJustin Hibbitspowerpc/powerpc/interrupt.c standard 215dd3456c0SMarcel Moolenaarpowerpc/powerpc/intr_machdep.c standard 216e2326639SNathan Whitehornpowerpc/powerpc/iommu_if.m standard 217f23bfc68SJustin Hibbitspowerpc/powerpc/machdep.c standard 218dd3456c0SMarcel Moolenaarpowerpc/powerpc/mem.c optional mem 219dd3456c0SMarcel Moolenaarpowerpc/powerpc/mmu_if.m standard 2201c17588fSMarcel Moolenaarpowerpc/powerpc/mp_machdep.c optional smp 221e4cf0633SNathan Whitehornpowerpc/powerpc/nexus.c standard 222dd3456c0SMarcel Moolenaarpowerpc/powerpc/openpic.c standard 223dd3456c0SMarcel Moolenaarpowerpc/powerpc/pic_if.m standard 224dd3456c0SMarcel Moolenaarpowerpc/powerpc/pmap_dispatch.c standard 225b40ce02aSNathan Whitehornpowerpc/powerpc/platform.c standard 226b40ce02aSNathan Whitehornpowerpc/powerpc/platform_if.m standard 22764b83a05SJustin Hibbitspowerpc/powerpc/ptrace_machdep.c standard 228dd3456c0SMarcel Moolenaarpowerpc/powerpc/sc_machdep.c optional sc 229dd3456c0SMarcel Moolenaarpowerpc/powerpc/setjmp.S standard 230dc9b124dSJustin Hibbitspowerpc/powerpc/sigcode32.S optional powerpc | powerpcspe | compat_freebsd32 231c3e289e1SNathan Whitehornpowerpc/powerpc/sigcode64.S optional powerpc64 232dc9b124dSJustin Hibbitspowerpc/powerpc/swtch32.S optional powerpc | powerpcspe 233bdac4360SNathan Whitehornpowerpc/powerpc/swtch64.S optional powerpc64 234dd3456c0SMarcel Moolenaarpowerpc/powerpc/stack_machdep.c optional ddb | stack 235dd3456c0SMarcel Moolenaarpowerpc/powerpc/suswintr.c standard 236dd3456c0SMarcel Moolenaarpowerpc/powerpc/syncicache.c standard 237dd3456c0SMarcel Moolenaarpowerpc/powerpc/sys_machdep.c standard 238c4f9a741SJustin Hibbitspowerpc/powerpc/trap.c standard 2391c96bdd1SNathan Whitehornpowerpc/powerpc/uio_machdep.c standard 240f23bfc68SJustin Hibbitspowerpc/powerpc/uma_machdep.c standard 2411cfdc971SNathan Whitehornpowerpc/powerpc/vm_machdep.c standard 24203479763SNathan Whitehornpowerpc/ps3/ehci_ps3.c optional ps3 ehci 2439ba8a927SNathan Whitehornpowerpc/ps3/ohci_ps3.c optional ps3 ohci 24403479763SNathan Whitehornpowerpc/ps3/if_glc.c optional ps3 glc 24503479763SNathan Whitehornpowerpc/ps3/mmu_ps3.c optional ps3 24603479763SNathan Whitehornpowerpc/ps3/platform_ps3.c optional ps3 24703479763SNathan Whitehornpowerpc/ps3/ps3bus.c optional ps3 2489f2c359fSNathan Whitehornpowerpc/ps3/ps3cdrom.c optional ps3 scbus 2490d317057SNathan Whitehornpowerpc/ps3/ps3disk.c optional ps3 25003479763SNathan Whitehornpowerpc/ps3/ps3pic.c optional ps3 25149588d0fSNathan Whitehornpowerpc/ps3/ps3_syscons.c optional ps3 vt 25249588d0fSNathan Whitehornpowerpc/ps3/ps3-hvcall.S optional ps3 2537a8d25c0SNathan Whitehornpowerpc/pseries/phyp-hvcall.S optional pseries powerpc64 2547a8d25c0SNathan Whitehornpowerpc/pseries/mmu_phyp.c optional pseries powerpc64 2554f835517SNathan Whitehornpowerpc/pseries/phyp_console.c optional pseries powerpc64 uart 256757e5b29SNathan Whitehornpowerpc/pseries/phyp_llan.c optional llan 257391dff86SNathan Whitehornpowerpc/pseries/phyp_vscsi.c optional pseries powerpc64 scbus 2587a8d25c0SNathan Whitehornpowerpc/pseries/platform_chrp.c optional pseries 2597a8d25c0SNathan Whitehornpowerpc/pseries/plpar_iommu.c optional pseries powerpc64 260817ba5c0SNathan Whitehornpowerpc/pseries/plpar_pcibus.c optional pseries powerpc64 pci 2617a8d25c0SNathan Whitehornpowerpc/pseries/rtas_dev.c optional pseries 2627a8d25c0SNathan Whitehornpowerpc/pseries/rtas_pci.c optional pseries pci 2637a8d25c0SNathan Whitehornpowerpc/pseries/vdevice.c optional pseries powerpc64 2647a8d25c0SNathan Whitehornpowerpc/pseries/xics.c optional pseries powerpc64 265e1f89baeSPeter Grehanpowerpc/psim/iobus.c optional psim 266e1f89baeSPeter Grehanpowerpc/psim/ata_iobus.c optional ata psim 267f8735aa3SPeter Grehanpowerpc/psim/openpic_iobus.c optional psim 268cd320bc9SMarcel Moolenaarpowerpc/psim/uart_iobus.c optional uart psim 269