aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.in15
1 files changed, 10 insertions, 5 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index a635656e5..2006be00f 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -16,7 +16,7 @@ config CONFIG_FEATURE_OLD_MODULE_INTERFACE
16 default n 16 default n
17 depends on CONFIG_INSMOD 17 depends on CONFIG_INSMOD
18 help 18 help
19 Please submit a patch to add help text for this item. 19 Provide insmod support for older (pre 2.1) Linux kernels.
20 20
21if CONFIG_INSMOD && !CONFIG_FEATURE_OLD_MODULE_INTERFACE 21if CONFIG_INSMOD && !CONFIG_FEATURE_OLD_MODULE_INTERFACE
22 config CONFIG_FEATURE_NEW_MODULE_INTERFACE 22 config CONFIG_FEATURE_NEW_MODULE_INTERFACE
@@ -30,7 +30,7 @@ config CONFIG_FEATURE_NEW_MODULE_INTERFACE
30 default y 30 default y
31 depends on CONFIG_INSMOD 31 depends on CONFIG_INSMOD
32 help 32 help
33 Please submit a patch to add help text for this item. 33 Support module loading for newer (post 2.1) Linux kernels.
34endif 34endif
35 35
36config CONFIG_FEATURE_INSMOD_VERSION_CHECKING 36config CONFIG_FEATURE_INSMOD_VERSION_CHECKING
@@ -38,7 +38,8 @@ config CONFIG_FEATURE_INSMOD_VERSION_CHECKING
38 default n 38 default n
39 depends on CONFIG_INSMOD 39 depends on CONFIG_INSMOD
40 help 40 help
41 Please submit a patch to add help text for this item. 41 Support checking of versions for modules. This is used to
42 ensure that the kernel and module are made for each other.
42 43
43config CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS 44config CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS
44 bool " Add module symbols to kernel symbol table" 45 bool " Add module symbols to kernel symbol table"
@@ -90,7 +91,9 @@ config CONFIG_FEATURE_QUERY_MODULE_INTERFACE
90 default y 91 default y
91 depends on CONFIG_LSMOD && CONFIG_FEATURE_NEW_MODULE_INTERFACE 92 depends on CONFIG_LSMOD && CONFIG_FEATURE_NEW_MODULE_INTERFACE
92 help 93 help
93 Please submit a patch to add help text for this item. 94 This will provide some extra information about each module when
95 running lsmod. The fields provided are address, size, flags and
96 usage count.
94 97
95config CONFIG_MODPROBE 98config CONFIG_MODPROBE
96 bool "modprobe" 99 bool "modprobe"
@@ -110,7 +113,9 @@ config CONFIG_FEATURE_CHECK_TAINTED_MODULE
110 default y 113 default y
111 depends on CONFIG_INSMOD || CONFIG_LSMOD 114 depends on CONFIG_INSMOD || CONFIG_LSMOD
112 help 115 help
113 Please submit a patch to add help text for this item. 116 Support checking for tainted modules. These are usually binary
117 only modules that will make the linux-kernel list ignore your
118 support request.
114 119
115 120
116endmenu 121endmenu