Home | History | Annotate | Line # | Download | only in conf
std.integrator_cp revision 1.2
      1  1.2  skrll #	$NetBSD: std.integrator_cp,v 1.2 2018/01/17 20:30:16 skrll Exp $
      2  1.1  skrll #
      3  1.1  skrll # standard NetBSD/integrator options
      4  1.1  skrll 
      5  1.1  skrll machine	evbarm arm
      6  1.1  skrll include 	"arch/evbarm/conf/std.evbarm"
      7  1.1  skrll 
      8  1.1  skrll # Pull in Integrator config definitions.
      9  1.1  skrll include 	"arch/evbarm/conf/files.integrator"
     10  1.1  skrll 
     11  1.1  skrll options 	EXEC_AOUT
     12  1.1  skrll 
     13  1.1  skrll options 	_ARM32_NEED_BUS_DMA_BOUNCE
     14  1.1  skrll 
     15  1.1  skrll makeoptions	BOARDTYPE="integrator"
     16  1.1  skrll makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.integrator_cp"
     17  1.1  skrll 
     18  1.1  skrll options 	ARM_INTR_IMPL="<arch/evbarm/ifpga/ifpga_intr.h>"
     19  1.1  skrll 
     20  1.1  skrll options 	KERNEL_BASE_EXT=0xc0000000
     21