xref: /netbsd-src/sys/arch/macppc/conf/std.macppc (revision 978060f2c551be72a9eaed7cca62b68b80aa8a3b)
1#	$NetBSD: std.macppc,v 1.27 2022/07/17 10:01:18 riastradh 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# default to console switching using Command-Fn, for tradition
26options 	ADBKBD_LAYOUT="(KB_US | KB_APPLE)"
27options 	UKBD_LAYOUT="(KB_US | KB_APPLE)"
28
29# Atheros HAL options
30include "external/isc/atheros_hal/conf/std.ath_hal"
31