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
176 Select the tool used to calculate symbol versions for modules.
231 kernels to potentially load modules.
234 to read MODVERSIONS information from built modules. With this
241 bool "Source checksum for all modules"
243 Modules which contain a MODULE_VERSION get an extra "srcversion"
249 will be created for all modules. If unsure, say N.
255 Check modules for valid signatures upon load: the signature
265 another LSM - otherwise unsigned modules will be loadable regardless
274 bool "Require modules to be validly signed"
277 Reject unsigned modules or signed modules for which we don't have a
278 key. Without this, such modules will simply taint the kernel.
281 bool "Automatically sign all modules"
285 Sign all modules during make modules_install. Without this option,
286 modules must be signed manually, using the scripts/sign-file tool.
288 comment "Do not forget to sign required modules with scripts/sign-file"
292 prompt "Hash algorithm to sign modules"
347 This is fully compatible with signed modules.
349 The tool used to work with modules needs to support the selected
353 Note that for modules inside an initrd or initramfs, it's more
367 Support modules compressed with GZIP. The installed modules are
373 Support modules compressed with XZ. The installed modules are
379 Support modules compressed with ZSTD. The installed modules are
385 bool "Automatically compress all modules"
389 Compress all modules during 'make modules_install'.
392 for the selected compression type. External modules will also be
402 Support for decompressing kernel modules by the kernel itself
409 bool "Allow loading of modules with missing namespace imports"
430 removes the kernel's ability to request modules (but
431 userspace can still load modules explicitly).
436 The kernel and some modules make many symbols available for
437 other modules to use via EXPORT_SYMBOL() and variants. Depending
438 on the set of modules being selected in your kernel configuration,
446 If unsure, or if you need to build out-of-tree modules, say N.
465 endif # MODULES