xref: /netbsd-src/sys/arch/evbarm/conf/std.mpcsa (revision 4d5abbe83f525258eb479e5fca29f25cb943f379)
1#	$NetBSD: std.mpcsa,v 1.3 2012/12/16 23:47:56 matt Exp $
2#
3# NetBSD/evbarm options for MPCSA evaluation board
4#
5
6machine	evbarm arm
7include		"arch/evbarm/conf/std.evbarm"
8
9# Pull in MPCSA config definitions.
10include		"arch/evbarm/conf/files.mpcsa"
11
12options		AT91RM9200	# enable AT91RM9200 support
13
14options 	EXEC_AOUT
15
16options 	ARM_GENERIC_TODR
17
18# timer speed
19options		HZ=1000
20
21
22options 	KERNEL_BASE_EXT=0xc0000000
23makeoptions	BOARDTYPE="mpcsa"
24makeoptions	BOARDMKFRAG="${THISARM}/conf/mk.mpcsa"
25makeoptions	KERNEL_BASE_PHYS=0x20200000
26makeoptions	KERNEL_BASE_VIRT=0xc0200000
27
28options 	ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>"
29