xref: /netbsd-src/sys/arch/evbppc/conf/std.pmppc (revision 274254cdae52594c1aa480a736aef78313d15c9c)
1#	$NetBSD: std.pmppc,v 1.3 2008/01/08 13:47:49 joerg Exp $
2#
3# standard, required NetBSD/pmppc 'options'
4
5machine		evbppc powerpc
6include		"conf/std"	# MI standard options
7
8options 	PPC_OEA		# Artesyn PMPPC uses Motorola PPC750 CPUs
9makeoptions 	PPCDIR="oea"	# Tell Makefile.powerpc what dir to use
10
11# Executable support:
12options 	EXEC_ELF32	# exec ELF binaries
13options 	EXEC_SCRIPT	# exec #! scripts
14options		EVBPPC_HAS_MBR
15
16options 	INTSTK=0x2000
17
18makeoptions	TEXTADDR=0x40000
19makeoptions	BOARDTYPE="pmppc"
20makeoptions 	NEED_BINARY=1
21
22options		PPC_INTR_IMPL="<machine/pmppc_intr.h>"
23options		PPC_PCI_MACHDEP_IMPL="<machine/pmppc_pci_machdep.h>"
24
25include		"arch/evbppc/conf/files.pmppc"
26