aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/Config.in')
-rw-r--r--modutils/Config.in32
1 files changed, 17 insertions, 15 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index e7b839db9..ce3bce1d8 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -5,20 +5,6 @@
5 5
6menu "Linux Module Utilities" 6menu "Linux Module Utilities"
7 7
8config DEFAULT_MODULES_DIR
9 string "Default directory containing modules"
10 default "/lib/modules"
11 help
12 Directory that contains kernel modules.
13 Defaults to "/lib/modules"
14
15config DEFAULT_DEPMOD_FILE
16 string "Default name of modules.dep"
17 default "modules.dep"
18 help
19 Filename that contains kernel modules dependencies.
20 Defaults to "modules.dep"
21
22config MODPROBE_SMALL 8config MODPROBE_SMALL
23 bool "Simplified modutils" 9 bool "Simplified modutils"
24 default n 10 default n
@@ -193,7 +179,7 @@ config FEATURE_INSMOD_LOAD_MAP_FULL
193config FEATURE_CHECK_TAINTED_MODULE 179config FEATURE_CHECK_TAINTED_MODULE
194 bool "Support tainted module checking with new kernels" 180 bool "Support tainted module checking with new kernels"
195 default y 181 default y
196 depends on !MODPROBE_SMALL 182 depends on (LSMOD || FEATURE_2_4_MODULES) && !MODPROBE_SMALL
197 help 183 help
198 Support checking for tainted modules. These are usually binary 184 Support checking for tainted modules. These are usually binary
199 only modules that will make the linux-kernel list ignore your 185 only modules that will make the linux-kernel list ignore your
@@ -227,4 +213,20 @@ config FEATURE_MODUTILS_SYMBOLS
227 213
228 Say Y if unsure. 214 Say Y if unsure.
229 215
216config DEFAULT_MODULES_DIR
217 string "Default directory containing modules"
218 default "/lib/modules"
219 depends on DEPMOD || MODPROBE || MODPROBE_SMALL
220 help
221 Directory that contains kernel modules.
222 Defaults to "/lib/modules"
223
224config DEFAULT_DEPMOD_FILE
225 string "Default name of modules.dep"
226 default "modules.dep"
227 depends on DEPMOD || MODPROBE || MODPROBE_SMALL
228 help
229 Filename that contains kernel modules dependencies.
230 Defaults to "modules.dep"
231
230endmenu 232endmenu