MODULAR revision 1.1.2.1 1 # $NetBSD: MODULAR,v 1.1.2.1 2012/04/17 00:06:28 yamt 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 #
7 include "arch/i386/conf/GENERIC"
8
9 # these features are available as modules
10 #
11 no options AIO # POSIX asynchronous I/O, built as a module
12 no options MQUEUE # POSIX messsage queues, built as a module
13 no options NFSSERVER # Network File System server
14
15 # compatibility options, built as modules
16 #
17 no options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility
18 no options COMPAT_SVR4 # binary compatibility with SVR4
19 no options COMPAT_IBCS2 # binary compatibility with SCO and ISC
20 no options COMPAT_LINUX # binary compatibility with Linux
21 no options COMPAT_FREEBSD # binary compatibility with FreeBSD
22
23 # build non boot critical file systems as modules
24 #
25 no file-system EXT2FS # second extended file system (linux)
26 no file-system LFS # log-structured file system
27 no file-system NTFS # Windows/NT file system (experimental)
28 no file-system MSDOSFS # MS-DOS file system
29 no file-system KERNFS # /kern
30 no file-system OVERLAY # overlay file system
31 no file-system PROCFS # /proc
32 no file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
33 no file-system UMAPFS # NULLFS + uid and gid remapping
34 no file-system UNION # union file system
35 no file-system CODA # Coda File System; also needs vcoda (below)
36 no file-system SMBFS # experimental - CIFS; also needs nsmb (below)
37
38 # accept filters, built as modules
39 #
40 no pseudo-device accf_data # "dataready" accept filter
41 no pseudo-device accf_http # "httpready" accept filter
42
43 # pseudo devices, available as modules
44 #
45 no pseudo-device vcoda # coda minicache <-> venus comm.
46 no 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
64 no uvideo*
65 no pseye*
66
67 no hdaudio*
68 no hdafg*
69
70 #no cir*
71 #no irmce*
72
73 #no alc*
74 #no ath*
75 #no axe*
76 #no rum*
77