1# $NetBSD: std.alpha,v 1.25 2007/10/17 19:52:57 garbled 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
16# Atheros HAL options
17include "external/isc/atheros_hal/conf/std.ath_hal"
18