aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'modutils/Config.in')
-rw-r--r--modutils/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index d9f76d1b4..faccee88f 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -45,9 +45,9 @@ config CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS
45 default n 45 default n
46 depends on CONFIG_INSMOD && ( CONFIG_FEATURE_2_2_MODULES || CONFIG_FEATURE_2_4_MODULES ) 46 depends on CONFIG_INSMOD && ( CONFIG_FEATURE_2_2_MODULES || CONFIG_FEATURE_2_4_MODULES )
47 help 47 help
48 By adding module symbols to the kernel symbol table, Oops messages 48 By adding module symbols to the kernel symbol table, Oops messages
49 occuring within kernel modules can be properly debugged. By enabling 49 occuring within kernel modules can be properly debugged. By enabling
50 this feature, module symbols will always be added to the kernel symbol 50 this feature, module symbols will always be added to the kernel symbol
51 table for properly debugging support. If you are not interested in 51 table for properly debugging support. If you are not interested in
52 Oops messages from kernel modules, say N. 52 Oops messages from kernel modules, say N.
53 53
@@ -62,7 +62,7 @@ config CONFIG_FEATURE_INSMOD_LOADINKMEM
62 being loaded into memory. 62 being loaded into memory.
63 63
64config CONFIG_FEATURE_INSMOD_LOAD_MAP 64config CONFIG_FEATURE_INSMOD_LOAD_MAP
65 bool " Enable load map (-m) option" 65 bool " Enable load map (-m) option"
66 default n 66 default n
67 depends on CONFIG_INSMOD && ( CONFIG_FEATURE_2_2_MODULES || CONFIG_FEATURE_2_4_MODULES ) 67 depends on CONFIG_INSMOD && ( CONFIG_FEATURE_2_2_MODULES || CONFIG_FEATURE_2_4_MODULES )
68 help 68 help
@@ -78,7 +78,7 @@ config CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL
78 depends on CONFIG_FEATURE_INSMOD_LOAD_MAP 78 depends on CONFIG_FEATURE_INSMOD_LOAD_MAP
79 help 79 help
80 Without this option, -m will only output section 80 Without this option, -m will only output section
81 load map. With this option, -m will also output 81 load map. With this option, -m will also output
82 symbols load map. 82 symbols load map.
83 83
84config CONFIG_LSMOD 84config CONFIG_LSMOD
@@ -100,7 +100,7 @@ config CONFIG_MODPROBE
100 bool "modprobe" 100 bool "modprobe"
101 default n 101 default n
102 help 102 help
103 Handle the loading of modules, and their dependancies on a high 103 Handle the loading of modules, and their dependancies on a high
104 level. 104 level.
105 105
106config CONFIG_RMMOD 106config CONFIG_RMMOD