1# $Id: options,v 1.30 1997/05/04 15:24:13 joerg Exp $ 2 3# Format: 4# Option name filename 5 6# Miscellaneous options. 7BOUNCE_BUFFERS opt_bounce.h 8DDB 9DDB_UNATTENDED opt_ddb.h 10GDB_REMOTE_CHAT opt_ddb.h 11DEVFS_ROOT opt_devfs.h 12KTRACE 13QUOTA 14SYSVMSG opt_sysvipc.h 15SYSVSEM opt_sysvipc.h 16SYSVSHM opt_sysvipc.h 17UCONSOLE 18 19# Do we want the config file compiled into the kernel? 20INCLUDE_CONFIG_FILE opt_config.h 21 22# Options for static file systems. These should only be used at config 23# time, since the corresponding lkms cannot work if there are any static 24# dependencies. Unusability is enforced by hiding the defines for the 25# options in a never-included header. 26FDESC opt_dontuse.h 27KERNFS opt_dontuse.h 28NULLFS opt_dontuse.h 29PORTAL opt_dontuse.h 30PROCFS opt_dontuse.h 31UMAPFS opt_dontuse.h 32 33# The cd9660 static filesystem has one slightly bogus static dependency 34# in sys/i386/i386/autoconf.c. If this filesystem is statically 35# compiled into the kernel, code for mounting a CD-ROM root filesystem 36# will be enabled. This is purposely unavailable for the LKM-based 37# version. 38CD9660 39 40# In particular multi-session CD-Rs might require a huge amount of 41# time in order to "settle". If we are about mounting them as the 42# root f/s, we gotta wait a little. 43CD9660_ROOTDELAY opt_cd9660.h 44 45# The union static file system has bogus static dependencies, so it isn't 46# hidden yet. 47UNION 48 49# Options used only in param.c. 50EXTRAVNODES opt_defunct.h 51MSGMNB opt_param.h 52MSGMNI opt_param.h 53MSGSEG opt_param.h 54MSGSSZ opt_param.h 55MSGTQL opt_param.h 56NBUF opt_param.h 57NMBCLUSTERS opt_param.h 58SEMMAP opt_param.h 59SEMMNI opt_param.h 60SEMMNS opt_param.h 61SEMMNU opt_param.h 62SEMMSL opt_param.h 63SEMOPM opt_param.h 64SEMUME opt_param.h 65SHMALL opt_param.h 66SHMMAX opt_param.h 67SHMMAXPGS opt_param.h 68SHMMIN opt_param.h 69SHMMNI opt_param.h 70SHMSEG opt_param.h 71 72# Generic SCSI options. 73SCSIDEBUG opt_scsi.h 74SCSI_DELAY opt_scsi.h 75SCSI_REPORT_GEOMETRY opt_scsi.h 76 77# Options used only in scsi/od.c. 78OD_AUTO_TURNOFF opt_od.h 79OD_BOGUS_NOT_READY opt_od.h 80 81# Options used only in pci/ncr.c 82SCSI_NCR_DEBUG opt_ncr.h 83SCSI_NCR_DFLT_TAGS opt_ncr.h 84SCSI_NCR_MAX_SYNC opt_ncr.h 85SCSI_NCR_MAX_WIDE opt_ncr.h 86SCSI_NCR_MYADDR opt_ncr.h 87 88# Resource limits. 89CHILD_MAX opt_defunct.h 90DFLDSIZ opt_rlimit.h 91MAXDSIZ opt_rlimit.h 92OPEN_MAX opt_defunct.h 93 94# Net stuff. 95ARP_PROXYALL opt_defunct.h 96GATEWAY opt_defunct.h 97MROUTING opt_mrouting.h 98IPFIREWALL opt_ipfw.h 99IPFIREWALL_VERBOSE opt_ipfw.h 100IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h 101