Home | History | Annotate | Line # | Download | only in conf
std.shark revision 1.9
      1 #	$NetBSD: std.shark,v 1.9 2012/09/21 14:21:58 matt 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 # To support easy transit to ../arch/arm/arm32
     14 options 	ARM32
     15 options 	_ARM32_NEED_BUS_DMA_BOUNCE
     16 
     17 #options 	ARM32_NEW_VM_LAYOUT	# Not yet ready for prime-time
     18 
     19 # XXX
     20 options 	OFW
     21 
     22 # The font to be used by vga(4); the hardware built-in font is broken.
     23 # This also requires wsfont to be useful.  Does not disturb if it is
     24 # not enabled.
     25 options 	FONT_VT220L8x16
     26