xref: /netbsd-src/sys/arch/evbppc/conf/std.walnut (revision fd255ae5436e8b9005c6052e384dbd95441c79ec)
1#	$NetBSD: std.walnut,v 1.9 2020/03/01 23:23:36 rin Exp $
2#
3# Standard/required options for NetBSD/walnut.
4
5machine	evbppc powerpc
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9options 	PPC_IBM4XX	# IBM 40x family
10
11options 	IBM405_ERRATA77
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
18makeoptions	TEXTADDR=0x25000
19makeoptions	BOARDTYPE="walnut"
20makeoptions	PPCDIR="ibm4xx"
21
22options 	PPC_INTR_IMPL="<powerpc/intr.h>"
23options 	PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
24options 	KERNBASE=0x25000
25
26options 	INTSTK=16384
27
28include		"arch/powerpc/conf/files.ibm4xx"
29include		"arch/evbppc/conf/files.walnut"
30