aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index ae62d7fcd..a576e4bbd 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 Please submit a patch to add help text for this item. 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"
@@ -83,7 +83,7 @@ config CONFIG_LSMOD
83 bool "lsmod" 83 bool "lsmod"
84 default n 84 default n
85 help 85 help
86 Please submit a patch to add help text for this item. 86 lsmod is used to display a list of loaded modules.
87 87
88config CONFIG_FEATURE_QUERY_MODULE_INTERFACE 88config CONFIG_FEATURE_QUERY_MODULE_INTERFACE
89 bool " Support lsmod query_module interface (add 638 bytes)" 89 bool " Support lsmod query_module interface (add 638 bytes)"
@@ -102,7 +102,7 @@ config CONFIG_RMMOD
102 bool "rmmod" 102 bool "rmmod"
103 default n 103 default n
104 help 104 help
105 Please submit a patch to add help text for this item. 105 rmmod is used to unload specified modules from the kernel.
106 106
107config CONFIG_FEATURE_CHECK_TAINTED_MODULE 107config CONFIG_FEATURE_CHECK_TAINTED_MODULE
108 bool "Support tainted module checking with new kernels" 108 bool "Support tainted module checking with new kernels"