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