Lines Matching refs:to
9 tool to add (and sometimes remove) them. If you say Y here,
16 If you say Y here, you will need to run "make
17 modules_install" to put the modules under /lib/modules/
18 where modprobe can find them (you may need to be root to do
36 Without this option you will not be able to unload any
45 This option allows you to force a module to unload, even if the
47 without waiting for anyone to stop using it (using the -f option to
56 This option allows you to maintain a record of each unloaded
57 module that tainted the kernel. In addition to displaying a
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
86 see exactly which source was used to build a module (since
96 by developers to identify the SCM version of a given module, e.g.
100 since that causes the vermagic of the kernel and the module to
110 is simply appended to the module. For more information see
117 You should enable this option if you wish to use either
128 bool "Require modules to be validly signed"
142 - Allows other modules to load if they don't violate the access to
155 comment "Do not forget to sign required modules with scripts/sign-file"
165 possible to load a signed module containing the algorithm to check
202 This option allows you to choose the algorithm which will be used to
204 choose to not compress modules at all.)
209 For modules inside an initrd or initramfs, it's more efficient to
214 Please note that the tool used to load modules needs to support the
218 Your build system needs to provide the appropriate compression tool
219 to compress the modules.
257 instead of relying on userspace to perform this task. Useful when
267 namespace is required to import the namespace via MODULE_IMPORT_NS().
268 There is no technical reason to enforce correct namespace imports,
276 string "Path to modprobe binary"
280 the "modprobe" userspace utility. This option allows you to
283 /proc/sys/kernel/modprobe. Setting this to the empty string
284 removes the kernel's ability to request modules (but
292 other modules to use via EXPORT_SYMBOL() and variants. Depending
296 This option allows for unused exported symbols to be dropped from
301 If unsure, or if you need to build out-of-tree modules, say N.
304 string "Whitelist of symbols to keep in ksymtab"
310 UNUSED_KSYMS_WHITELIST allows to whitelist symbols that must be kept
311 exported at all times, even in absence of in-tree users. The value to
312 set here is the path to a text file containing the list of symbols,
313 one per line. The path can be absolute, or relative to the kernel