xref: /dragonfly/sys/conf/options (revision 19380330)
1# $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $
2#
3#        On the handling of kernel options
4#
5# All kernel options should be listed in LINT, with suitable
6# descriptions.  Negative options (options that make some code not
7# compile) should be commented out; LINT should compile as much code
8# as possible.  Try to structure option-using code so that a single
9# option only switch code on, or only switch code off, to make it
10# possible to have a full compile-test.  If necessary, you can include
11# "opt_lint.h" and 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# "platform/<platform>/conf/options".  Options that affect a single
16# source-file <xxx>.[c|s] should be directed into "opt_<xxx>.h", while
17# options that affect multiple files should either go in
18# "opt_global.h" if this is a kernel-wide option (used just about
19# everywhere), or in "opt_<option-name-in-lower-case>.h" if it affect
20# only some files.  Note that the effect of listing only an option
21# without a header-file-name in conf/options (and cousins) is that the
22# last 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
35
36# Adaptec aic7xxx SCSI controller options
37AHC_ALLOW_MEMIO		opt_aic7xxx.h	# Allow PCI devices to use memory
38					# mapped I/O
39
40AHC_TMODE_ENABLE	opt_aic7xxx.h	# Bitmap of units to enable
41					# targetmode operations.
42
43AHC_DUMP_EEPROM		opt_aic7xxx.h	# Dump the contents of our
44					# configuration prom.
45
46AHC_DEBUG		opt_aic7xxx.h	# Compile in Aic7xxx Debugging code.
47
48AHC_DEBUG_OPTS		opt_aic7xxx.h	# Aic7xxx driver debugging options.
49					# See sys/dev/aic7xxx/aic7xxx.h
50
51AHC_REG_PRETTY_PRINT	opt_aic7xxx.h	# Print register bitfields in debug
52					# output.  Adds ~15k to driver.
53
54# Adaptec aic79xx SCSI controller options
55AHD_DEBUG		opt_aic79xx.h	# Compile in Aic79xx Debugging code.
56
57AHD_DEBUG_OPTS		opt_aic79xx.h	# Aic79xx driver debugging options.
58					# See sys/dev/aic7xxx/aic79xx.h
59
60AHD_TMODE_ENABLE	opt_aic79xx.h	# Bitmap of units to enable
61					# targetmode operations.
62
63AHD_REG_PRETTY_PRINT	opt_aic79xx.h	# Print register bitfields in debug
64					# output.  Adds ~15k to driver.
65
66ADW_ALLOW_MEMIO		opt_adw.h	# Allow PCI devices to use memory
67					# mapped I/O
68AMR_DEBUG		opt_amr.h
69TWA_DEBUG		opt_twa.h
70
71#options for ACPI support
72ACPI_DEBUG		opt_acpi.h
73ACPI_NO_SEMAPHORES	opt_acpi.h
74ACPI_ENABLE_PCI		opt_acpi.h
75
76# Miscellaneous options.
77COMPAT_DF12	opt_compatdf12.h
78COMPAT_43	opt_compat.h
79COMPAT_SUNOS	opt_compat.h
80COMPILING_LINT	opt_lint.h
81DDB
82DDB_TRACE
83DDB_UNATTENDED	opt_ddb.h
84GDB_REMOTE_CHAT	opt_ddb.h
85KTRACE
86LIBICONV
87MD_NSECT	opt_md.h
88MD_ROOT		opt_md.h
89MD_ROOT_SIZE	opt_md.h
90MFI_DEBUG	opt_mfi.h
91NSWAPDEV	opt_swap.h
92NSWBUF_MIN	opt_swap.h
93PPS_SYNC	opt_ntp.h
94QUOTA
95SUIDDIR		opt_suiddir.h
96SYSVMSG		opt_sysvipc.h
97SYSVSEM		opt_sysvipc.h
98SYSVSHM		opt_sysvipc.h
99SHMMIN		opt_sysvipc.h
100SHMMNI		opt_sysvipc.h
101SHMSEG		opt_sysvipc.h
102SEMMAP		opt_sysvipc.h
103SEMMNI		opt_sysvipc.h
104SEMMNS		opt_sysvipc.h
105SEMMNU		opt_sysvipc.h
106SEMMSL		opt_sysvipc.h
107SEMOPM		opt_sysvipc.h
108SEMUME		opt_sysvipc.h
109MSGMNB		opt_sysvipc.h
110MSGMNI		opt_sysvipc.h
111MSGSEG		opt_sysvipc.h
112MSGSSZ		opt_sysvipc.h
113MSGTQL		opt_sysvipc.h
114UCONSOLE
115ICMP_BANDLIM
116SHOW_BUSYBUFS
117DIRECTIO	opt_directio.h
118
119# POSIX kernel options
120P1003_1B			opt_posix.h
121_KPOSIX_PRIORITY_SCHEDULING	opt_posix.h
122_KPOSIX_VERSION			opt_posix.h
123
124# Do we want the config file compiled into the kernel?
125INCLUDE_CONFIG_FILE	opt_config.h
126
127# Options for static file systems.  These should only be used at config
128# time, since the corresponding lkms cannot work if there are any static
129# dependencies.  Unusability is enforced by hiding the defines for the
130# options in a never-included header.
131EXT2FS		opt_dontuse.h
132FDESC		opt_dontuse.h
133HAMMER		opt_dontuse.h
134HPFS		opt_dontuse.h
135MFS		opt_dontuse.h
136MSDOSFS		opt_dontuse.h
137NTFS		opt_dontuse.h
138NULLFS		opt_dontuse.h
139NWFS		opt_dontuse.h
140PORTAL		opt_dontuse.h
141PROCFS		opt_dontuse.h
142PUFFS		opt_dontuse.h
143SMBFS		opt_dontuse.h
144TMPFS		opt_dontuse.h
145UDF		opt_dontuse.h
146USERFS		opt_dontuse.h
147
148# These static filesystems has one slightly bogus static dependency in
149# sys/platform/.../i386/autoconf.c.  If any of these filesystems are
150# statically compiled into the kernel, code for mounting them as root
151# filesystems will be enabled - but look below.  Boot-code is purposely
152# unavailable for the LKM-based versions.
153CD9660
154FFS
155NFS
156
157# filesystems and libiconv bridge
158CD9660_ICONV	opt_dontuse.h
159MSDOSFS_ICONV	opt_dontuse.h
160NTFS_ICONV	opt_dontuse.h
161
162# SMB/CIFS requester
163NETSMB		opt_netsmb.h
164NETSMBCRYPTO	opt_netsmb.h
165
166# If you are following the conditions in the copyright,
167# you can enable soft-updates which will speed up a lot of things
168# and make the system safer from crashes at the same time.
169# otherwise a STUB module will be compiled in.
170SOFTUPDATES	opt_ffs.h
171
172# Enable fast hash lookups for large directories on UFS-based filesystems.
173UFS_DIRHASH	opt_ufs.h
174
175# The above static dependencies are planned removed, with a
176# <filesystem>_ROOT option to control if it usable as root.  This list
177# allows these options to be present in config files already (though
178# they won't make any difference yet).
179FFS_ROOT	opt_ffs.h
180NFS_ROOT	opt_nfsroot.h
181
182# The union static file system has bogus static dependencies, so it isn't
183# hidden yet.
184UNION
185
186# Options used only in subr_param.c.
187HZ		opt_param.h
188MAXFILES	opt_param.h
189NBUF		opt_param.h
190NMBCLUSTERS	opt_param.h
191NMBUFS		opt_param.h
192VM_BCACHE_SIZE_MAX	opt_param.h
193VM_SWZONE_SIZE_MAX	opt_param.h
194MAXUSERS
195DFLDSIZ		opt_param.h
196MAXDSIZ		opt_param.h
197MAXSSIZ		opt_param.h
198
199# Generic SCSI options.
200CAM_MAX_HIGHPOWER	opt_cam.h
201CAMDEBUG		opt_cam.h
202CAM_DEBUG_DELAY		opt_cam.h
203CAM_DEBUG_BUS		opt_cam.h
204CAM_DEBUG_TARGET	opt_cam.h
205CAM_DEBUG_LUN		opt_cam.h
206CAM_DEBUG_FLAGS		opt_cam.h
207SCSI_DELAY		opt_scsi.h
208SCSI_NO_SENSE_STRINGS	opt_scsi.h
209SCSI_NO_OP_STRINGS	opt_scsi.h
210
211# iSCSI options
212ISCSI_INITIATOR_DEBUG	opt_iscsi_initiator.h
213
214# Options used only in cam/scsi/scsi_cd.c
215CHANGER_MIN_BUSY_SECONDS	opt_cd.h
216CHANGER_MAX_BUSY_SECONDS	opt_cd.h
217
218# Options used only in cam/scsi/scsi_sa.c.
219SA_IO_TIMEOUT		opt_sa.h
220SA_SPACE_TIMEOUT	opt_sa.h
221SA_REWIND_TIMEOUT	opt_sa.h
222SA_ERASE_TIMEOUT	opt_sa.h
223SA_1FM_AT_EOD		opt_sa.h
224
225# Options used only in cam/scsi/scsi_pt.c
226SCSI_PT_DEFAULT_TIMEOUT	opt_pt.h
227
228# Options used only in cam/scsi/scsi_ses.c
229SES_ENABLE_PASSTHROUGH	opt_ses.h
230
231# Options used in dev/sym/ (Symbios SCSI driver).
232SYM_SETUP_LP_PROBE_MAP	opt_sym.h	#-Low Priority Probe Map (bits)
233					# Allows the ncr to take precedence
234					# 1 (1<<0) -> 810a, 860
235					# 2 (1<<1) -> 825a, 875, 885, 895
236					# 4 (1<<2) -> 895a, 896, 1510d
237SYM_SETUP_SCSI_DIFF	opt_sym.h	#-HVD support for 825a, 875, 885
238					# disabled:0 (default), enabled:1
239SYM_SETUP_PCI_PARITY	opt_sym.h	#-PCI parity checking
240					# disabled:0, enabled:1 (default)
241SYM_SETUP_MAX_LUN	opt_sym.h	#-Number of LUNs supported
242					# default:8, range:[1..64]
243
244# Options used only in pci/ncr.c
245SCSI_NCR_DEBUG		opt_ncr.h
246SCSI_NCR_MAX_SYNC	opt_ncr.h
247SCSI_NCR_MAX_WIDE	opt_ncr.h
248SCSI_NCR_MYADDR		opt_ncr.h
249
250# Options used only in pci/isp_pci.c
251ISP_TARGET_MODE		opt_isp.h
252
253# Options used in the 'nata' ATA/ATAPI driver
254ATA_STATIC_ID		opt_ata.h
255
256# Net stuff.
257# altq stuff
258ALTQ			opt_global.h
259ALTQ_CBQ		opt_altq.h
260ALTQ_RED		opt_altq.h
261ALTQ_RIO		opt_altq.h
262ALTQ_HFSC		opt_altq.h
263ALTQ_PRIQ		opt_altq.h
264ALTQ_FAIRQ		opt_altq.h
265ALTQ_NOPCC		opt_altq.h
266ALTQ_DEBUG		opt_altq.h
267
268ACCEPT_FILTER_DATA
269ACCEPT_FILTER_HTTP
270BOOTP			opt_bootp.h
271BOOTP_COMPAT		opt_bootp.h
272BOOTP_NFSROOT		opt_bootp.h
273BOOTP_NFSV3		opt_bootp.h
274BOOTP_WIRED_TO		opt_bootp.h
275CARP			opt_carp.h
276ETHER_II		opt_ef.h
277ETHER_8023		opt_ef.h
278ETHER_8022		opt_ef.h
279ETHER_SNAP		opt_ef.h
280MROUTING		opt_mrouting.h
281PIM			opt_mrouting.h
282INET			opt_inet.h
283INET6			opt_inet6.h
284IPSEC			opt_ipsec.h
285IPSEC_ESP		opt_ipsec.h
286IPSEC_DEBUG		opt_ipsec.h
287IPSEC_FILTERGIF		opt_ipsec.h
288FAST_IPSEC		opt_ipsec.h
289IPDIVERT
290DUMMYNET		opt_ipdn.h
291DUMMYNET_DEBUG		opt_ipdn.h
292IPFIREWALL		opt_ipfw.h
293IPFIREWALL_DEBUG	opt_ipfw.h
294IPFIREWALL_VERBOSE	opt_ipfw.h
295IPFIREWALL_VERBOSE_LIMIT	opt_ipfw.h
296IPFIREWALL_DEFAULT_TO_ACCEPT	opt_ipfw.h
297IPV6FIREWALL		opt_ip6fw.h
298IPV6FIREWALL_VERBOSE	opt_ip6fw.h
299IPV6FIREWALL_VERBOSE_LIMIT	opt_ip6fw.h
300IPV6FIREWALL_DEFAULT_TO_ACCEPT	opt_ip6fw.h
301IPSTEALTH
302IPX			opt_ipx.h
303IPXIP			opt_ipx.h
304IPTUNNEL		opt_ipx.h
305LIBMCHAIN
306MPLS			opt_mpls.h
307NCP			opt_ncp.h
308PPP_BSDCOMP		opt_ppp.h
309PPP_DEFLATE		opt_ppp.h
310PPP_FILTER		opt_ppp.h
311SLIP_IFF_OPTS		opt_slip.h
312TCPDEBUG
313TCP_SIGNATURE		opt_inet.h
314TCP_DROP_SYNFIN		opt_tcp_input.h
315
316XBONEHACK
317MBUF_STRESS_TEST	opt_mbuf_stress_test.h
318
319# (New netgraph, port still in progress)
320#
321# Netgraph(4). Use option NETGRAPH7 to enable the base netgraph code.
322# Each netgraph node type can be either be compiled into the kernel
323# or loaded dynamically. To get the former, include the corresponding
324# option below. Each type has its own man page, e.g. ng_async(4).
325NETGRAPH7
326NETGRAPH7_DEBUG		opt_netgraph.h
327NETGRAPH7_ASYNC		opt_netgraph.h
328NETGRAPH7_ATMLLC	opt_netgraph.h
329NETGRAPH7_ATM_ATMPIF	opt_netgraph.h
330NETGRAPH7_BLUETOOTH		opt_netgraph.h
331NETGRAPH7_BLUETOOTH_BT3C	opt_netgraph.h
332NETGRAPH7_BLUETOOTH_H4		opt_netgraph.h
333NETGRAPH7_BLUETOOTH_HCI		opt_netgraph.h
334NETGRAPH7_BLUETOOTH_L2CAP	opt_netgraph.h
335NETGRAPH7_BLUETOOTH_SOCKET	opt_netgraph.h
336NETGRAPH7_BLUETOOTH_UBT		opt_netgraph.h
337NETGRAPH7_BLUETOOTH_UBTBCMFW	opt_netgraph.h
338NETGRAPH7_BPF		opt_netgraph.h
339NETGRAPH7_BRIDGE	opt_netgraph.h
340NETGRAPH7_CAR		opt_netgraph.h
341NETGRAPH7_CISCO		opt_netgraph.h
342NETGRAPH7_DEFLATE	opt_netgraph.h
343NETGRAPH7_DEVICE	opt_netgraph.h
344NETGRAPH7_ECHO		opt_netgraph.h
345NETGRAPH7_EIFACE	opt_netgraph.h
346NETGRAPH7_ETF		opt_netgraph.h
347NETGRAPH7_ETHER		opt_netgraph.h
348NETGRAPH7_FEC		opt_netgraph.h
349NETGRAPH7_FRAME_RELAY	opt_netgraph.h
350NETGRAPH7_GIF		opt_netgraph.h
351NETGRAPH7_GIF_DEMUX	opt_netgraph.h
352NETGRAPH7_HOLE		opt_netgraph.h
353NETGRAPH7_HUB		opt_netgraph.h
354NETGRAPH7_IFACE		opt_netgraph.h
355NETGRAPH7_IP_INPUT	opt_netgraph.h
356NETGRAPH7_IPFW		opt_netgraph.h
357NETGRAPH7_KSOCKET	opt_netgraph.h
358NETGRAPH7_L2TP		opt_netgraph.h
359NETGRAPH7_LMI		opt_netgraph.h
360# MPPC compression requires proprietary files (not included)
361NETGRAPH7_MPPC_COMPRESSION	opt_netgraph.h
362NETGRAPH7_MPPC_ENCRYPTION	opt_netgraph.h
363NETGRAPH7_NAT		opt_netgraph.h
364NETGRAPH7_NETFLOW	opt_netgraph.h
365NETGRAPH7_ONE2MANY	opt_netgraph.h
366NETGRAPH7_PPP		opt_netgraph.h
367NETGRAPH7_PPPOE		opt_netgraph.h
368NETGRAPH7_PPTPGRE	opt_netgraph.h
369NETGRAPH7_PRED1		opt_netgraph.h
370NETGRAPH7_RFC1490	opt_netgraph.h
371NETGRAPH7_SOCKET	opt_netgraph.h
372NETGRAPH7_SPLIT		opt_netgraph.h
373NETGRAPH7_SPPP		opt_netgraph.h
374NETGRAPH7_TAG		opt_netgraph.h
375NETGRAPH7_TCPMSS	opt_netgraph.h
376NETGRAPH7_TEE		opt_netgraph.h
377NETGRAPH7_TTY		opt_netgraph.h
378NETGRAPH7_UI		opt_netgraph.h
379NETGRAPH7_VJC		opt_netgraph.h
380
381# NgATM options
382NGATM7_ATM		opt_netgraph.h
383NGATM7_ATMBASE		opt_netgraph.h
384NGATM7_SSCOP		opt_netgraph.h
385NGATM7_SSCFU		opt_netgraph.h
386NGATM7_UNI		opt_netgraph.h
387NGATM7_CCATM		opt_netgraph.h
388
389# Netgraph(4). Use option NETGRAPH to enable the base netgraph code.
390# Each netgraph node type can be either be compiled into the kernel
391# or loaded dynamically. To get the former, include the corresponding
392# option below. Each type has its own man page, e.g. ng_async(8).
393NETGRAPH
394NETGRAPH_ASYNC		opt_netgraph.h
395NETGRAPH_BPF		opt_netgraph.h
396NETGRAPH_BRIDGE		opt_netgraph.h
397NETGRAPH_CISCO		opt_netgraph.h
398NETGRAPH_ECHO		opt_netgraph.h
399NETGRAPH_EIFACE		opt_netgraph.h
400NETGRAPH_ETHER		opt_netgraph.h
401NETGRAPH_FRAME_RELAY	opt_netgraph.h
402NETGRAPH_HOLE		opt_netgraph.h
403NETGRAPH_IFACE		opt_netgraph.h
404NETGRAPH_KSOCKET	opt_netgraph.h
405NETGRAPH_LMI		opt_netgraph.h
406NETGRAPH_L2TP		opt_netgraph.h
407# MPPC compression requires proprietary files (not included)
408NETGRAPH_MPPC_COMPRESSION	opt_netgraph.h
409NETGRAPH_MPPC_ENCRYPTION	opt_netgraph.h
410NETGRAPH_ONE2MANY	opt_netgraph.h
411NETGRAPH_PPP		opt_netgraph.h
412NETGRAPH_PPPOE		opt_netgraph.h
413NETGRAPH_PPTPGRE	opt_netgraph.h
414NETGRAPH_RFC1490	opt_netgraph.h
415NETGRAPH_SOCKET		opt_netgraph.h
416NETGRAPH_TEE		opt_netgraph.h
417NETGRAPH_TTY		opt_netgraph.h
418NETGRAPH_UI		opt_netgraph.h
419NETGRAPH_VJC		opt_netgraph.h
420
421# DRM options
422DRM_DEBUG		opt_drm.h
423DRM_LINUX		opt_drm.h
424
425# ATM (HARP version)
426ATM_CORE		opt_atm.h
427ATM_IP			opt_atm.h
428ATM_SIGPVC		opt_atm.h
429ATM_SPANS		opt_atm.h
430ATM_UNI			opt_atm.h
431
432# XXX Conflict: # of devices vs network protocol (Native ATM).
433# This makes "atm.h" unusable.
434NATM			opt_natm.h
435
436# DPT driver debug flags
437DPT_MEASURE_PERFORMANCE	opt_dpt.h
438DPT_HANDLE_TIMEOUTS	opt_dpt.h
439DPT_TIMEOUT_FACTOR	opt_dpt.h
440DPT_LOST_IRQ		opt_dpt.h
441DPT_RESET_HBA		opt_dpt.h
442
443# Misc debug flags.  Most of these should probably be replaced with
444# 'DEBUG', and then let people recompile just the interesting modules
445# with 'make CC="cc -DDEBUG"'.
446CLUSTERDEBUG		opt_debug_cluster.h
447DEBUG_1284		opt_ppb_1284.h
448VP0_DEBUG		opt_vpo.h
449LPT_DEBUG		opt_lpt.h
450PLIP_DEBUG		opt_plip.h
451LOCKF_DEBUG		opt_debug_lockf.h
452NPX_DEBUG		opt_debug_npx.h
453SI_DEBUG		opt_debug_si.h
454
455# Fb options
456FB_DEBUG		opt_fb.h
457FB_INSTALL_CDEV		opt_fb.h
458
459# ppbus related options
460PERIPH_1284		opt_ppb_1284.h
461DONTPROBE_1284		opt_ppb_1284.h
462
463# smbus related options
464ENABLE_ALART		opt_intpm.h
465
466# These cause changes all over the kernel
467NO_LWKT_SPLIT_USERPRI	opt_global.h
468BLKDEV_IOSIZE		opt_global.h
469DEBUG			opt_global.h
470DEBUG_LOCKS		opt_global.h
471DEBUG_LOCKS_LATENCY	opt_global.h
472DEBUG_CRIT_SECTIONS	opt_global.h
473DIAGNOSTIC		opt_global.h
474INVARIANTS		opt_global.h
475VFS_BIO_DEBUG		opt_global.h
476DEBUG_INTERRUPTS	opt_global.h
477SOCKBUF_DEBUG		opt_global.h
478PANIC_DEBUG		opt_global.h
479MBUF_DEBUG		opt_global.h
480PMAP_DEBUG		opt_global.h
481VM_PAGE_DEBUG		opt_global.h
482SLAB_DEBUG		opt_global.h
483
484# Sample system/interrupt PC
485DEBUG_PCTRACK		opt_pctrack.h
486
487# These are VM related options
488NO_SWAPPING		opt_vm.h
489
490# Standard SMP options
491SMP			opt_global.h
492
493# sys/netkey
494KEY
495
496# Size of the kernel message buffer
497MSGBUF_SIZE		opt_msgbuf.h
498
499# PCI related options
500COMPAT_OLDPCI
501
502# NFS options
503NFS_MINATTRTIMO		opt_nfs.h
504NFS_MAXATTRTIMO		opt_nfs.h
505NFS_MINDIRATTRTIMO	opt_nfs.h
506NFS_MAXDIRATTRTIMO	opt_nfs.h
507NFS_GATHERDELAY		opt_nfs.h
508NFS_UIDHASHSIZ		opt_nfs.h
509NFS_WDELAYHASHSIZ	opt_nfs.h
510NFS_MUIDHASHSIZ		opt_nfs.h
511NFS_NOSERVER		opt_nfs.h
512NFS_DEBUG		opt_nfs.h
513
514# MSDOSFS options
515MSDOSFS_DEBUG		opt_msdosfs.h
516
517# For the Bt848/Bt848A/Bt849/Bt878/Bt879 driver
518BROOKTREE_SYSTEM_DEFAULT	opt_bktr.h
519BROOKTREE_ALLOC_PAGES		opt_bktr.h
520BKTR_OVERRIDE_CARD		opt_bktr.h
521BKTR_OVERRIDE_TUNER		opt_bktr.h
522BKTR_OVERRIDE_DBX		opt_bktr.h
523BKTR_OVERRIDE_MSP		opt_bktr.h
524BKTR_SYSTEM_DEFAULT		opt_bktr.h
525BKTR_ALLOC_PAGES		opt_bktr.h
526BKTR_USE_PLL			opt_bktr.h
527BKTR_GPIO_ACCESS		opt_bktr.h
528BKTR_NO_MSP_RESET		opt_bktr.h
529BKTR_430_FX_MODE		opt_bktr.h
530BKTR_SIS_VIA_MODE		opt_bktr.h
531BKTR_NEW_MSP34XX_DRIVER		opt_bktr.h
532
533# Various mi ISA bus flags
534COM_ESP			opt_sio.h
535COM_MULTIPORT		opt_sio.h
536BREAK_TO_DEBUGGER	opt_comconsole.h
537ALT_BREAK_TO_DEBUGGER	opt_comconsole.h
538
539# options for bus/device framework
540BUS_DEBUG		opt_bus.h
541
542# options for USB support
543OHCI_DEBUG		opt_usb.h
544USB_DEBUG		opt_usb.h
545
546# Vinum options
547VINUMDEBUG		opt_vinum.h
548
549# Embedded system options
550UKBD_DFLT_KEYMAP	opt_ukbd.h
551INIT_PATH		opt_init_path.h
552
553ROOTDEVNAME		opt_rootdevname.h
554
555FDC_DEBUG		opt_fdc.h
556PCFCLOCK_VERBOSE	opt_pcfclock.h
557PCFCLOCK_MAX_RETRIES	opt_pcfclock.h
558
559# Polling device handling
560DEVICE_POLLING		opt_polling.h
561
562# Network device queue based polling
563IFPOLL_ENABLE		opt_ifpoll.h
564
565# options for ubsec driver
566UBSEC_DEBUG		opt_ubsec.h
567UBSEC_RNDTEST		opt_ubsec.h
568UBSEC_NO_RNG		opt_ubsec.h
569
570# options for hifn driver
571HIFN_DEBUG		opt_hifn.h
572HIFN_RNDTEST		opt_hifn.h
573HIFN_NO_RNG		opt_hifn.h
574
575# options for safenet driver
576SAFE_DEBUG		opt_safe.h
577SAFE_NO_RNG		opt_safe.h
578SAFE_RNDTEST		opt_safe.h
579
580# KTR options
581KTR				opt_global.h
582KTR_ENTRIES			opt_global.h
583KTR_ALL				opt_ktr.h
584KTR_CTXSW			opt_ktr.h
585KTR_DMCRYPT			opt_ktr.h
586KTR_DSCHED_BFQ			opt_ktr.h
587KTR_ETHERNET			opt_ktr.h
588KTR_HAMMER			opt_ktr.h
589KTR_IFQ				opt_ktr.h
590KTR_IF_BGE			opt_ktr.h
591KTR_IF_EM			opt_ktr.h
592KTR_IF_EMX			opt_ktr.h
593KTR_IF_START			opt_ktr.h
594KTR_IPIQ			opt_ktr.h
595KTR_KERNENTRY			opt_ktr.h
596KTR_MEMORY			opt_ktr.h
597KTR_POLLING			opt_ktr.h
598KTR_SERIALIZER			opt_ktr.h
599KTR_SPIN_CONTENTION		opt_ktr.h
600KTR_TESTLOG			opt_ktr.h
601KTR_TOKENS			opt_ktr.h
602KTR_TSLEEP			opt_ktr.h
603KTR_USB_MEMORY			opt_ktr.h
604KTR_USCHED_BSD4			opt_ktr.h
605KTR_USCHED_DFLY			opt_ktr.h
606KTR_VERBOSE			opt_ktr.h
607
608# NTFS options
609NTFS_DEBUG			opt_ntfs.h
610
611# options for the Atheros driver
612ATH_DEBUG		opt_ath.h
613ATH_DIAGAPI		opt_ath.h
614ATH_RXBUF		opt_ath.h
615ATH_TXBUF		opt_ath.h
616
617# ...and its HAL
618AH_SUPPORT_AR5416	opt_ah.h
619
620# bce driver
621BCE_DEBUG		opt_bce.h
622
623# bnx driver
624BNX_TSO_DEBUG		opt_bnx.h
625
626# ed driver
627ED_NO_MIIBUS		opt_ed.h
628
629# emx driver
630EMX_RSS_DEBUG		opt_emx.h
631EMX_TSO_DEBUG		opt_emx.h
632
633# jme driver
634JME_RSS_DEBUG		opt_jme.h
635
636# igb driver
637IGB_RSS_DEBUG		opt_igb.h
638IGB_MSIX_DEBUG		opt_igb.h
639
640# dcons options
641DCONS_BUF_SIZE		opt_dcons.h
642DCONS_POLL_HZ		opt_dcons.h
643DCONS_FORCE_CONSOLE	opt_dcons.h
644DCONS_FORCE_GDB		opt_dcons.h
645
646# deprecated drivers and options
647I_WANT_DEPRECATED_STUFF	opt_deprecated.h
648
649# SCTP
650SCTP			opt_sctp.h
651SCTP_DEBUG		opt_sctp.h
652SCTP_USE_ADLER32	opt_sctp.h
653SCTP_HIGH_SPEED		opt_sctp.h
654SCTP_STAT_LOGGING	opt_sctp.h
655SCTP_CWND_LOGGING	opt_sctp.h
656SCTP_BLK_LOGGING	opt_sctp.h
657SCTP_STR_LOGGING	opt_sctp.h
658SCTP_FR_LOGGING		opt_sctp.h
659SCTP_MAP_LOGGING	opt_sctp.h
660
661# syslink kernel support
662#
663SYSLINK			opt_syslink.h
664
665# DSCHED stuff
666DSCHED_AS		opt_dsched.h
667DSCHED_BFQ		opt_dsched.h
668DSCHED_FQ		opt_dsched.h
669
670# Receive Side Scaling (now basecode)
671RSS_DEBUG		opt_rss.h
672
673# Panic settings
674WDOG_DISABLE_ON_PANIC	opt_panic.h
675ERROR_LED_ON_PANIC	opt_panic.h
676
677# 802.11 support layer
678IEEE80211_DEBUG		opt_wlan.h
679IEEE80211_DEBUG_REFCNT	opt_wlan.h
680IEEE80211_AMPDU_AGE	opt_wlan.h
681IEEE80211_SUPPORT_MESH	opt_wlan.h
682IEEE80211_SUPPORT_SUPERG	opt_wlan.h
683IEEE80211_SUPPORT_TDMA	opt_wlan.h
684
685# 802.11 TDMA support
686TDMA_SLOTLEN_DEFAULT	opt_tdma.h
687TDMA_SLOTCNT_DEFAULT	opt_tdma.h
688TDMA_BINTVAL_DEFAULT	opt_tdma.h
689TDMA_TXRATE_11B_DEFAULT	opt_tdma.h
690TDMA_TXRATE_11G_DEFAULT	opt_tdma.h
691TDMA_TXRATE_11A_DEFAULT	opt_tdma.h
692TDMA_TXRATE_TURBO_DEFAULT	opt_tdma.h
693TDMA_TXRATE_HALF_DEFAULT	opt_tdma.h
694TDMA_TXRATE_QUARTER_DEFAULT	opt_tdma.h
695TDMA_TXRATE_11NA_DEFAULT	opt_tdma.h
696TDMA_TXRATE_11NG_DEFAULT	opt_tdma.h
697
698PANIC_REBOOT_WAIT_TIME	opt_panic.h
699