Deleted Added
sdiff udiff text old ( 160469 ) new ( 160813 )
full compact
1# $FreeBSD: head/sys/conf/options 160469 2006-07-18 17:00:51Z imp $
2#
3# On the handling of kernel options
4#
5# All kernel options should be listed in NOTES, with suitable
6# descriptions. Negative options (options that make some code not
7# compile) should be commented out; LINT (generated from NOTES) should
8# compile as much code as possible. Try to structure option-using
9# code so that a single option only switch code on, or only switch

--- 35 unchanged lines hidden (view full) ---

45
46TWA_DEBUG opt_twa.h
47TWA_FLASH_FIRMWARE opt_twa.h
48
49# Debugging options.
50DDB
51DDB_NUMSYM opt_ddb.h
52GDB
53GDBSPEED opt_gdb.h
54KDB opt_global.h
55KDB_TRACE opt_kdb.h
56KDB_UNATTENDED opt_kdb.h
57SYSCTL_DEBUG opt_sysctl.h
58
59NO_SYSCTL_DESCR opt_global.h
60
61# Miscellaneous options.
62ADAPTIVE_GIANT opt_adaptive_mutexes.h
63NO_ADAPTIVE_MUTEXES opt_adaptive_mutexes.h
64ALQ
65AUDIT opt_global.h
66CODA_COMPAT_5 opt_coda.h
67COMPAT_43 opt_compat.h
68COMPAT_43TTY opt_compat.h
69COMPAT_FREEBSD4 opt_compat.h
70COMPAT_FREEBSD5 opt_compat.h
71COMPILING_LINT opt_global.h
72CONSPEED opt_comconsole.h
73CY_PCI_FASTINTR
74DIRECTIO
75FULL_PREEMPTION opt_sched.h
76IPI_PREEMPTION opt_sched.h
77GEOM_AES opt_geom.h
78GEOM_APPLE opt_geom.h
79GEOM_BDE opt_geom.h
80GEOM_BSD opt_geom.h

--- 488 unchanged lines hidden (view full) ---

569BKTR_USE_PLL opt_bktr.h
570BKTR_GPIO_ACCESS opt_bktr.h
571BKTR_NO_MSP_RESET opt_bktr.h
572BKTR_430_FX_MODE opt_bktr.h
573BKTR_SIS_VIA_MODE opt_bktr.h
574BKTR_USE_FREEBSD_SMBUS opt_bktr.h
575BKTR_NEW_MSP34XX_DRIVER opt_bktr.h
576
577# options for serial support
578COM_ESP opt_sio.h
579COM_MULTIPORT opt_sio.h
580BREAK_TO_DEBUGGER opt_comconsole.h
581ALT_BREAK_TO_DEBUGGER opt_comconsole.h
582
583# Options to support PPS
584UART_PPS_ON_CTS opt_uart.h
585
586# options for bus/device framework
587BUS_DEBUG opt_bus.h

--- 141 unchanged lines hidden ---