xref: /netbsd-src/sys/arch/macppc/conf/std.macppc (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1#	$NetBSD: std.macppc,v 1.24 2018/06/09 02:25:52 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
10makeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
11makeoptions     PPC_ARCH_MODE="ppc32"
12
13# Executable support:
14options 	EXEC_ELF32	# (native) ELF32 binary support
15options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
16options 	EXEC_SCRIPT	# shell script support
17
18options 	INTSTK=0x2000
19
20# some *Books have both ADB keyboards and Bluetooth modules which pose as USB
21# HID devices - for them to coexist on the same mux we tell the adbkbd driver
22# pose as a USB keyboard
23options 	ADBKBD_EMUL_USB
24
25# Atheros HAL options
26include "external/isc/atheros_hal/conf/std.ath_hal"
27