xref: /netbsd-src/sys/arch/shark/conf/std.shark (revision 364d1eea2017d3c456b6adf1bd9a2ab918f5f1a0)
1*364d1eeaSthorpej#	$NetBSD: std.shark,v 1.12 2021/07/14 13:28:40 thorpej Exp $
280675955Sthorpej#
380675955Sthorpej# standard NetBSD/shark options
480675955Sthorpej
580675955Sthorpejmachine	shark arm
67e71f567Syamtinclude		"conf/std"	# MI standard options
767bda639Schrisinclude		"arch/arm/conf/std.arm"	# arch standard options
880675955Sthorpej
980675955Sthorpejoptions 	EXEC_AOUT
1080675955Sthorpejoptions 	EXEC_ELF32
1180675955Sthorpejoptions 	EXEC_SCRIPT
1280675955Sthorpej
13*364d1eeaSthorpejoptions		VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
14*364d1eeaSthorpej						# default (slow cpu)
15*364d1eeaSthorpej
1680675955Sthorpej# To support easy transit to ../arch/arm/arm32
1780675955Sthorpejoptions 	ARM32
185cb635c3Smattoptions 	_ARM32_NEED_BUS_DMA_BOUNCE
1980675955Sthorpej
2080675955Sthorpej# XXX
2180675955Sthorpejoptions 	OFW
22348921e1Sjmmv
23348921e1Sjmmv# The font to be used by vga(4); the hardware built-in font is broken.
24348921e1Sjmmv# This also requires wsfont to be useful.  Does not disturb if it is
25348921e1Sjmmv# not enabled.
26348921e1Sjmmvoptions 	FONT_VT220L8x16
273cc6488aSmartin
283cc6488aSmartininclude	"external/isc/atheros_hal/conf/std.ath_hal"
29