No empty .Rs/.Re
[netbsd-mini2440.git] / sys / arch / evbppc / conf / std.obs200
blob709c91a006e45c6107c5e9c1d7b5222d9fdb89e4
1 #       $NetBSD: std.obs200,v 1.1.4.2 2005/11/10 13:56:04 skrll Exp $
3 # Standard/required options for NetBSD/obs200
5 machine evbppc powerpc
6 include         "conf/std"      # MI standard options
8 # standard ("mandatory") kernel options.
9 options         PPC_IBM4XX      # IBM 40x family
11 # Executable support:
12 options         EXEC_ELF32      # (native) ELF32 binary support
13 options         EXEC_AOUT       # (native) a.out binary support (deprecated)
14 options         EXEC_SCRIPT     # shell script support
16 makeoptions     TEXTADDR=0x450000
17 makeoptions     BOARDTYPE="obs200"
18 makeoptions     PPCDIR="ibm4xx"
20 options         PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>"
21 options         PPC_PCI_MACHDEP_IMPL="<powerpc/ibm4xx/pci_machdep.h>"
22 options         KERNBASE=0x450000
24 options         INTSTK=16384
25 options         SPILLSTK=1024
27 include         "arch/powerpc/conf/files.ibm4xx"
28 include         "arch/powerpc/conf/files.ibm405gp"
29 include         "arch/evbppc/conf/files.obs200"