xref: /netbsd-src/sys/arch/evbarm/conf/std.cp3100 (revision 230b95665bbd3a9d1a53658a36b1053f8382a519)
1# $NetBSD: std.cp3100,v 1.5 2012/12/16 23:47:56 matt Exp $
2#
3# Standard NetBSD/evbarm options for CP3100
4
5machine	evbarm arm
6include 	"arch/evbarm/conf/std.evbarm"
7
8# Pull in CP3100 config definitions.
9include		"arch/evbarm/conf/files.cp3100"
10
11options 	EXEC_AOUT
12
13options         KERNEL_BASE_EXT=0xc0000000
14makeoptions	BOARDTYPE="cp3100"
15makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.iq80321"
16
17options 	ARM_INTR_IMPL="<arch/arm/xscale/i80321_intr.h>"
18
19# Console UART is on HPI, so enable HPI-specific code
20options 	I80321_HPI_ENABLED
21
22# We need to configure the PCI bus.
23options 	PCI_NETBSD_CONFIGURE
24