summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-07-25 18:41:42 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-07-25 18:41:42 +0200
commit964abc9b531f1eea525cb758105d2660e69b2a21 (patch)
tree6da58118c19c8c6151a9c16a55c72856f03215d4 /target
parent5a66ac384e1e320b21b2cc0cd23a33285daf4236 (diff)
add KALLSYMS option
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.debug7
1 files changed, 7 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug
index b7dda4ec0..dbb1aeecd 100644
--- a/target/linux/config/Config.in.debug
+++ b/target/linux/config/Config.in.debug
@@ -64,4 +64,11 @@ config ADK_KPACKAGE_KMOD_OPROFILE
help
use oprofile package to make use of the kernel support.
+config ADK_KERNEL_KALLSYMS
+ prompt "kernel support for symbol names in oops"
+ boolean
+ default n
+ help
+ Load all symbols to the kernel.
+
endmenu