xref: /netbsd/sys/arch/shark/conf/std.shark (revision 39e9f1f8)
1#	$NetBSD: std.shark,v 1.12 2021/07/14 13:28:40 thorpej Exp $
2#
3# standard NetBSD/shark options
4
5machine	shark arm
6include		"conf/std"	# MI standard options
7include		"arch/arm/conf/std.arm"	# arch standard options
8
9options 	EXEC_AOUT
10options 	EXEC_ELF32
11options 	EXEC_SCRIPT
12
13options		VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
14						# default (slow cpu)
15
16# To support easy transit to ../arch/arm/arm32
17options 	ARM32
18options 	_ARM32_NEED_BUS_DMA_BOUNCE
19
20# XXX
21options 	OFW
22
23# The font to be used by vga(4); the hardware built-in font is broken.
24# This also requires wsfont to be useful.  Does not disturb if it is
25# not enabled.
26options 	FONT_VT220L8x16
27
28include	"external/isc/atheros_hal/conf/std.ath_hal"
29