std.alpha revision 1.27
1# $NetBSD: std.alpha,v 1.27 2020/09/19 03:27:42 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# Atheros HAL options
19include "external/isc/atheros_hal/conf/std.ath_hal"
20