aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index a576e4bbd..a635656e5 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -9,7 +9,7 @@ config CONFIG_INSMOD
9 bool "insmod" 9 bool "insmod"
10 default n 10 default n
11 help 11 help
12 insmod is used to load specified modules in the running kernel. 12 insmod is used to load specified modules in the running kernel.
13 13
14config CONFIG_FEATURE_OLD_MODULE_INTERFACE 14config CONFIG_FEATURE_OLD_MODULE_INTERFACE
15 bool " Support older (pre 2.1) Linux kernels" 15 bool " Support older (pre 2.1) Linux kernels"
@@ -96,7 +96,8 @@ config CONFIG_MODPROBE
96 bool "modprobe" 96 bool "modprobe"
97 default n 97 default n
98 help 98 help
99 Please submit a patch to add help text for this item. 99 Handle the loading of modules, and their dependancies on a high
100 level.
100 101
101config CONFIG_RMMOD 102config CONFIG_RMMOD
102 bool "rmmod" 103 bool "rmmod"