Lines Matching refs:modules

4 	modules
6 Kernel modules are small pieces of compiled code which can
10 many parts of the kernel can be built as modules (by
17 modules_install" to put the modules under /lib/modules/
29 Allow loading of modules without version information (ie. modprobe
37 modules (note that some modules may not be unloadable
58 list of linked (or loaded) modules e.g. on detection of a bad
65 Usually, you have to use modules compiled with your kernel.
66 Saying Y here makes it sometimes possible to use modules
68 to the modules to (hopefully) spot any changes which would
81 bool "Source checksum for all modules"
89 will be created for all modules. If unsure, say N.
95 Check modules for valid signatures upon load: the signature
105 another LSM - otherwise unsigned modules will be loadable regardless
114 bool "Require modules to be validly signed"
117 Reject unsigned modules or signed modules for which we don't have a
118 key. Without this, such modules will simply taint the kernel.
121 bool "Automatically sign all modules"
125 Sign all modules during make modules_install. Without this option,
126 modules must be signed manually, using the scripts/sign-file tool.
128 comment "Do not forget to sign required modules with scripts/sign-file"
132 prompt "Which hash algorithm should modules be signed with?"
142 bool "Sign modules with SHA-1"
146 bool "Sign modules with SHA-224"
150 bool "Sign modules with SHA-256"
154 bool "Sign modules with SHA-384"
158 bool "Sign modules with SHA-512"
176 compress modules when 'make modules_install' is run. (or, you can
177 choose to not compress modules at all.)
179 External modules will also be compressed in the same way during the
182 For modules inside an initrd or initramfs, it's more efficient to
185 This is fully compatible with signed modules.
187 Please note that the tool used to load modules needs to support the
192 to compress the modules.
199 Do not compress modules. The installed modules are suffixed
205 Compress modules with GZIP. The installed modules are suffixed
211 Compress modules with XZ. The installed modules are suffixed
217 Compress modules with ZSTD. The installed modules are suffixed
229 Support for decompressing kernel modules by the kernel itself
236 bool "Allow loading of modules with missing namespace imports"
257 removes the kernel's ability to request modules (but
258 userspace can still load modules explicitly).
264 The kernel and some modules make many symbols available for
265 other modules to use via EXPORT_SYMBOL() and variants. Depending
266 on the set of modules being selected in your kernel configuration,
274 If unsure, or if you need to build out-of-tree modules, say N.