diff options
Diffstat (limited to 'modutils/Config.src')
-rw-r--r-- | modutils/Config.src | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modutils/Config.src b/modutils/Config.src index 83c12b67f..3d02f87ee 100644 --- a/modutils/Config.src +++ b/modutils/Config.src | |||
@@ -7,7 +7,7 @@ menu "Linux Module Utilities" | |||
7 | 7 | ||
8 | config MODPROBE_SMALL | 8 | config MODPROBE_SMALL |
9 | bool "Simplified modutils" | 9 | bool "Simplified modutils" |
10 | default n | 10 | default y |
11 | help | 11 | help |
12 | Simplified modutils. | 12 | Simplified modutils. |
13 | 13 | ||
@@ -40,14 +40,14 @@ config MODPROBE_SMALL | |||
40 | 40 | ||
41 | config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE | 41 | config FEATURE_MODPROBE_SMALL_OPTIONS_ON_CMDLINE |
42 | bool "Accept module options on modprobe command line" | 42 | bool "Accept module options on modprobe command line" |
43 | default n | 43 | default y |
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 | 47 | ||
48 | config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED | 48 | config FEATURE_MODPROBE_SMALL_CHECK_ALREADY_LOADED |
49 | bool "Skip loading of already loaded modules" | 49 | bool "Skip loading of already loaded modules" |
50 | default n | 50 | default y |
51 | depends on MODPROBE_SMALL | 51 | depends on MODPROBE_SMALL |
52 | help | 52 | help |
53 | Check if the module is already loaded. | 53 | Check if the module is already loaded. |