diff options
Diffstat (limited to 'modutils/Config.src')
-rw-r--r-- | modutils/Config.src | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modutils/Config.src b/modutils/Config.src index f2448c914..a15cce518 100644 --- a/modutils/Config.src +++ b/modutils/Config.src | |||
@@ -37,6 +37,14 @@ INSERT | |||
37 | 37 | ||
38 | comment "Options common to multiple modutils" | 38 | comment "Options common to multiple modutils" |
39 | 39 | ||
40 | config FEATURE_CMDLINE_MODULE_OPTIONS | ||
41 | bool "Accept module options on modprobe command line" | ||
42 | default y | ||
43 | depends on INSMOD || MODPROBE | ||
44 | help | ||
45 | Allow insmod and modprobe take module options from the applets' | ||
46 | command line. | ||
47 | |||
40 | config FEATURE_2_4_MODULES | 48 | config FEATURE_2_4_MODULES |
41 | bool "Support version 2.2/2.4 Linux kernels" | 49 | bool "Support version 2.2/2.4 Linux kernels" |
42 | default n | 50 | default n |