std.explora revision 1.8
1#	$NetBSD: std.explora,v 1.8 2021/06/26 09:00:39 rin 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
12options 	VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
13						# default (slow cpu)
14
15# Executable support:
16options 	EXEC_ELF32	# (native) ELF32 binary support
17options 	EXEC_AOUT	# (native) a.out binary support (deprecated)
18options 	EXEC_SCRIPT	# shell script support
19
20makeoptions	TEXTADDR=0x10000
21makeoptions	BOARDTYPE="explora"
22makeoptions	PPCDIR="ibm4xx"
23
24options 	PPC_INTR_IMPL="<powerpc/intr.h>"
25
26options 	INTSTK=16384
27
28options 	PPC_CPU_FREQ=66000000	# XXX hack for pckbc_cnattach()
29
30include		"arch/evbppc/conf/files.explora"
31
32options 	PPC_PCI_MACHDEP_IMPL="<evbppc/explora/dev/pci_machdep.h>"
33