xref: /netbsd-src/sys/conf/std (revision e5548b402ae4c44fb816de42c7bba9581ce23ef5)
1# $NetBSD: std,v 1.4 2005/12/11 12:20:30 christos Exp $
2#
3# standard MI 'options'
4#
5# this file is for options which can't be off-by-default for some reasons.
6# "it's commonly used" is NOT a good reason to enable options here.
7
8# the following options are on-by-default to keep
9# kernel config file compatibility.
10options	VMSWAP		# Swap device/file support
11options	BUFQ_FCFS	# First-come First-serve strategy
12options	BUFQ_DISKSORT	# Traditional min seek sort strategy
13