MODULAR revision 1.6
1# $NetBSD: MODULAR,v 1.6 2020/03/25 17:06:19 jdolecek 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_LINUX	# binary compatibility with Linux
19
20# build non boot critical file systems as modules
21#
22no file-system	EXT2FS		# second extended file system (linux)
23no file-system	LFS		# log-structured file system
24no file-system	NTFS		# Windows/NT file system (experimental)
25no file-system	MSDOSFS		# MS-DOS file system
26no file-system	KERNFS		# /kern
27no file-system	OVERLAY		# overlay file system
28no file-system	PROCFS		# /proc
29no file-system	PUFFS		# Userspace file systems (e.g. ntfs-3g & sshfs)
30no file-system	UMAPFS		# NULLFS + uid and gid remapping
31no file-system	UNION		# union file system
32no file-system	CODA		# Coda File System; also needs vcoda (below)
33
34# accept filters, built as modules
35#
36no pseudo-device	accf_data 	       # "dataready" accept filter
37no pseudo-device	accf_http	       # "httpready" accept filter
38
39# pseudo devices, available as modules
40#
41no pseudo-device	vcoda		       # coda minicache <-> venus comm.
42
43# these drivers are available as modules
44#
45#no acpiacad*
46#no acpibat*
47#no acpibut*
48#no acpicpu*
49#no acpidalb*
50#no acpifan*
51#no acpilid*
52#no acpitz*
53#no acpivga*
54#no acpiwdrt*
55#no acpiwmi*
56
57#no aibs*
58
59no uvideo*
60no pseye*
61
62no hdaudio*
63no hdafg*
64
65#no cir*
66#no irmce*
67
68#no alc*
69#no ath*
70#no axe*
71#no rum*
72