aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-01-23 04:48:34 +0000
committerEric Andersen <andersen@codepoet.org>2003-01-23 04:48:34 +0000
commit889dd20c6998c0cded684f5557748fc13a3b769e (patch)
treecc128ffae1d15623a9c81956fa854e3365247494 /modutils/Config.in
parent8eb214edbd305a200a4665080a4a248e9ca8c5bb (diff)
downloadbusybox-889dd20c6998c0cded684f5557748fc13a3b769e.tar.gz
Patch from Joel Vallier to add modules symbols to the kernel symbol
table in order to obtain better debug output from ksymoops.
Diffstat (limited to 'modutils/Config.in')
-rw-r--r--modutils/Config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/modutils/Config.in b/modutils/Config.in
index 9af0ad6dc..98aef0032 100644
--- a/modutils/Config.in
+++ b/modutils/Config.in
@@ -40,6 +40,17 @@ config CONFIG_FEATURE_INSMOD_VERSION_CHECKING
help
Please submit a patch to add help text for this item.
+config CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS
+ bool " Add module symbols to kernel symbol table"
+ default n
+ depends on CONFIG_INSMOD
+ help
+ By adding module symbols to the kernel symbol table, Oops messages
+ occuring within kernel modules can be properly debugged. By enabling
+ this feature, module symbols will always be added to the kernel symbol
+ table for properly debugging support. If you are not interested in
+ Oops messages from kernel modules, say N.
+
config CONFIG_FEATURE_INSMOD_LOADINKMEM
bool " In kernel memory optimization (uClinux only)"
default n