aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-23 04:57:35 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-23 04:57:35 +0000
commitbe65c350ae535f80ea369be5366e09f730ab7ba8 (patch)
tree2c4a28c0533945a6551c1d794e79ccb8f0a0505e /modutils/Config.in
parent889dd20c6998c0cded684f5557748fc13a3b769e (diff)
downloadbusybox-w32-be65c350ae535f80ea369be5366e09f730ab7ba8.tar.gz
busybox-w32-be65c350ae535f80ea369be5366e09f730ab7ba8.tar.bz2
busybox-w32-be65c350ae535f80ea369be5366e09f730ab7ba8.zip
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
58 help 58 help
59 Please submit a patch to add help text for this item. 59 Please submit a patch to add help text for this item.
60 60
61config CONFIG_FEATURE_INSMOD_LOAD_MAP
62 bool " Enable load map (-m) option"
63 default n
64 depends on CONFIG_INSMOD
65 help
66 Enabling this, one would be able to get a load map
67 output on stdout. This makes kernel module debugging
68 easier.
69 If you don't plan to debug kernel modules, you
70 don't need this option.
71
72config CONFIG_FEATURE_INSMOD_LOAD_MAP_FULL
73 bool " Symbols in load map"
74 default y
75 depends on CONFIG_FEATURE_INSMOD_LOAD_MAP
76 help
77 Without this option, -m will only output section
78 load map.
79 With this option, -m will also output symbols
80 load map.
81
61config CONFIG_LSMOD 82config CONFIG_LSMOD
62 bool "lsmod" 83 bool "lsmod"
63 default n 84 default n