xref: /netbsd-src/sys/arch/macppc/conf/std.macppc.601 (revision c5b9afa6684c1141fe09dc059b9441256aa48b85)
1#	$NetBSD: std.macppc.601,v 1.1 2014/03/03 16:09:43 macallan Exp $
2#
3# Standard/required options for NetBSD/macppc.
4
5machine	macppc powerpc
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9options 	PPC_OEA		# OEA class PowerPC chips
10options         PPC_OEA601      # 601 cpu
11makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
12makeoptions     PPC_ARCH_MODE="ppc32"
13makeoptions	CPUFLAGS+="-mcpu=601"
14
15# Executable support:
16options 	EXEC_ELF32	# (native) ELF32 binary support
17options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
18options 	EXEC_SCRIPT	# shell script support
19
20options 	INTSTK=0x2000
21
22# Atheros HAL options
23include "external/isc/atheros_hal/conf/std.ath_hal"
24