Lines Matching refs:modules

13 	default "/lib/modules/$UNAME_RELEASE/.config"
1296 load modules needed to mount the "real" root file system,
1835 option modules
1837 Kernel modules are small pieces of compiled code which can
1841 many parts of the kernel can be built as modules (by
1848 modules_install" to put the modules under /lib/modules/
1860 Allow loading of modules without version information (ie. modprobe
1868 modules (note that some modules may not be unloadable
1885 Usually, you have to use modules compiled with your kernel.
1886 Saying Y here makes it sometimes possible to use modules
1888 to the modules to (hopefully) spot any changes which would
1893 bool "Source checksum for all modules"
1901 will be created for all modules. If unsure, say N.
1908 Check modules for valid signatures upon load: the signature
1922 bool "Require modules to be validly signed"
1925 Reject unsigned modules or signed modules for which we don't have a
1926 key. Without this, such modules will simply taint the kernel.
1929 bool "Automatically sign all modules"
1933 Sign all modules during make modules_install. Without this option,
1934 modules must be signed manually, using the scripts/sign-file tool.
1936 comment "Do not forget to sign required modules with scripts/sign-file"
1940 prompt "Which hash algorithm should modules be signed with?"
1950 bool "Sign modules with SHA-1"
1954 bool "Sign modules with SHA-224"
1958 bool "Sign modules with SHA-256"
1962 bool "Sign modules with SHA-384"
1966 bool "Sign modules with SHA-512"
1981 bool "Compress modules on installation"
1985 Compresses kernel modules when 'make modules_install' is run; gzip or
1990 Out-of-tree kernel modules installed using Kbuild will also be
1993 Note: for modules inside an initrd or initramfs, it's more efficient
1996 Note: This is fully compatible with signed modules.