diff options
Diffstat (limited to 'modutils/Config.in')
-rw-r--r-- | modutils/Config.in | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/modutils/Config.in b/modutils/Config.in index ce3bce1d8..ef8d9692a 100644 --- a/modutils/Config.in +++ b/modutils/Config.in | |||
@@ -44,7 +44,6 @@ config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE | |||
44 | depends on MODPROBE_SMALL | 44 | depends on MODPROBE_SMALL |
45 | help | 45 | help |
46 | Allow insmod and modprobe take module options from command line. | 46 | Allow insmod and modprobe take module options from command line. |
47 | N.B. Very bloaty. | ||
48 | 47 | ||
49 | config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED | 48 | config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED |
50 | bool "Skip loading of already loaded modules" | 49 | bool "Skip loading of already loaded modules" |
@@ -52,7 +51,6 @@ config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED | |||
52 | depends on MODPROBE_SMALL | 51 | depends on MODPROBE_SMALL |
53 | help | 52 | help |
54 | Check if the module is already loaded. | 53 | Check if the module is already loaded. |
55 | N.B. It's racy. | ||
56 | 54 | ||
57 | config INSMOD | 55 | config INSMOD |
58 | bool "insmod" | 56 | bool "insmod" |
@@ -92,9 +90,6 @@ config MODPROBE | |||
92 | Handle the loading of modules, and their dependencies on a high | 90 | Handle the loading of modules, and their dependencies on a high |
93 | level. | 91 | level. |
94 | 92 | ||
95 | Note that in the state, modprobe does not understand multiple | ||
96 | module options from the configuration file. See option below. | ||
97 | |||
98 | config FEATURE_MODPROBE_BLACKLIST | 93 | config FEATURE_MODPROBE_BLACKLIST |
99 | bool | 94 | bool |
100 | prompt "Blacklist support" | 95 | prompt "Blacklist support" |
@@ -143,7 +138,7 @@ config FEATURE_INSMOD_KSYMOOPS_SYMBOLS | |||
143 | By adding module symbols to the kernel symbol table, Oops messages | 138 | By adding module symbols to the kernel symbol table, Oops messages |
144 | occuring within kernel modules can be properly debugged. By enabling | 139 | occuring within kernel modules can be properly debugged. By enabling |
145 | this feature, module symbols will always be added to the kernel symbol | 140 | this feature, module symbols will always be added to the kernel symbol |
146 | table for properly debugging support. If you are not interested in | 141 | table for proper debugging support. If you are not interested in |
147 | Oops messages from kernel modules, say N. | 142 | Oops messages from kernel modules, say N. |
148 | 143 | ||
149 | config FEATURE_INSMOD_LOADINKMEM | 144 | config FEATURE_INSMOD_LOADINKMEM |