11.27Sriastrad#	$NetBSD: std.macppc,v 1.27 2022/07/17 10:01:18 riastradh Exp $
21.1Sthorpej#
31.1Sthorpej# Standard/required options for NetBSD/macppc.
41.1Sthorpej
51.1Sthorpejmachine	macppc powerpc
61.17Syamtinclude		"conf/std"	# MI standard options
71.1Sthorpej
81.1Sthorpej# standard ("mandatory") kernel options.
91.15Smattoptions 	PPC_OEA		# OEA class PowerPC chips
101.15Smattmakeoptions	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
111.21Ssanjaylmakeoptions     PPC_ARCH_MODE="ppc32"
121.1Sthorpej
131.1Sthorpej# Executable support:
141.1Sthorpejoptions 	EXEC_ELF32	# (native) ELF32 binary support
151.1Sthorpejoptions 	EXEC_AOUT	# (native) a.out binary support (deprecated)
161.2Sthorpejoptions 	EXEC_SCRIPT	# shell script support
171.14Smatt
181.14Smattoptions 	INTSTK=0x2000
191.23Salc
201.24Smacallan# some *Books have both ADB keyboards and Bluetooth modules which pose as USB
211.24Smacallan# HID devices - for them to coexist on the same mux we tell the adbkbd driver
221.24Smacallan# pose as a USB keyboard
231.24Smacallanoptions 	ADBKBD_EMUL_USB
241.26Smacallan
251.27Sriastrad# default to console switching using Command-Fn, for tradition
261.26Smacallanoptions 	ADBKBD_LAYOUT="(KB_US | KB_APPLE)"
271.26Smacallanoptions 	UKBD_LAYOUT="(KB_US | KB_APPLE)"
281.24Smacallan
291.23Salc# Atheros HAL options
301.23Salcinclude "external/isc/atheros_hal/conf/std.ath_hal"
31