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