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