xref: /netbsd/sys/arch/evbppc/conf/std.mpc85xx (revision 6550d01e)
1#	$NetBSD: std.mpc85xx,v 1.2 2011/01/18 01:10:25 matt Exp $
2#
3# Standard/required options for NetBSD/mpc85xx.
4
5machine	evbppc powerpc
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9options 	PPC_BOOKE	# Freescale e500 family
10
11# Executable support:
12options 	EXEC_ELF32	# (native) ELF32 binary support
13options 	EXEC_SCRIPT	# shell script support
14
15makeoptions	TEXTADDR=0x20000
16makeoptions	BOARDTYPE="mpc85xx"
17makeoptions	PPCDIR="booke"
18makeoptions	NEEDS_MDSETIMAGE="yes"
19
20options 	PPC_INTR_IMPL="<powerpc/booke/intr.h>"
21options 	PPC_PCI_MACHDEP_IMPL="<powerpc/pci_machdep.h>"
22options 	KERNBASE=0x20000
23options		GUR_BASE=0xe0000000
24
25include		"arch/powerpc/conf/files.booke"
26include		"arch/evbppc/conf/files.mpc85xx"
27