1# $NetBSD: std.shark,v 1.11 2018/01/17 20:30:17 skrll 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 13# To support easy transit to ../arch/arm/arm32 14options ARM32 15options _ARM32_NEED_BUS_DMA_BOUNCE 16 17# XXX 18options OFW 19 20# The font to be used by vga(4); the hardware built-in font is broken. 21# This also requires wsfont to be useful. Does not disturb if it is 22# not enabled. 23options FONT_VT220L8x16 24 25include "external/isc/atheros_hal/conf/std.ath_hal" 26