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