Lines Matching refs:modules

13 	default "/lib/modules/$UNAME_RELEASE/.config"
1285 load modules needed to mount the "real" root file system,
1798 option modules
1800 Kernel modules are small pieces of compiled code which can
1804 many parts of the kernel can be built as modules (by
1811 modules_install" to put the modules under /lib/modules/
1823 Allow loading of modules without version information (ie. modprobe
1831 modules (note that some modules may not be unloadable
1848 Usually, you have to use modules compiled with your kernel.
1849 Saying Y here makes it sometimes possible to use modules
1851 to the modules to (hopefully) spot any changes which would
1856 bool "Source checksum for all modules"
1864 will be created for all modules. If unsure, say N.
1879 Check modules for valid signatures upon load: the signature
1889 bool "Require modules to be validly signed"
1892 Reject unsigned modules or signed modules for which we don't have a
1893 key. Without this, such modules will simply taint the kernel.
1896 bool "Automatically sign all modules"
1900 Sign all modules during make modules_install. Without this option,
1901 modules must be signed manually, using the scripts/sign-file tool.
1903 comment "Do not forget to sign required modules with scripts/sign-file"
1907 prompt "Which hash algorithm should modules be signed with?"
1917 bool "Sign modules with SHA-1"
1921 bool "Sign modules with SHA-224"
1925 bool "Sign modules with SHA-256"
1929 bool "Sign modules with SHA-384"
1933 bool "Sign modules with SHA-512"
1948 bool "Compress modules on installation"
1951 This option compresses the kernel modules when 'make
1954 The modules will be compressed either using gzip or xz depend on the
1958 and xz compressed modules.
1961 source and uses the Kbuild system for installing modules then that
1964 This option provides little benefit when the modules are to be used inside
1968 This is fully compatible with signed modules while the signed module is