MODULAR revision 1.4
1# $NetBSD: MODULAR,v 1.4 2017/07/29 12:00:56 maxv Exp $
2#
3# MODULAR kernel
4# This kernel config prefers loading kernel drivers from file system.
5# Please see module(7) for more information.
6#
7include "arch/i386/conf/GENERIC"
8
9# these features are available as modules
10#
11no options	AIO		# POSIX asynchronous I/O, built as a module
12no options	MQUEUE		# POSIX messsage queues, built as a module
13no options	NFSSERVER	# Network File System server
14
15# compatibility options, built as modules
16#
17no options 	COMPAT_OSSAUDIO	# OSS (Voxware) audio driver compatibility
18no options 	COMPAT_IBCS2	# binary compatibility with SCO and ISC
19no options 	COMPAT_LINUX	# binary compatibility with Linux
20
21# build non boot critical file systems as modules
22#
23no file-system	EXT2FS		# second extended file system (linux)
24no file-system	LFS		# log-structured file system
25no file-system	NTFS		# Windows/NT file system (experimental)
26no file-system	MSDOSFS		# MS-DOS file system
27no file-system	KERNFS		# /kern
28no file-system	OVERLAY		# overlay file system
29no file-system	PROCFS		# /proc
30no file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
31no file-system	UMAPFS		# NULLFS + uid and gid remapping
32no file-system	UNION		# union file system
33no file-system	CODA		# Coda File System; also needs vcoda (below)
34no file-system	SMBFS		# experimental - CIFS; also needs nsmb (below)
35
36# accept filters, built as modules
37#
38no pseudo-device	accf_data 	       # "dataready" accept filter
39no pseudo-device	accf_http	       # "httpready" accept filter
40
41# pseudo devices, available as modules
42#
43no pseudo-device	vcoda		       # coda minicache <-> venus comm.
44no pseudo-device	nsmb		       # experimental - SMB requester
45
46# these drivers are available as modules
47#
48#no acpiacad*
49#no acpibat*
50#no acpibut*
51#no acpicpu*
52#no acpidalb*
53#no acpifan*
54#no acpilid*
55#no acpitz*
56#no acpivga*
57#no acpiwdrt*
58#no acpiwmi*
59
60#no aibs*
61
62no uvideo*
63no pseye*
64
65no hdaudio*
66no hdafg*
67
68#no cir*
69#no irmce*
70
71#no alc*
72#no ath*
73#no axe*
74#no rum*
75