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