Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / macppc / conf / std.macppc.g5
blobc7ecbeb0e17efb9f2faee836a33232c90a6e4738
1 # Standard/required options for NetBSD on the G5.
2 # Author: Sanjay Lal <sanjayl@kymasys.com>
4 machine macppc powerpc
5 include         "conf/std"      # MI standard options
7 # standard ("mandatory") kernel options.
8 options         PPC_OEA64_BRIDGE        # G5/970 chips support bridge mode
9 makeoptions     PPCDIR="oea"            # Tell Makefile.powerpc what dir to use
10 makeoptions     PPC_ARCH_MODE="ppc64bridge"
12 # Executable support:
13 options         EXEC_ELF32      # (native) ELF32 binary support
14 options         EXEC_AOUT       # (native) a.out binary support (deprecated)
15 options         EXEC_SCRIPT     # shell script support
17 options         INTSTK=0x2000
19 # Atheros HAL options
20 include "external/isc/atheros_hal/conf/std.ath_hal"