aboutsummaryrefslogtreecommitdiff
path: root/modutils/Config.in
diff options
context:
space:
mode:
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
40 help 40 help
41 Please submit a patch to add help text for this item. 41 Please submit a patch to add help text for this item.
42 42
43config CONFIG_FEATURE_INSMOD_KSYMOOPS_SYMBOLS
44 bool " Add module symbols to kernel symbol table"
45 default n
46 depends on CONFIG_INSMOD
47 help
48 By adding module symbols to the kernel symbol table, Oops messages
49 occuring within kernel modules can be properly debugged. By enabling
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
52 Oops messages from kernel modules, say N.
53
43config CONFIG_FEATURE_INSMOD_LOADINKMEM 54config CONFIG_FEATURE_INSMOD_LOADINKMEM
44 bool " In kernel memory optimization (uClinux only)" 55 bool " In kernel memory optimization (uClinux only)"
45 default n 56 default n