1 # Standard/required options for NetBSD on the G5.
2 # Author: Sanjay Lal <sanjayl@kymasys.com>
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"
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
20 include "external/isc/atheros_hal/conf/std.ath_hal"