1# $NetBSD: std.adi_brh,v 1.11 2018/10/07 07:48:43 skrll 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