Home | History | Annotate | Line # | Download | only in conf
std.integrator revision 1.18
      1 #	$NetBSD: std.integrator,v 1.18 2012/12/16 23:47:56 matt Exp $
      2 #
      3 # standard NetBSD/integrator options
      4 
      5 machine	evbarm arm
      6 include		"arch/evbarm/conf/std.evbarm"
      7 
      8 # Pull in Integrator config definitions.
      9 include		"arch/evbarm/conf/files.integrator"
     10 
     11 options 	EXEC_AOUT
     12 
     13 options 	_ARM32_NEED_BUS_DMA_BOUNCE
     14 
     15 #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     16 
     17 makeoptions	BOARDTYPE="integrator"
     18 makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.integrator"
     19 
     20 options 	ARM_INTR_IMPL="<arch/evbarm/ifpga/ifpga_intr.h>"
     21