11.28Sthorpej# $NetBSD: std.alpha,v 1.28 2021/07/14 13:28:40 thorpej Exp $
21.1Scgd#
31.3Scgd# Standard/required configuration info for NetBSD/alpha.
41.1Scgd
51.3Scgdmachine		alpha
61.22Syamtinclude		"conf/std"	# MI standard options
71.1Scgd
81.11Scgd# standard ("mandatory") kernel options.
91.24Stsutsuioptions 	HZ=1024
101.11Scgd
111.11Scgd# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
121.13Slukemoptions 	EXEC_ECOFF	# (native) ECOFF binary support
131.13Slukemoptions 	EXEC_ELF64	# (native) ELF64 binary support
141.13Slukemoptions 	EXEC_SCRIPT	# shell script support
151.26Sjakllsch
161.27Sthorpejoptions 	MULTIPROCESSOR		# include multiprocessor support
171.27Sthorpej
181.28Sthorpej# Don't encrypt swap by default.  The systems most likely to heavily use
191.28Sthorpej# swap space have slow CPUs by modern standards.
201.28Sthorpejoptions		VMSWAP_DEFAULT_PLAINTEXT
211.28Sthorpej
221.26Sjakllsch# Atheros HAL options
231.26Sjakllschinclude "external/isc/atheros_hal/conf/std.ath_hal"
24