std.macppc revision 1.24
11.24Smacallan# $NetBSD: std.macppc,v 1.24 2018/06/09 02:25:52 macallan 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.24Smacallan 251.23Salc# Atheros HAL options 261.23Salcinclude "external/isc/atheros_hal/conf/std.ath_hal" 27