2008-01-27 15:37:10 +03:00
|
|
|
# $NetBSD: std.npwr_fc,v 1.3 2008/01/27 12:37:12 chris Exp $
|
2005-12-22 19:17:24 +03:00
|
|
|
#
|
|
|
|
# standard NetBSD/evbarm for IQ80321 options
|
|
|
|
|
|
|
|
machine evbarm arm
|
2008-01-08 05:05:30 +03:00
|
|
|
include "conf/std" # MI standard options
|
2008-01-27 15:37:10 +03:00
|
|
|
include "arch/arm/conf/std.arm" # arch standard options
|
2005-12-22 19:17:24 +03:00
|
|
|
|
|
|
|
# Pull in IQ80321 config definitions.
|
|
|
|
include "arch/evbarm/conf/files.npwr_fc"
|
|
|
|
|
|
|
|
options EXEC_ELF32
|
|
|
|
options EXEC_AOUT
|
|
|
|
options EXEC_SCRIPT
|
|
|
|
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
|
|
options ARM32
|
|
|
|
|
|
|
|
#options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
|
|
|
|
|
|
|
|
makeoptions BOARDTYPE="iq80321"
|
|
|
|
makeoptions BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
|
|
|
|
|
|
|
|
options ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
|
|
|
|
|
|
|
|
# We need to configure the PCI bus.
|
|
|
|
options PCI_NETBSD_CONFIGURE
|