Lines Matching +full:in +full:- +full:kernel

1 # Standard kernel config items for all ARM64 systems.
4 makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
8 options NUMA # Non-Uniform Memory Architecture support
9 options PREEMPTION # Enable kernel thread preemption
29 options UFS_GJOURNAL # Enable gjournal-based UFS journaling
39 options PSEUDOFS # Pseudo-filesystem framework
49 options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
52 options SYSVSHM # SYSV-style shared memory
53 options SYSVMSG # SYSV-style message queues
54 options SYSVSEM # SYSV-style semaphores
55 options _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
57 options KBD_INSTALL_CDEV # install a CDEV entry in /dev
58 options HWPMC_HOOKS # Necessary kernel hooks for hwpmc(4)
63 options KDTRACE_FRAME # Ensure frames are compiled in
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
67 options VFP # Floating-point support
71 options LINUX_BOOT_ABI # Boot using booti command from U-Boot
72 options PERTHREAD_SSP # Per-thread SSP canary
75 options KDB # Enable kernel debugger support.
77 # For full debugger support use (turn off in stable branch):
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,
99 # More info in ntpd documentation: http://www.eecis.udel.edu/~ntp
104 device efidev # EFI pseudo-device
107 # SMBIOS -- all EFI platforms