1# $NetBSD: std.nslu2,v 1.6 2018/10/07 07:48:44 skrll Exp $ 2# 3# Standard NetBSD/evbarm options for Linksys NSLU2 4 5machine evbarm arm 6include "arch/evbarm/conf/std.evbarm" 7 8# Pull in NSLU2 config definitions. 9include "arch/evbarm/conf/files.nslu2" 10 11options KERNEL_BASE_EXT=0xc0000000 12makeoptions LOADADDRESS="0xc0200000" 13makeoptions BOARDMKFRAG="${THISARM}/conf/mk.nslu2" 14 15options ARM_INTR_IMPL="<arch/arm/xscale/ixp425_intr.h>" 16options __BUS_SPACE_HAS_STREAM_METHODS 17 18# We need to configure the PCI bus. 19options PCI_NETBSD_CONFIGURE 20