xref: /netbsd-src/sys/arch/evbarm/conf/std.adi_brh (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1#	$NetBSD: std.adi_brh,v 1.10 2012/12/16 23:47:56 matt Exp $
2#
3# standard NetBSD/evbarm for ADI BRH options
4
5machine	evbarm arm
6include		"arch/evbarm/conf/std.evbarm"
7
8# Pull in ADI BRH config definitions.
9include		"arch/evbarm/conf/files.adi_brh"
10
11options 	EXEC_AOUT
12
13options 	KERNEL_BASE_EXT=0xc0000000
14makeoptions	LOADADDRESS="0xc0200000"
15makeoptions	BOARDTYPE="adi_brh"
16makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.adi_brh"
17
18options 	ARM_INTR_IMPL="<arch/arm/xscale/becc_intr.h>"
19
20# We need to configure the PCI bus.
21options 	PCI_NETBSD_CONFIGURE
22