Lines Matching full:kernel
1 # Standard kernel config items for all ARM64 systems.
4 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
9 options PREEMPTION # Enable kernel thread preemption
58 options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
64 options KDTRACE_HOOKS # Kernel DTrace hooks
65 options DDB_CTF # Kernel ELF linker loads CTF data
66 options INCLUDE_CONFIG_FILE # Include this file in kernel
75 options KDB # Enable kernel debugger support.
80 # Kernel Sanitizers
81 #options COVERAGE # Generic kernel coverage. Used by KCOV
82 #options KCOV # Kernel Coverage Sanitizer
83 # Warning: KUBSAN can result in a kernel too large for loader to load
84 #options KUBSAN # Kernel Undefined Behavior Sanitizer
85 #options KCSAN # Kernel Concurrency Sanitizer
87 # Kernel dump features.
88 options EKCD # Support for encrypted kernel dumps
89 options GZIO # gzip-compressed kernel and user dumps
90 options ZSTDIO # zstd-compressed kernel and user dumps
94 # Make an SMP-capable kernel by default
95 options SMP # Symmetric MultiProcessor Kernel
97 # Enable support for the kernel PLL to use an external PPS signal,