1# $FreeBSD$ 2 3machine arm 4 5cpu CPU_ARM9 6cpu CPU_ARM9E 7cpu CPU_FA526 8cpu CPU_XSCALE_80219 9cpu CPU_XSCALE_80321 10cpu CPU_XSCALE_81342 11cpu CPU_XSCALE_IXP425 12cpu CPU_XSCALE_IXP435 13cpu CPU_XSCALE_PXA2X0 14 15files "../at91/files.at91" 16files "../cavium/cns11xx/files.econa" 17files "../mv/files.mv" 18files "../mv/discovery/files.db78xxx" 19files "../mv/kirkwood/files.kirkwood" 20files "../mv/orion/files.db88f5xxx" 21files "../mv/orion/files.ts7800" 22files "../xscale/i8134x/files.crb" 23files "../xscale/i8134x/files.i81342" 24files "../xscale/ixp425/files.avila" 25files "../xscale/ixp425/files.ixp425" 26files "../xscale/pxa/files.pxa" 27 28options PHYSADDR=0x00000000 29options KERNPHYSADDR=0x00000000 30options KERNVIRTADDR=0xc0000000 31 32makeoptions LDFLAGS="-zmuldefs" 33makeoptions KERNPHYSADDR=0x00000000 34makeoptions KERNVIRTADDR=0xc0000000 35 36options FDT 37 38options SOC_MV_DISCOVERY 39options SOC_MV_KIRKWOOD 40options SOC_MV_ORION 41 42device pci 43 44device at91_board_bwct 45device at91_board_ethernut5 46device at91_board_hl200 47device at91_board_hl201 48device at91_board_kb920x 49device at91_board_qila9g20 50device at91_board_sam9260ek 51device at91_board_sam9g20ek 52device at91_board_sam9x25ek 53device at91_board_tsc4370 54device at91rm9200 55device nand 56 57nooptions SMP 58nooptions MAXCPU 59 60nooptions COMPAT_FREEBSD4 61nooption PPC_PROBE_CHIPSET 62 63nodevice fdc 64nodevice sym 65nodevice ukbd 66 67nodevice sc 68nodevice blank_saver 69nodevice daemon_saver 70nodevice dragon_saver 71nodevice fade_saver 72nodevice fire_saver 73nodevice green_saver 74nodevice logo_saver 75nodevice rain_saver 76nodevice snake_saver 77nodevice star_saver 78nodevice warp_saver 79 80nodevice cxgbe 81nodevice pcii 82nodevice snd_cmi 83nodevice tnt4882 84 85# 86# Enable the kernel DTrace hooks which are required to load the DTrace 87# kernel modules. 88# 89options KDTRACE_HOOKS 90 91# DTrace core 92# NOTE: introduces CDDL-licensed components into the kernel 93#device dtrace 94 95# DTrace modules 96#device dtrace_profile 97#device dtrace_sdt 98#device dtrace_fbt 99#device dtrace_systrace 100#device dtrace_prototype 101#device dtnfscl 102#device dtmalloc 103 104# Alternatively include all the DTrace modules 105#device dtraceall 106