xref: /netbsd-src/sys/arch/evbppc/conf/std.explora (revision bdc22b2e01993381dcefeff2bc9b56ca75a4235c)
1#	$NetBSD: std.explora,v 1.5 2011/06/20 17:44:33 matt Exp $
2#
3# Standard/required options for NetBSD/explora.
4
5machine	evbppc powerpc
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9options 	PPC_IBM4XX	# IBM 40x family
10options 	PPC_IBM403	# IBM 403GCX
11
12# Executable support:
13options 	EXEC_ELF32	# (native) ELF32 binary support
14options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
15options 	EXEC_SCRIPT	# shell script support
16
17makeoptions	TEXTADDR=0x10000
18makeoptions	BOARDTYPE="explora"
19makeoptions	PPCDIR="ibm4xx"
20
21options 	PPC_INTR_IMPL="<powerpc/intr.h>"
22
23options 	INTSTK=8192
24
25include		"arch/evbppc/conf/files.explora"
26