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