Lines Matching refs:modules

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/
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.
226 kernels to potentially load modules.
229 to read MODVERSIONS information from built modules. With this
236 bool "Source checksum for all modules"
244 will be created for all modules. If unsure, say N.
250 Check modules for valid signatures upon load: the signature
260 another LSM - otherwise unsigned modules will be loadable regardless
269 bool "Require modules to be validly signed"
272 Reject unsigned modules or signed modules for which we don't have a
273 key. Without this, such modules will simply taint the kernel.
276 bool "Automatically sign all modules"
280 Sign all modules during make modules_install. Without this option,
281 modules must be signed manually, using the scripts/sign-file tool.
283 comment "Do not forget to sign required modules with scripts/sign-file"
287 prompt "Hash algorithm to sign modules"
342 This is fully compatible with signed modules.
344 The tool used to work with modules needs to support the selected
348 Note that for modules inside an initrd or initramfs, it's more
362 Support modules compressed with GZIP. The installed modules are
368 Support modules compressed with XZ. The installed modules are
374 Support modules compressed with ZSTD. The installed modules are
380 bool "Automatically compress all modules"
384 Compress all modules during 'make modules_install'.
387 for the selected compression type. External modules will also be
397 Support for decompressing kernel modules by the kernel itself
404 bool "Allow loading of modules with missing namespace imports"
425 removes the kernel's ability to request modules (but
426 userspace can still load modules explicitly).
431 The kernel and some modules make many symbols available for
432 other modules to use via EXPORT_SYMBOL() and variants. Depending
433 on the set of modules being selected in your kernel configuration,
441 If unsure, or if you need to build out-of-tree modules, say N.