1 # $NetBSD: std.smdk2800,v 1.12 2008/01/27 12:37:12 chris Exp $
3 # standard NetBSD/evbarm for SMDK2800 options
6 include "conf/std" # MI standard options
7 include "arch/arm/conf/std.arm" # arch standard options
9 # Config definitions for SMDK2800
10 include "arch/evbarm/conf/files.smdk2800"
16 # To support easy transit to ../arch/arm/arm32
19 options ARM9_CACHE_WRITE_THROUGH # we have problem with WB dcache
20 #options ARM32_NEW_VM_LAYOUT # Not yet ready for prime-time
24 makeoptions BOARDTYPE="smdk2800"
25 makeoptions BOARDMKFRAG="${THISARM}/conf/mk.smdk2xx0"
26 makeoptions KERNEL_BASE_PHYS=0x08200000
27 options KERNEL_BASE_EXT=0xc0000000
29 options ARM_INTR_IMPL="<arch/arm/s3c2xx0/s3c2800_intr.h>"