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