Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / macppc / conf / std.macppc
blob05470bd605dbd18dc9d517946d9075a0f8f0a18c
1 #       $NetBSD: std.macppc,v 1.22 2007/10/17 19:55:17 garbled Exp $
3 # Standard/required options for NetBSD/macppc.
5 machine macppc powerpc
6 include         "conf/std"      # MI standard options
8 # standard ("mandatory") kernel options.
9 options         PPC_OEA         # OEA class PowerPC chips
10 makeoptions     PPCDIR="oea"    # Tell Makefile.powerpc what dir to use
11 makeoptions     PPC_ARCH_MODE="ppc32"
13 # Executable support:
14 options         EXEC_ELF32      # (native) ELF32 binary support
15 options         EXEC_AOUT       # (native) a.out binary support (deprecated)
16 options         EXEC_SCRIPT     # shell script support
18 options         INTSTK=0x2000
20 # Atheros HAL options
21 include "external/isc/atheros_hal/conf/std.ath_hal"