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