summaryrefslogtreecommitdiff
path: root/sys/arch/sparc/conf/std.sparc
blob: 2ee9fc1bf32f0dbdf7cbf511577e08f410820916 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	$NetBSD: std.sparc,v 1.24 2021/06/04 10:46:11 martin Exp $

#
# Mandatory NetBSD/sparc kernel options.
#

machine		sparc		# Machine architecture; required by config(8)
include		"conf/std"	# MI standard options

options 	EXEC_AOUT	# execve(2) support for a.out binaries
options 	EXEC_ELF32	# execve(2) support for ELF binaries
options 	EXEC_SCRIPT	# execve(2) support for scripts

options 	CPU_IN_CKSUM	# use MD optimized cpu_in_cksum()

options		VMSWAP_DEFAULT_PLAINTEXT	# do not encrypt swap by
				# default (slow cpu)