11.6Smatt#	$NetBSD: std.obs405,v 1.6 2011/06/22 18:06:32 matt Exp $
21.1Sshige#
31.1Sshige# Standard/required options for NetBSD/obs405.
41.1Sshige
51.1Sshigemachine	evbppc powerpc
61.2Syamtinclude		"conf/std"	# MI standard options
71.1Sshige
81.1Sshige# standard ("mandatory") kernel options.
91.1Sshigeoptions 	PPC_IBM4XX	# IBM 40x family
101.1Sshige
111.1Sshige# Executable support:
121.1Sshigeoptions 	EXEC_ELF32	# (native) ELF32 binary support
131.1Sshigeoptions 	EXEC_AOUT	# (native) a.out binary support (deprecated)
141.1Sshigeoptions 	EXEC_SCRIPT	# shell script support
151.1Sshige
161.1Sshigemakeoptions	BOARDTYPE="obs405"
171.1Sshigemakeoptions	PPCDIR="ibm4xx"
181.1Sshige
191.5Smattoptions 	PPC_INTR_IMPL="<powerpc/intr.h>"
201.6Smattoptions 	PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
211.1Sshige
221.1Sshigeoptions 	INTSTK=16384
231.1Sshigeoptions 	SPILLSTK=1024
241.1Sshige
251.1Sshigeinclude		"arch/powerpc/conf/files.ibm4xx"
261.1Sshigeinclude		"arch/evbppc/conf/files.obs405"
27