aboutsummaryrefslogtreecommitdiff
path: root/modutils
diff options
context:
space:
mode:
Diffstat (limited to 'modutils')
-rw-r--r--modutils/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index 453b195c9..f76a0820e 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -104,7 +104,7 @@ config FEATURE_INSMOD_VERSION_CHECKING
104 default n 104 default n
105 depends on INSMOD && FEATURE_2_4_MODULES 105 depends on INSMOD && FEATURE_2_4_MODULES
106 help 106 help
107 Support checking of versions for modules. This is used to 107 Support checking of versions for modules. This is used to
108 ensure that the kernel and module are made for each other. 108 ensure that the kernel and module are made for each other.
109 109
110config FEATURE_INSMOD_KSYMOOPS_SYMBOLS 110config FEATURE_INSMOD_KSYMOOPS_SYMBOLS
@@ -113,9 +113,9 @@ config FEATURE_INSMOD_KSYMOOPS_SYMBOLS
113 depends on INSMOD && FEATURE_2_4_MODULES 113 depends on INSMOD && FEATURE_2_4_MODULES
114 help 114 help
115 By adding module symbols to the kernel symbol table, Oops messages 115 By adding module symbols to the kernel symbol table, Oops messages
116 occuring within kernel modules can be properly debugged. By enabling 116 occuring within kernel modules can be properly debugged. By enabling
117 this feature, module symbols will always be added to the kernel symbol 117 this feature, module symbols will always be added to the kernel symbol
118 table for properly debugging support. If you are not interested in 118 table for properly debugging support. If you are not interested in
119 Oops messages from kernel modules, say N. 119 Oops messages from kernel modules, say N.
120 120
121config FEATURE_INSMOD_LOADINKMEM 121config FEATURE_INSMOD_LOADINKMEM
@@ -145,7 +145,7 @@ config FEATURE_INSMOD_LOAD_MAP_FULL
145 depends on FEATURE_INSMOD_LOAD_MAP 145 depends on FEATURE_INSMOD_LOAD_MAP
146 help 146 help
147 Without this option, -m will only output section 147 Without this option, -m will only output section
148 load map. With this option, -m will also output 148 load map. With this option, -m will also output
149 symbols load map. 149 symbols load map.
150 150
151config RMMOD 151config RMMOD
@@ -229,7 +229,7 @@ config FEATURE_CHECK_TAINTED_MODULE
229 default y 229 default y
230 depends on INSMOD || LSMOD 230 depends on INSMOD || LSMOD
231 help 231 help
232 Support checking for tainted modules. These are usually binary 232 Support checking for tainted modules. These are usually binary
233 only modules that will make the linux-kernel list ignore your 233 only modules that will make the linux-kernel list ignore your
234 support request. 234 support request.
235 This option is required to support GPLONLY modules. 235 This option is required to support GPLONLY modules.