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