Lines Matching refs:module

12 	Build smaller (~1.5 kbytes), simplified module tools.
19 It scans module files in /lib/modules/`uname -r` and
20 determines dependencies and module alias names on the fly.
21 This may make module loading slower, most notably
22 when one needs to load module by alias (this requires
23 scanning through module _bodies_).
25 At the first attempt to load a module by alias modprobe
31 with modules.dep file as created/used by standard module tools.
33 Additional module parameters can be stored in
41 bool "Accept module options on modprobe command line"
45 Allow insmod and modprobe take module options from the applets'
53 Check if the module is already loaded.
60 Support module loading for 2.2.x and 2.4.x Linux kernels.
65 bool "Enable module version checking"
70 ensure that the kernel and module are made for each other.
73 bool "Add module symbols to kernel symbol table"
77 By adding module symbols to the kernel symbol table, Oops messages
79 this feature, module symbols will always be added to the kernel symbol
89 load the specified kernel module directly into kernel space, reducing
90 memory usage by preventing the need for two copies of the module
99 output on stdout. This makes kernel module debugging
114 bool "Support tainted module checking with new kernels"
124 bool "Try to load module from a mmap'ed area"
128 This option causes module loading code to try to mmap
129 module first. If it does not work (for example,
130 it does not work for compressed modules), module will be read
134 you are trying to load a big module on a very memory-constrained
140 bool "Support module.aliases file"
156 bool "Support module.symbols file"