Lines Matching full:modules
2 menuconfig MODULES config
4 modules
7 Kernel modules are small pieces of compiled code which can
11 many parts of the kernel can be built as modules (by
18 modules_install" to put the modules under /lib/modules/
24 if MODULES
34 modules. You don't need these options on production systems.
44 For example, size of all modules, average size, text size, a list
45 of failed modules and the size for each of those. For failed
46 modules we keep track of modules which failed due to either the
52 with loading modules when it shouldn't or if you want to help
54 You might want to do this because failed modules tend to use
64 bool "Debug duplicate modules with auto-loading"
66 Module autoloading allows in-kernel code to request modules through
72 duplicate modules. The finit_module() system call can consume in the
128 Allow loading of modules without version information (ie. modprobe
136 modules (note that some modules may not be unloadable
157 list of linked (or loaded) modules e.g. on detection of a bad
165 Usually, you have to use modules compiled with your kernel.
166 Saying Y here makes it sometimes possible to use modules
168 to the modules to (hopefully) spot any changes which would
177 Select the tool used to calculate symbol versions for modules.
230 kernels to potentially load modules.
233 to read MODVERSIONS information from built modules. With this
242 bool "Source checksum for all modules"
244 Modules which contain a MODULE_VERSION get an extra "srcversion"
250 will be created for all modules. If unsure, say N.
256 Check modules for valid signatures upon load: the signature
266 another LSM - otherwise unsigned modules will be loadable regardless
275 bool "Require modules to be validly signed"
278 Reject unsigned modules or signed modules for which we don't have a
279 key. Without this, such modules will simply taint the kernel.
284 bool "Automatically sign all modules"
287 Sign all modules during make modules_install. Without this option,
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"
294 prompt "Hash algorithm to sign modules"
344 This is fully compatible with signed modules.
346 The tool used to work with modules needs to support the selected
350 Note that for modules inside an initrd or initramfs, it's more
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
383 bool "Automatically compress all modules"
386 Compress all modules during 'make modules_install'.
389 for the selected compression type. External modules will also be
398 Support for decompressing kernel modules by the kernel itself
407 bool "Allow loading of modules with missing namespace imports"
428 removes the kernel's ability to request modules (but
429 userspace can still load modules explicitly).
434 The kernel and some modules make many symbols available for
435 other modules to use via EXPORT_SYMBOL() and variants. Depending
436 on the set of modules being selected in your kernel configuration,
444 If unsure, or if you need to build out-of-tree modules, say N.
463 endif # MODULES