Lines Matching +full:string +full:- +full:support
1 # SPDX-License-Identifier: GPL-2.0-only
3 bool "Enable loadable module support"
64 bool "Debug duplicate modules with auto-loading"
66 Module autoloading allows in-kernel code to request modules through
75 requests are non-fatal virtual memory is a limited resource and each
80 module requests to help identify if module auto-loading may be the
93 non-wait request_module() call is synchronous and waits until modprobe
94 completes. Subsequent auto-loading requests for the same module do
102 abuse was due to module auto-loading. These issues are currently only
105 module auto-loading is not the culprit. There may very well still be
106 many duplicate module auto-loading requests which could be optimized
117 auto-loading requests using WARN_ON() instead of pr_warn(). You
129 --force). Forced module loading sets the 'F' (forced) taint flag and
146 without waiting for anyone to stop using it (using the -f option to
162 bool "Module versioning support"
184 Calculate symbol versions from pre-processed source code using
217 bool "Extended Module Versioning Support"
219 This enables extended MODVERSIONs support, allowing long symbol
223 support. If unsure, say N.
226 bool "Basic Module Versioning Support"
229 This enables basic MODVERSIONS support, allowing older tools or
258 <file:Documentation/admin-guide/module-signing.rst>.
266 another LSM - otherwise unsigned modules will be loadable regardless
288 modules must be signed manually, using the scripts/sign-file tool.
290 comment "Do not forget to sign required modules with scripts/sign-file"
304 bool "SHA-256"
308 bool "SHA-384"
312 bool "SHA-512"
316 bool "SHA3-256"
320 bool "SHA3-384"
324 bool "SHA3-512"
330 string
334 default "sha3-256" if MODULE_SIG_SHA3_256
335 default "sha3-384" if MODULE_SIG_SHA3_384
336 default "sha3-512" if MODULE_SIG_SHA3_512
343 Enable module compression to reduce on-disk size of module binaries.
346 The tool used to work with modules needs to support the selected
347 compression type. kmod MAY support gzip, xz and zstd. Other tools
365 Support modules compressed with GZIP. The installed modules are
371 Support modules compressed with XZ. The installed modules are
377 Support modules compressed with ZSTD. The installed modules are
393 bool "Support in-kernel module decompression"
398 Support for decompressing kernel modules by the kernel itself
420 string "Path to modprobe binary"
427 /proc/sys/kernel/modprobe. Setting this to the empty string
444 If unsure, or if you need to build out-of-tree modules, say N.
447 string "Whitelist of symbols to keep in ksymtab"
450 By default, all unused exported symbols will be un-exported from the
454 exported at all times, even in absence of in-tree users. The value to