xref: /freebsd/sys/conf/options (revision a3e8fd0b7f663db7eafff527d5c3ca3bcfa8a537)
1# $FreeBSD$
2#
3#        On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions.  Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible.  Try to structure option-using
9# code so that a single option only switch code on, or only switch
10# code off, to make it possible to have a full compile-test.  If
11# necessary, you can check for COMPILING_LINT to get maximum code
12# coverage.
13#
14# All new options shall also be listed in either "conf/options" or
15# "conf/options.<machine>".  Options that affect a single source-file
16# <xxx>.[c|s] should be directed into "opt_<xxx>.h", while options
17# that affect multiple files should either go in "opt_global.h" if
18# this is a kernel-wide option (used just about everywhere), or in
19# "opt_<option-name-in-lower-case>.h" if it affect only some files.
20# Note that the effect of listing only an option without a
21# header-file-name in conf/options (and cousins) is that the last
22# convention is followed.
23#
24# This handling scheme is not yet fully implemented.
25#
26#
27# Format of this file:
28# Option name	filename
29#
30# If filename is missing, the default is
31# opt_<name-of-option-in-lower-case>.h
32
33# Adaptec Array Controller driver options
34AAC_DEBUG		opt_aac.h	# Debugging levels:
35					# 0 - quiet, only emit warnings
36					# 1 - noisy, emit major function
37					#     points and things done
38					# 2 - extremely noisy, emit trace
39					#     items in loops, etc.
40
41# Adaptec aic7xxx SCSI controller options
42AHC_ALLOW_MEMIO		opt_aic7xxx.h	# Allow PCI devices to use memory
43					# mapped I/O
44
45AHC_TMODE_ENABLE	opt_aic7xxx.h	# Bitmap of units to enable
46					# targetmode operations.
47
48AHC_DUMP_EEPROM		opt_aic7xxx.h	# Dump the contents of our
49					# configuration prom.
50
51AHC_DEBUG		opt_aic7xxx.h	# Compile in Aic7xxx Debugging code.
52
53AHC_DEBUG_OPTS		opt_aic7xxx.h	# Aic7xxx driver debugging options.
54					# See sys/dev/aic7xxx/aic7xxx.h
55
56AHC_REG_PRETTY_PRINT    opt_aic7xxx.h	# Print register bitfields in debug
57					# output.  Adds ~128k to driver.
58
59# Adaptec aic79xx SCSI controller options
60AHD_DEBUG		opt_aic79xx.h	# Compile in Aic79xx Debugging code.
61
62AHD_DEBUG_OPTS		opt_aic79xx.h	# Aic79xx driver debugging options.
63					# See sys/dev/aic7xxx/aic79xx.h
64
65AHD_TMODE_ENABLE	opt_aic79xx.h	# Bitmap of units to enable
66					# targetmode operations.
67
68AHD_REG_PRETTY_PRINT	opt_aic79xx.h	# Print register bitfields in debug
69					# output.  Adds ~215k to driver.
70
71ADW_ALLOW_MEMIO		opt_adw.h	# Allow PCI devices to use memory
72					# mapped I/O
73
74# Miscellaneous options.
75ALQ		opt_alq.h
76ADAPTIVE_MUTEXES
77COMPAT_43	opt_compat.h
78COMPAT_FREEBSD4	opt_compat.h
79COMPAT_SUNOS	opt_compat.h
80COMPILING_LINT	opt_global.h
81CY_PCI_FASTINTR
82CONSPEED	opt_comconsole.h
83DDB
84DDB_NOKLDSYM	opt_ddb.h
85DDB_TRACE
86DDB_UNATTENDED
87GDB_REMOTE_CHAT	opt_ddb.h
88GDBSPEED	opt_ddb.h
89NO_GEOM		opt_geom.h
90GEOM_AES	opt_geom.h
91GEOM_BDE	opt_geom.h
92GEOM_BSD	opt_geom.h
93GEOM_GPT	opt_geom.h
94GEOM_MBR	opt_geom.h
95GEOM_PC98	opt_geom.h
96GEOM_SUNLABEL	opt_geom.h
97HW_WDOG
98KSTACK_PAGES
99KSTACK_MAX_PAGES
100KTRACE
101KTRACE_REQUEST_POOL	opt_ktrace.h
102LIBICONV
103MD_ROOT		opt_md.h
104MD_ROOT_SIZE	opt_md.h
105NDGBPORTS	opt_dgb.h
106NODEVFS		opt_devfs.h
107NTIMECOUNTER	opt_ntp.h
108NSWAPDEV	opt_swap.h
109PPS_SYNC	opt_ntp.h
110PUC_FASTINTR	opt_puc.h
111QUOTA
112SPX_HACK
113SUIDDIR		opt_suiddir.h
114MSGMNB		opt_sysvipc.h
115MSGMNI		opt_sysvipc.h
116MSGSEG		opt_sysvipc.h
117MSGSSZ		opt_sysvipc.h
118MSGTQL		opt_sysvipc.h
119SEMMAP		opt_sysvipc.h
120SEMMNI		opt_sysvipc.h
121SEMMNS		opt_sysvipc.h
122SEMMNU		opt_sysvipc.h
123SEMMSL		opt_sysvipc.h
124SEMOPM		opt_sysvipc.h
125SEMUME		opt_sysvipc.h
126SHMALL		opt_sysvipc.h
127SHMMAX		opt_sysvipc.h
128SHMMAXPGS	opt_sysvipc.h
129SHMMIN		opt_sysvipc.h
130SHMMNI		opt_sysvipc.h
131SHMSEG		opt_sysvipc.h
132SYSVMSG		opt_sysvipc.h
133SYSVSEM		opt_sysvipc.h
134SYSVSHM		opt_sysvipc.h
135VFS_AIO
136WLCACHE		opt_wavelan.h
137WLDEBUG		opt_wavelan.h
138
139# POSIX kernel options
140_KPOSIX_PRIORITY_SCHEDULING	opt_posix.h
141P1003_1B_SEMAPHORES		opt_posix.h
142
143#####################################################################
144# SECURITY POLICY PARAMETERS
145
146# Support for Mandatory Access Control (MAC)
147MAC		opt_mac.h
148MAC_BIBA	opt_dontuse.h
149MAC_BSDEXTENDED	opt_dontuse.h
150MAC_DEBUG	opt_mac.h
151MAC_IFOFF	opt_dontuse.h
152MAC_MLS		opt_dontuse.h
153MAC_NONE	opt_dontuse.h
154MAC_PARTITION	opt_dontuse.h
155MAC_SEEOTHERUIDS	opt_dontuse.h
156MAC_TEST	opt_dontuse.h
157
158# Do we want the config file compiled into the kernel?
159INCLUDE_CONFIG_FILE	opt_config.h
160
161# Options for static filesystems.  These should only be used at config
162# time, since the corresponding lkms cannot work if there are any static
163# dependencies.  Unusability is enforced by hiding the defines for the
164# options in a never-included header.
165CD9660		opt_dontuse.h
166CODA		opt_dontuse.h
167EXT2FS		opt_dontuse.h
168FDESCFS		opt_dontuse.h
169LINPROCFS	opt_dontuse.h
170MSDOSFS		opt_dontuse.h
171NULLFS		opt_dontuse.h
172NWFS		opt_dontuse.h
173PORTALFS	opt_dontuse.h
174PROCFS		opt_dontuse.h
175PSEUDOFS	opt_dontuse.h
176UMAPFS		opt_dontuse.h
177NTFS		opt_dontuse.h
178HPFS		opt_dontuse.h
179SMBFS		opt_dontuse.h
180UNIONFS		opt_dontuse.h
181UDF		opt_dontuse.h
182
183# Broken - ffs_snapshot() dependency from ufs_lookup() :-(
184FFS		opt_ffs_broken_fixme.h
185
186# These static filesystems has one slightly bogus static dependency in
187# sys/i386/i386/autoconf.c.  If any of these filesystems are
188# statically compiled into the kernel, code for mounting them as root
189# filesystems will be enabled - but look below.
190NFSCLIENT	opt_nfs.h
191NFSSERVER	opt_nfs.h
192
193# If you are following the conditions in the copyright,
194# you can enable soft-updates which will speed up a lot of thigs
195# and make the system safer from crashes at the same time.
196# otherwise a STUB module will be compiled in.
197SOFTUPDATES	opt_ffs.h
198
199# Enabling this option turns on support for Access Control Lists in UFS,
200# which can be used to support high security configurations.  Depends on
201# UFS_EXTATTR.
202UFS_ACL		opt_ufs.h
203
204# Enabling this option turns on support for extended attributes in UFS-based
205# filesystems, which can be used to support high security configurations
206# as well as new filesystem features.
207UFS_EXTATTR	opt_ufs.h
208UFS_EXTATTR_AUTOSTART	opt_ufs.h
209
210# Enable fast hash lookups for large directories on UFS-based filesystems.
211UFS_DIRHASH	opt_ufs.h
212
213# The above static dependencies are planned removed, with a
214# <filesystem>_ROOT option to control if it usable as root.  This list
215# allows these options to be present in config files already (though
216# they won't make any difference yet).
217NFS_ROOT	opt_nfsroot.h
218
219# SMB/CIFS requester
220NETSMB			opt_netsmb.h
221NETSMBCRYPTO		opt_netsmb.h
222
223# Options used only in subr_param.c.
224HZ		opt_param.h
225MAXFILES	opt_param.h
226NBUF		opt_param.h
227NMBCLUSTERS	opt_param.h
228NSFBUFS		opt_param.h
229VM_BCACHE_SIZE_MAX	opt_param.h
230VM_SWZONE_SIZE_MAX	opt_param.h
231MAXUSERS
232DFLDSIZ		opt_param.h
233MAXDSIZ		opt_param.h
234MAXSSIZ		opt_param.h
235
236# Generic SCSI options.
237CAM_MAX_HIGHPOWER	opt_cam.h
238CAMDEBUG		opt_cam.h
239CAM_DEBUG_DELAY		opt_cam.h
240CAM_DEBUG_BUS		opt_cam.h
241CAM_DEBUG_TARGET	opt_cam.h
242CAM_DEBUG_LUN		opt_cam.h
243CAM_DEBUG_FLAGS		opt_cam.h
244CAM_NEW_TRAN_CODE	opt_cam.h
245SCSI_DELAY		opt_scsi.h
246SCSI_NO_SENSE_STRINGS	opt_scsi.h
247SCSI_NO_OP_STRINGS	opt_scsi.h
248
249
250
251# Options used only in cam/scsi/scsi_cd.c
252CHANGER_MIN_BUSY_SECONDS	opt_cd.h
253CHANGER_MAX_BUSY_SECONDS	opt_cd.h
254
255# Options used only in cam/scsi/scsi_sa.c.
256SA_IO_TIMEOUT		opt_sa.h
257SA_SPACE_TIMEOUT	opt_sa.h
258SA_REWIND_TIMEOUT	opt_sa.h
259SA_ERASE_TIMEOUT	opt_sa.h
260SA_1FM_AT_EOD		opt_sa.h
261
262# Options used only in cam/scsi/scsi_pt.c
263SCSI_PT_DEFAULT_TIMEOUT	opt_pt.h
264
265# Options used only in cam/scsi/scsi_ses.c
266SES_ENABLE_PASSTHROUGH	opt_ses.h
267
268# Options used in dev/sym/ (Symbios SCSI driver).
269SYM_SETUP_LP_PROBE_MAP	opt_sym.h	#-Low Priority Probe Map (bits)
270					# Allows the ncr to take precedence
271					# 1 (1<<0) -> 810a, 860
272					# 2 (1<<1) -> 825a, 875, 885, 895
273					# 4 (1<<2) -> 895a, 896, 1510d
274SYM_SETUP_SCSI_DIFF	opt_sym.h	#-HVD support for 825a, 875, 885
275					# disabled:0 (default), enabled:1
276SYM_SETUP_PCI_PARITY	opt_sym.h	#-PCI parity checking
277					# disabled:0, enabled:1 (default)
278SYM_SETUP_MAX_LUN	opt_sym.h	#-Number of LUNs supported
279					# default:8, range:[1..64]
280
281# Options used only in pci/ncr.c
282SCSI_NCR_DEBUG		opt_ncr.h
283SCSI_NCR_MAX_SYNC	opt_ncr.h
284SCSI_NCR_MAX_WIDE	opt_ncr.h
285SCSI_NCR_MYADDR		opt_ncr.h
286
287# Options used only in dev/isp/*
288ISP_TARGET_MODE		opt_isp.h
289ISP_FW_CRASH_DUMP	opt_isp.h
290
291# Options used in the 'ata' ATA/ATAPI driver
292ATA_STATIC_ID		opt_ata.h
293ATA_NOPCI		opt_ata.h
294DEV_ATADISK		opt_ata.h
295DEV_ATAPICD		opt_ata.h
296DEV_ATAPIST		opt_ata.h
297DEV_ATAPIFD		opt_ata.h
298DEV_ATAPICAM		opt_ata.h
299ATA_DEBUG		opt_ata.h
300ATAPI_DEBUG		opt_ata.h
301ACD_DEBUG		opt_ata.h
302AST_DEBUG		opt_ata.h
303
304# Net stuff.
305ACCEPT_FILTER_DATA
306ACCEPT_FILTER_HTTP
307BOOTP			opt_bootp.h
308BOOTP_COMPAT		opt_bootp.h
309BOOTP_NFSROOT		opt_bootp.h
310BOOTP_NFSV3		opt_bootp.h
311BOOTP_WIRED_TO		opt_bootp.h
312BRIDGE			opt_bdg.h
313ETHER_II		opt_ef.h
314ETHER_8023		opt_ef.h
315ETHER_8022		opt_ef.h
316ETHER_SNAP		opt_ef.h
317MROUTING		opt_mrouting.h
318INET			opt_inet.h
319INET6			opt_inet6.h
320IPSEC			opt_ipsec.h
321IPSEC_ESP		opt_ipsec.h
322IPSEC_DEBUG		opt_ipsec.h
323FAST_IPSEC		opt_ipsec.h
324IPDIVERT
325DUMMYNET		opt_ipdn.h
326IPFILTER		opt_ipfilter.h
327IPFILTER_LOG		opt_ipfilter.h
328IPFILTER_DEFAULT_BLOCK	opt_ipfilter.h
329PFIL_HOOKS		opt_pfil_hooks.h
330IPFIREWALL		opt_ipfw.h
331IPFIREWALL_VERBOSE	opt_ipfw.h
332IPFIREWALL_VERBOSE_LIMIT	opt_ipfw.h
333IPFIREWALL_DEFAULT_TO_ACCEPT	opt_ipfw.h
334IPFIREWALL_FORWARD		opt_ipfw.h
335IPV6FIREWALL		opt_ip6fw.h
336IPV6FIREWALL_VERBOSE	opt_ip6fw.h
337IPV6FIREWALL_VERBOSE_LIMIT	opt_ip6fw.h
338IPV6FIREWALL_DEFAULT_TO_ACCEPT	opt_ip6fw.h
339IPSTEALTH
340IPX			opt_ipx.h
341IPXIP			opt_ipx.h
342IPTUNNEL		opt_ipx.h
343LIBMCHAIN
344NCP			opt_ncp.h
345NETATALK		opt_atalk.h
346NS			opt_ns.h
347PPP_BSDCOMP		opt_ppp.h
348PPP_DEFLATE		opt_ppp.h
349PPP_FILTER		opt_ppp.h
350RANDOM_IP_ID
351SLIP_IFF_OPTS		opt_slip.h
352TCPDEBUG
353TCP_DROP_SYNFIN		opt_tcp_input.h
354XBONEHACK
355
356# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
357# Each netgraph node type can be either be compiled into the kernel
358# or loaded dynamically. To get the former, include the corresponding
359# option below. Each type has its own man page, e.g. ng_async(4).
360NETGRAPH
361NETGRAPH_ASYNC		opt_netgraph.h
362NETGRAPH_BPF		opt_netgraph.h
363NETGRAPH_BRIDGE		opt_netgraph.h
364NETGRAPH_CISCO		opt_netgraph.h
365NETGRAPH_ECHO		opt_netgraph.h
366NETGRAPH_ETHER		opt_netgraph.h
367NETGRAPH_FRAME_RELAY	opt_netgraph.h
368NETGRAPH_GIF		opt_netgraph.h
369NETGRAPH_GIF_DEMUX	opt_netgraph.h
370NETGRAPH_HOLE		opt_netgraph.h
371NETGRAPH_IFACE		opt_netgraph.h
372NETGRAPH_IP_INPUT	opt_netgraph.h
373NETGRAPH_KSOCKET	opt_netgraph.h
374NETGRAPH_LMI		opt_netgraph.h
375NETGRAPH_L2TP		opt_netgraph.h
376# MPPC compression requires proprietary files (not included)
377NETGRAPH_MPPC_COMPRESSION	opt_netgraph.h
378NETGRAPH_MPPC_ENCRYPTION	opt_netgraph.h
379NETGRAPH_ONE2MANY	opt_netgraph.h
380NETGRAPH_PPP		opt_netgraph.h
381NETGRAPH_PPPOE		opt_netgraph.h
382NETGRAPH_PPTPGRE	opt_netgraph.h
383NETGRAPH_RFC1490	opt_netgraph.h
384NETGRAPH_SOCKET		opt_netgraph.h
385NETGRAPH_SPLIT		opt_netgraph.h
386NETGRAPH_TEE		opt_netgraph.h
387NETGRAPH_TTY		opt_netgraph.h
388NETGRAPH_UI		opt_netgraph.h
389NETGRAPH_VJC		opt_netgraph.h
390
391# DRM options
392DRM_LINUX		opt_drm.h
393DRM_DEBUG		opt_drm.h
394
395
396ZERO_COPY_SOCKETS	opt_zero.h
397TI_PRIVATE_JUMBOS	opt_ti.h
398TI_JUMBO_HDRSPLIT	opt_ti.h
399
400# ATM (HARP version)
401ATM_CORE		opt_atm.h
402ATM_IP			opt_atm.h
403ATM_SIGPVC		opt_atm.h
404ATM_SPANS		opt_atm.h
405ATM_UNI			opt_atm.h
406
407# XXX Conflict: # of devices vs network protocol (Native ATM).
408# This makes "atm.h" unusable.
409NATM			opt_natm.h
410
411DPT_ALLOW_MEMIO		opt_dpt.h	# Allow PCI devices to use memory
412					# mapped I/O
413# DPT driver debug flags
414DPT_MEASURE_PERFORMANCE	opt_dpt.h
415DPT_HANDLE_TIMEOUTS	opt_dpt.h
416DPT_TIMEOUT_FACTOR	opt_dpt.h
417DPT_LOST_IRQ		opt_dpt.h
418DPT_RESET_HBA		opt_dpt.h
419
420# Adaptec ASR and DPT V/VI controller options
421ASR_MEASURE_PERFORMANCE	opt_asr.h
422
423# Misc debug flags.  Most of these should probably be replaced with
424# 'DEBUG', and then let people recompile just the interesting modules
425# with 'make CC="cc -DDEBUG"'.
426CLUSTERDEBUG		opt_debug_cluster.h
427DEBUG_1284		opt_ppb_1284.h
428VP0_DEBUG		opt_vpo.h
429LPT_DEBUG		opt_lpt.h
430PLIP_DEBUG		opt_plip.h
431LOCKF_DEBUG		opt_debug_lockf.h
432NPX_DEBUG		opt_debug_npx.h
433NETATALKDEBUG		opt_atalk.h
434SI_DEBUG		opt_debug_si.h
435
436# Fb options
437FB_DEBUG		opt_fb.h
438FB_INSTALL_CDEV		opt_fb.h
439
440# ppbus related options
441PERIPH_1284		opt_ppb_1284.h
442DONTPROBE_1284		opt_ppb_1284.h
443
444# smbus related options
445ENABLE_ALART		opt_intpm.h
446
447# These cause changes all over the kernel
448BLKDEV_IOSIZE		opt_global.h
449DEBUG			opt_global.h
450DEBUG_LOCKS		opt_global.h
451DEBUG_VFS_LOCKS		opt_global.h
452LOOKUP_SHARED		opt_global.h
453DIAGNOSTIC		opt_global.h
454ENABLE_VFS_IOOPT	opt_global.h
455INVARIANT_SUPPORT	opt_global.h
456INVARIANTS		opt_global.h
457MCLSHIFT		opt_global.h
458MSIZE			opt_global.h
459REGRESSION		opt_global.h
460RESTARTABLE_PANICS	opt_global.h
461VFS_BIO_DEBUG		opt_global.h
462
463# These are VM related options
464VM_KMEM_SIZE		opt_vm.h
465VM_KMEM_SIZE_SCALE	opt_vm.h
466VM_KMEM_SIZE_MAX	opt_vm.h
467NO_SWAPPING		opt_vm.h
468MALLOC_PROFILE		opt_vm.h
469PQ_NOOPT		opt_vmpage.h
470PQ_NORMALCACHE		opt_vmpage.h
471PQ_MEDIUMCACHE		opt_vmpage.h
472PQ_LARGECACHE		opt_vmpage.h
473PQ_HUGECACHE		opt_vmpage.h
474PQ_CACHESIZE		opt_vmpage.h
475
476# Standard SMP options
477SMP			opt_global.h
478
479# Size of the kernel message buffer
480MSGBUF_SIZE		opt_msgbuf.h
481
482# PCI related options
483PCI_ALLOW_UNSUPPORTED_IO_RANGE	opt_pci.h
484
485# NFS options
486NFS_MINATTRTIMO		opt_nfs.h
487NFS_MAXATTRTIMO		opt_nfs.h
488NFS_MINDIRATTRTIMO	opt_nfs.h
489NFS_MAXDIRATTRTIMO	opt_nfs.h
490NFS_GATHERDELAY		opt_nfs.h
491NFS_WDELAYHASHSIZ	opt_nfs.h
492NFS_DEBUG		opt_nfs.h
493
494# For the Bt848/Bt848A/Bt849/Bt878/Bt879 driver
495OVERRIDE_CARD			opt_bktr.h
496OVERRIDE_TUNER			opt_bktr.h
497OVERRIDE_DBX			opt_bktr.h
498OVERRIDE_MSP			opt_bktr.h
499BROOKTREE_SYSTEM_DEFAULT	opt_bktr.h
500BROOKTREE_ALLOC_PAGES		opt_bktr.h
501BKTR_OVERRIDE_CARD		opt_bktr.h
502BKTR_OVERRIDE_TUNER		opt_bktr.h
503BKTR_OVERRIDE_DBX		opt_bktr.h
504BKTR_OVERRIDE_MSP		opt_bktr.h
505BKTR_SYSTEM_DEFAULT		opt_bktr.h
506BKTR_ALLOC_PAGES		opt_bktr.h
507BKTR_USE_PLL			opt_bktr.h
508BKTR_GPIO_ACCESS		opt_bktr.h
509BKTR_NO_MSP_RESET		opt_bktr.h
510BKTR_430_FX_MODE		opt_bktr.h
511BKTR_SIS_VIA_MODE		opt_bktr.h
512BKTR_USE_FREEBSD_SMBUS		opt_bktr.h
513
514# meteor opt_meteor.h
515METEOR_ALLOC_PAGES	opt_meteor.h
516METEOR_TEST_VIDEO	opt_meteor.h
517METEOR_SYSTEM_DEFAULT	opt_meteor.h
518METEOR_DEALLOC_PAGES	opt_meteor.h
519METEOR_DEALLOC_ABOVE	opt_meteor.h
520
521# Various mi ISA bus flags
522COM_ESP			opt_sio.h
523COM_MULTIPORT		opt_sio.h
524BREAK_TO_DEBUGGER	opt_comconsole.h
525ALT_BREAK_TO_DEBUGGER	opt_comconsole.h
526DEV_ISA			opt_isa.h
527
528# Include tweaks for running under the SimOS machine simulator.
529SIMOS			opt_simos.h
530
531# options for bus/device framework
532BUS_DEBUG		opt_bus.h
533
534# options for USB support
535UHCI_DEBUG		opt_usb.h
536OHCI_DEBUG		opt_usb.h
537USB_DEBUG		opt_usb.h
538UGEN_DEBUG		opt_usb.h
539UHID_DEBUG		opt_usb.h
540UHUB_DEBUG		opt_usb.h
541UKBD_DEBUG		opt_usb.h
542ULPT_DEBUG		opt_usb.h
543UMASS_DEBUG		opt_usb.h
544UMS_DEBUG		opt_usb.h
545URIO_DEBUG		opt_usb.h
546UKBD_DFLT_KEYMAP	opt_ukbd.h
547
548# Vinum options
549VINUMDEBUG		opt_vinum.h
550
551# Embedded system options
552INIT_PATH		opt_init_path.h
553
554ROOTDEVNAME		opt_rootdevname.h
555
556FDC_DEBUG		opt_fdc.h
557PCFCLOCK_VERBOSE	opt_pcfclock.h
558PCFCLOCK_MAX_RETRIES	opt_pcfclock.h
559
560# RAIDframe options
561RAID_AUTOCONFIG		opt_raid.h
562RAID_DEBUG		opt_raid.h
563TDFX_LINUX opt_tdfx.h
564
565KTR			opt_global.h
566KTR_ALQ			opt_ktr.h
567KTR_MASK		opt_ktr.h
568KTR_CPUMASK		opt_ktr.h
569KTR_COMPILE		opt_global.h
570KTR_ENTRIES		opt_global.h
571KTR_VERBOSE		opt_ktr.h
572MUTEX_DEBUG		opt_global.h
573WITNESS			opt_global.h
574WITNESS_DDB		opt_witness.h
575WITNESS_SKIPSPIN	opt_witness.h
576
577# options for ACPI support
578ACPI_DEBUG		opt_acpi.h
579ACPI_NO_SEMAPHORES	opt_acpi.h
580ACPI_MAX_THREADS	opt_acpi.h
581
582# options for DEVFS, see sys/fs/devfs/devfs.h
583NDEVFSINO		opt_devfs.h
584NDEVFSOVERFLOW		opt_devfs.h
585
586# various 'device presence' options.
587DEV_MCA			opt_mca.h
588DEV_BPF			opt_bpf.h
589
590# ed driver
591ED_NO_MIIBUS		opt_ed.h
592
593# wi driver
594WI_SYMBOL_FIRMWARE	opt_wi.h
595
596# Polling device handling
597DEVICE_POLLING		opt_global.h
598
599# Mutex profiling
600MUTEX_PROFILING		opt_global.h
601
602