1# $NetBSD: MONOLITHIC,v 1.11 2010/04/09 14:02:05 ahoka 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 systems 25file-system FFS # UFS 26file-system EXT2FS # second extended file system (linux) 27file-system LFS # log-structured file system 28file-system MFS # memory file system 29file-system NFS # Network File System client 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 # UFS quotas 47 48options NFSSERVER 49 50options PPP_BSDCOMP # BSD-Compress compression support for PPP 51options PPP_DEFLATE # Deflate compression support for PPP 52 53pseudo-device accf_data # "dataready" accept filter 54pseudo-device accf_http # "httpready" accept filter 55 56pseudo-device vcoda 4 # coda minicache <-> venus comm. 57 58pseudo-device nsmb # experimental - SMB requester 59 60pseudo-device putter # for puffs and pud 61 62pseudo-device pad # pseudo audio device driver 63 64