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