xref: /netbsd-src/sys/arch/alpha/conf/std.alpha (revision 364d1eea2017d3c456b6adf1bd9a2ab918f5f1a0)
1# $NetBSD: std.alpha,v 1.28 2021/07/14 13:28:40 thorpej Exp $
2#
3# Standard/required configuration info for NetBSD/alpha.
4
5machine		alpha
6include		"conf/std"	# MI standard options
7
8# standard ("mandatory") kernel options.
9options 	HZ=1024
10
11# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
12options 	EXEC_ECOFF	# (native) ECOFF binary support
13options 	EXEC_ELF64	# (native) ELF64 binary support
14options 	EXEC_SCRIPT	# shell script support
15
16options 	MULTIPROCESSOR		# include multiprocessor support
17
18# Don't encrypt swap by default.  The systems most likely to heavily use
19# swap space have slow CPUs by modern standards.
20options		VMSWAP_DEFAULT_PLAINTEXT
21
22# Atheros HAL options
23include "external/isc/atheros_hal/conf/std.ath_hal"
24