Lines Matching full:modules
1328 load modules needed to mount the "real" root file system,
2063 menuconfig MODULES config
2065 modules
2067 Kernel modules are small pieces of compiled code which can
2071 many parts of the kernel can be built as modules (by
2078 modules_install" to put the modules under /lib/modules/
2084 if MODULES
2090 Allow loading of modules without version information (ie. modprobe
2098 modules (note that some modules may not be unloadable
2115 Usually, you have to use modules compiled with your kernel.
2116 Saying Y here makes it sometimes possible to use modules
2118 to the modules to (hopefully) spot any changes which would
2135 bool "Source checksum for all modules"
2137 Modules which contain a MODULE_VERSION get an extra "srcversion"
2143 will be created for all modules. If unsure, say N.
2149 Check modules for valid signatures upon load: the signature
2159 another LSM - otherwise unsigned modules will be loadable regardless
2168 bool "Require modules to be validly signed"
2171 Reject unsigned modules or signed modules for which we don't have a
2172 key. Without this, such modules will simply taint the kernel.
2175 bool "Automatically sign all modules"
2179 Sign all modules during make modules_install. Without this option,
2180 modules must be signed manually, using the scripts/sign-file tool.
2182 comment "Do not forget to sign required modules with scripts/sign-file"
2186 prompt "Which hash algorithm should modules be signed with?"
2196 bool "Sign modules with SHA-1"
2200 bool "Sign modules with SHA-224"
2204 bool "Sign modules with SHA-256"
2208 bool "Sign modules with SHA-384"
2212 bool "Sign modules with SHA-512"
2230 compress modules when 'make modules_install' is run. (or, you can
2231 choose to not compress modules at all.)
2233 External modules will also be compressed in the same way during the
2236 For modules inside an initrd or initramfs, it's more efficient to
2239 This is fully compatible with signed modules.
2241 Please note that the tool used to load modules needs to support the
2246 to compress the modules.
2253 Do not compress modules. The installed modules are suffixed
2259 Compress modules with GZIP. The installed modules are suffixed
2265 Compress modules with XZ. The installed modules are suffixed
2271 Compress modules with ZSTD. The installed modules are suffixed
2277 bool "Allow loading of modules with missing namespace imports"
2298 removes the kernel's ability to request modules (but
2299 userspace can still load modules explicitly).
2305 The kernel and some modules make many symbols available for
2306 other modules to use via EXPORT_SYMBOL() and variants. Depending
2307 on the set of modules being selected in your kernel configuration,
2315 If unsure, or if you need to build out-of-tree modules, say N.
2330 endif # MODULES