xref: /netbsd/sys/arch/alpha/conf/std.alpha (revision 6550d01e)
1# $NetBSD: std.alpha,v 1.26 2010/04/07 17:51:16 jakllsch 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