1# $Id$ 2 3# Format: 4# Option name filename 5 6# Miscellaneous options. 7BOUNCE_BUFFERS opt_bounce.h 8DDB 9DDB_UNATTENDED opt_ddb.h 10DEVFS_ROOT opt_devfs.h 11KTRACE 12QUOTA 13SYSVMSG opt_sysvipc.h 14SYSVSEM opt_sysvipc.h 15SYSVSHM opt_sysvipc.h 16UCONSOLE 17 18# Do we want the config file compiled into the kernel? 19INCLUDE_CONFIG_FILE opt_config.h 20 21# Options for static file systems. These should only be used at config 22# time, since the corresponding lkms cannot work if there are any static 23# dependencies. Unusability is enforced by hiding the defines for the 24# options in a never-included header. 25FDESC opt_dontuse.h 26KERNFS opt_dontuse.h 27NULLFS opt_dontuse.h 28PORTAL opt_dontuse.h 29PROCFS opt_dontuse.h 30UMAPFS opt_dontuse.h 31 32# The union static file system has bogus static dependencies, so it isn't 33# hidden yet. 34UNION 35 36# Options used only in param.c. 37EXTRAVNODES opt_defunct.h 38MSGMNB opt_param.h 39MSGMNI opt_param.h 40MSGSEG opt_param.h 41MSGSSZ opt_param.h 42MSGTQL opt_param.h 43NBUF opt_param.h 44NMBCLUSTERS opt_param.h 45SEMMAP opt_param.h 46SEMMNI opt_param.h 47SEMMNS opt_param.h 48SEMMNU opt_param.h 49SEMMSL opt_param.h 50SEMOPM opt_param.h 51SEMUME opt_param.h 52SHMALL opt_param.h 53SHMMAX opt_param.h 54SHMMAXPGS opt_param.h 55SHMMIN opt_param.h 56SHMMNI opt_param.h 57SHMSEG opt_param.h 58 59# Generic SCSI options. 60SCSIDEBUG opt_scsi.h 61SCSI_DELAY opt_scsi.h 62SCSI_REPORT_GEOMETRY opt_scsi.h 63 64# Options used only in scsi/od.c. 65OD_AUTO_TURNOFF opt_od.h 66OD_BOGUS_NOT_READY opt_od.h 67 68# Options used only in pci/ncr.c 69SCSI_NCR_DEBUG opt_ncr.h 70SCSI_NCR_DFLT_TAGS opt_ncr.h 71SCSI_NCR_MAX_SYNC opt_ncr.h 72SCSI_NCR_MAX_WIDE opt_ncr.h 73SCSI_NCR_MYADDR opt_ncr.h 74 75# Resource limits. 76CHILD_MAX opt_defunct.h 77DFLDSIZ opt_rlimit.h 78MAXDSIZ opt_rlimit.h 79OPEN_MAX opt_defunct.h 80 81# Net stuff. 82ARP_PROXYALL opt_defunct.h 83GATEWAY opt_defunct.h 84MROUTING opt_mrouting.h 85IPFIREWALL opt_ipfw.h 86IPFIREWALL_VERBOSE opt_ipfw.h 87IPFIREWALL_VERBOSE_LIMIT opt_ipfw.h 88