2021-01-14 10:54:18 +00:00
|
|
|
#
|
|
|
|
# std.nodebug -- Disable the debug options found in the GENERIC kernel config.
|
|
|
|
#
|
|
|
|
|
|
|
|
nooptions INVARIANTS
|
|
|
|
nooptions INVARIANT_SUPPORT
|
|
|
|
nooptions WITNESS
|
|
|
|
nooptions WITNESS_SKIPSPIN
|
2022-02-02 17:22:17 +00:00
|
|
|
nooptions DEBUG_VFS_LOCKS
|
2021-01-14 10:54:18 +00:00
|
|
|
nooptions BUF_TRACKING
|
|
|
|
nooptions FULL_BUF_TRACKING
|
|
|
|
nooptions DEADLKRES
|
|
|
|
nooptions COVERAGE
|
|
|
|
nooptions KCOV
|
|
|
|
nooptions MALLOC_DEBUG_MAXZONES
|
|
|
|
nooptions QUEUE_MACRO_DEBUG_TRASH
|
|
|
|
|
2021-11-24 18:03:48 +00:00
|
|
|
# Net80211 debugging
|
|
|
|
nooptions IEEE80211_DEBUG
|
|
|
|
|
2021-01-14 10:54:18 +00:00
|
|
|
# USB debugging
|
|
|
|
nooptions USB_DEBUG
|
|
|
|
nooptions HID_DEBUG
|
|
|
|
|
|
|
|
# CAM debugging
|
|
|
|
nooptions CAMDEBUG
|
|
|
|
nooptions CAM_DEBUG_FLAGS
|