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