Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-23 07:57:35 +0300
committerEric Andersen <andersen@codepoet.org>2003-01-23 07:57:35 +0300
commitbe65c350ae535f80ea369be5366e09f730ab7ba8 (patch)
tree2c4a28c0533945a6551c1d794e79ccb8f0a0505e /modutils/Config.in
parent889dd20c6998c0cded684f5557748fc13a3b769e (diff)
Patch from Artem Egorkine to support the -m option
Diffstat (limited to 'modutils/Config.in')
-rw-r--r--modutils/Config.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index 98aef0032..c634e3938 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -58,6 +58,27 @@ config CONFIG_FEATURE_INSMOD_LOADINKMEM
help
Please submit a patch to add help text for this item.
+config CONFIG_FEATURE_INSMOD_LOAD_MAP
+ bool " Enable load map (-m) option"
+ default n
+ depends on CONFIG_INSMOD
+ help
+ Enabling this, one would be able to get a load map
+ output on stdout. This makes kernel module debugging
+ easier.
+ If you don't plan to debug kernel modules, you
+ don't need this option.
+
+config CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL
+ bool " Symbols in load map"
+ default y
+ depends on CONFIG_FEATURE_INSMOD_LOAD_MAP
+ help
+ Without this option, -m will only output section
+ load map.
+ With this option, -m will also output symbols
+ load map.
+
config CONFIG_LSMOD
bool "lsmod"
default n