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