1# $NetBSD: MONOLITHIC,v 1.15 2011/03/06 17:08:26 bouyer Exp $ 2# 3# Non MODULAR, used mostly as a reference as to what we modularized. 4# 5include "arch/i386/conf/GENERIC" 6 7no options MODULAR 8 9options EXEC_AOUT # exec a.out binaries 10options EXEC_ELF32 # exec ELF binaries 11options EXEC_SCRIPT # exec #! scripts 12options COREDUMP 13 14options P1003_1B_SEMAPHORE # p1003.1b semaphore support 15options AIO # POSIX asynchronous I/O, built as a module 16options MQUEUE # POSIX messsage queues, built as a module 17 18options COMPAT_OSSAUDIO # OSS (Voxware) audio driver compatibility 19options COMPAT_SVR4 # binary compatibility with SVR4 20options COMPAT_IBCS2 # binary compatibility with SCO and ISC 21options COMPAT_LINUX # binary compatibility with Linux 22options COMPAT_FREEBSD # binary compatibility with FreeBSD 23 24#file-system FFS # UFS 25#file-system NFS # Network File System client 26# File systems 27file-system EXT2FS # second extended file system (linux) 28file-system LFS # log-structured file system 29file-system MFS # memory file system 30file-system NTFS # Windows/NT file system (experimental) 31file-system CD9660 # ISO 9660 + Rock Ridge file system 32file-system MSDOSFS # MS-DOS file system 33file-system FDESC # /dev/fd 34file-system KERNFS # /kern 35file-system NULLFS # loopback file system 36file-system OVERLAY # overlay file system 37file-system PROCFS # /proc 38file-system UMAPFS # NULLFS + uid and gid remapping 39file-system UNION # union file system 40file-system CODA # Coda File System; also needs vcoda (below) 41file-system SMBFS # experimental - CIFS; also needs nsmb (below) 42file-system PTYFS # /dev/ptm support 43file-system TMPFS # Efficient memory file-system 44file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs) 45 46options QUOTA # legacy UFS quotas 47options QUOTA2 # new, in-filesystem UFS quotas 48 49options NFSSERVER 50 51options PPP_BSDCOMP # BSD-Compress compression support for PPP 52options PPP_DEFLATE # Deflate compression support for PPP 53 54# NPF 55#pseudo-device npf 56 57pseudo-device accf_data # "dataready" accept filter 58pseudo-device accf_http # "httpready" accept filter 59 60pseudo-device vcoda 4 # coda minicache <-> venus comm. 61 62pseudo-device nsmb # experimental - SMB requester 63 64pseudo-device putter # for puffs and pud 65 66pseudo-device pad # pseudo audio device driver 67 68pseudo-device dm # device-mapper device driver 69