xref: /netbsd-src/sys/arch/evbppc/conf/std.obs405 (revision a7e090f70e491979434963c9a27df4020fe0a18b)
1#	$NetBSD: std.obs405,v 1.4 2010/03/18 14:15:38 kiyohara Exp $
2#
3# Standard/required options for NetBSD/obs405.
4
5machine	evbppc powerpc
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9options 	PPC_IBM4XX	# IBM 40x family
10
11# Executable support:
12options 	EXEC_ELF32	# (native) ELF32 binary support
13options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
14options 	EXEC_SCRIPT	# shell script support
15
16makeoptions	BOARDTYPE="obs405"
17makeoptions	PPCDIR="ibm4xx"
18
19options 	PPC_INTR_IMPL="<powerpc/ibm4xx/ibm4xx_intr.h>"
20options 	PPC_PCI_MACHDEP_IMPL="<powerpc/ibm4xx/pci_machdep.h>"
21
22options 	INTSTK=16384
23options 	SPILLSTK=1024
24
25include		"arch/powerpc/conf/files.ibm4xx"
26include		"arch/evbppc/conf/files.obs405"
27