1# $FreeBSD$ 2 3machine arm 4 5cpu CPU_ARM9 6cpu CPU_ARM9E 7cpu CPU_FA526 8cpu CPU_XSCALE_81342 9cpu CPU_XSCALE_IXP425 10cpu CPU_XSCALE_IXP435 11cpu CPU_XSCALE_PXA2X0 12 13files "../at91/files.at91" 14files "../cavium/cns11xx/files.econa" 15files "../mv/files.mv" 16files "../mv/discovery/files.db78xxx" 17files "../mv/kirkwood/files.kirkwood" 18files "../mv/orion/files.db88f5xxx" 19files "../mv/orion/files.ts7800" 20files "../xscale/i8134x/files.crb" 21files "../xscale/i8134x/files.i81342" 22files "../xscale/ixp425/files.avila" 23files "../xscale/ixp425/files.ixp425" 24files "../xscale/pxa/files.pxa" 25 26options PHYSADDR=0x00000000 27options KERNVIRTADDR=0xc0000000 28 29makeoptions LDFLAGS="-zmuldefs" 30makeoptions KERNPHYSADDR=0x00000000 31makeoptions KERNVIRTADDR=0xc0000000 32 33options FDT 34 35options SOC_MV_DISCOVERY 36options SOC_MV_KIRKWOOD 37options SOC_MV_ORION 38 39device at91_board_bwct 40device at91_board_ethernut5 41device at91_board_hl200 42device at91_board_hl201 43device at91_board_kb920x 44device at91_board_qila9g20 45device at91_board_sam9260ek 46device at91_board_sam9g20ek 47device at91_board_sam9x25ek 48device at91_board_tsc4370 49device at91rm9200 50device nand 51 52# IIC 53device twsi 54 55nooptions SMP 56nooptions MAXCPU 57 58nooptions COMPAT_FREEBSD4 59nooptions COMPAT_FREEBSD5 60nooptions COMPAT_FREEBSD6 61nooptions COMPAT_FREEBSD7 62nooptions COMPAT_FREEBSD9 63nooption PPC_PROBE_CHIPSET 64 65nodevice fdc 66nodevice sym 67nodevice ukbd 68 69nodevice sc 70nodevice blank_saver 71nodevice daemon_saver 72nodevice dragon_saver 73nodevice fade_saver 74nodevice fire_saver 75nodevice green_saver 76nodevice logo_saver 77nodevice rain_saver 78nodevice snake_saver 79nodevice star_saver 80nodevice warp_saver 81 82nodevice cxgbe 83nodevice snd_cmi 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