std.adi_brh revision 1.6
11.6Schris#	$NetBSD: std.adi_brh,v 1.6 2008/01/27 12:37:11 chris Exp $
21.1Sthorpej#
31.1Sthorpej# standard NetBSD/evbarm for ADI BRH options
41.1Sthorpej
51.1Sthorpejmachine	evbarm arm
61.4Syamtinclude		"conf/std"	# MI standard options
71.6Schrisinclude		"arch/arm/conf/std.arm"	# arch standard options
81.1Sthorpej
91.1Sthorpej# Pull in ADI BRH config definitions.
101.1Sthorpejinclude "arch/evbarm/conf/files.adi_brh"
111.1Sthorpej
121.1Sthorpejoptions 	EXEC_ELF32
131.1Sthorpejoptions 	EXEC_AOUT
141.1Sthorpejoptions 	EXEC_SCRIPT
151.1Sthorpej
161.1Sthorpej# To support easy transit to ../arch/arm/arm32
171.1Sthorpejoptions 	ARM32
181.1Sthorpej
191.1Sthorpejmakeoptions	LOADADDRESS="0xc0200000"
201.1Sthorpejmakeoptions	BOARDTYPE="adi_brh"
211.1Sthorpejmakeoptions	BOARDMKFRAG="${THISARM}/conf/mk.adi_brh"
221.1Sthorpej
231.1Sthorpejoptions 	ARM_INTR_IMPL="<arch/arm/xscale/becc_intr.h>"
241.1Sthorpej
251.1Sthorpej# We need to configure the PCI bus.
261.1Sthorpejoptions 	PCI_NETBSD_CONFIGURE
27