summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
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