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