std.shark revision 1.12 1 # $NetBSD: std.shark,v 1.12 2021/07/14 13:28:40 thorpej Exp $
2 #
3 # standard NetBSD/shark options
4
5 machine shark arm
6 include "conf/std" # MI standard options
7 include "arch/arm/conf/std.arm" # arch standard options
8
9 options EXEC_AOUT
10 options EXEC_ELF32
11 options EXEC_SCRIPT
12
13 options VMSWAP_DEFAULT_PLAINTEXT # do not encrypt swap by
14 # default (slow cpu)
15
16 # To support easy transit to ../arch/arm/arm32
17 options ARM32
18 options _ARM32_NEED_BUS_DMA_BOUNCE
19
20 # XXX
21 options 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.
26 options FONT_VT220L8x16
27
28 include "external/isc/atheros_hal/conf/std.ath_hal"
29