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