Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / evbarm / conf / std.mpcsa
blob224d3a46a14b5e7c4cd02688d5ad069aa8a1d853
2 # NetBSD/evbarm options for MPCSA evaluation board
5 machine evbarm arm
6 include         "conf/std"      # MI standard options
8 # Pull in MPCSA config definitions.
9 include         "arch/evbarm/conf/files.mpcsa"
11 options         AT91RM9200      # enable AT91RM9200 support
13 options         EXEC_ELF32
14 options         EXEC_AOUT
15 options         EXEC_SCRIPT
17 # To support easy transit to ../arch/arm/arm32
18 options         ARM32
19 options         ARM_GENERIC_TODR
21 # timer speed
22 options         HZ=1000
25 options         KERNEL_BASE_EXT=0xc0000000
26 makeoptions     BOARDTYPE="mpcsa"
27 makeoptions     BOARDMKFRAG="${THISARM}/conf/mk.mpcsa"
28 makeoptions     KERNEL_BASE_PHYS=0x20200000
29 makeoptions     KERNEL_BASE_VIRT=0xc0200000
31 options         ARM_INTR_IMPL="<arch/arm/at91/at91intr.h>"