summaryrefslogtreecommitdiff
path: root/sys/arch/alpha/conf/std.alpha
blob: 08f772827f13d134f3a5d7b3a663ac990b294c5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: std.alpha,v 1.26 2010/04/07 17:51:16 jakllsch Exp $
#
# Standard/required configuration info for NetBSD/alpha.

machine		alpha
include		"conf/std"	# MI standard options

# standard ("mandatory") kernel options.
options 	HZ=1024

# Executable support: once transitioned to ELF, EXEC_ECOFF will become optional
options 	EXEC_ECOFF	# (native) ECOFF binary support
options 	EXEC_ELF64	# (native) ELF64 binary support
options 	EXEC_SCRIPT	# shell script support

# Atheros HAL options
include "external/isc/atheros_hal/conf/std.ath_hal"