std revision 1.20
1# $NetBSD: std,v 1.20 2014/10/31 07:38:36 uebayasi 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# 9# Always include "kern" attribute (module). Other attributes don't need to 10# depend on "kern". 11# 12select kern 13 14select net # XXX Clean up dependency 15 16# the following options are on-by-default to keep 17# kernel config file compatibility. 18options VMSWAP # Swap device/file support 19options BUFQ_FCFS # First-come First-serve strategy 20options BUFQ_DISKSORT # Traditional min seek sort strategy 21options RFC2292 # Previous version of Adv. Sockets API for IPv6 22options PTRACE # Include ptrace(2) 23options COREDUMP # allow processes to coredump. 24options AIO # POSIX asynchronous I/O 25options MQUEUE # POSIX message queues 26 27# 28# Security model. 29# 30options secmodel_bsd44 # Traditional 4.4BSD security model 31 32# 33# Scheduling algorithm 34# 35options SCHED_4BSD 36 37pseudo-device cpuctl 38 39# 40# Kernel entropy pool and random-number generator pseudodevice. 41# The pseudodevice might stop being "std" when the two are torn 42# apart some day but the entropy pool itself never will (they are 43# presently implemented in the same source file) 44# 45pseudo-device rnd 46