summaryrefslogtreecommitdiff
path: root/target/linux/config/Config.in.debug
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/config/Config.in.debug')
-rw-r--r--target/linux/config/Config.in.debug4
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug
index 38b1f20f1..e3965123c 100644
--- a/target/linux/config/Config.in.debug
+++ b/target/linux/config/Config.in.debug
@@ -22,6 +22,9 @@ config ADK_KERNEL_EARLY_PRINTK
boolean
default n
+config ADK_KERNEL_KALLSYMS_ALL
+ boolean
+
config ADK_KERNEL_PRINTK
prompt "printk support (disable to save space and quieten bootup)"
boolean
@@ -128,6 +131,7 @@ config ADK_KERNEL_OPROFILE
config ADK_KERNEL_KALLSYMS
prompt "Support for symbol names in OOPS"
boolean
+ select ADK_KERNEL_KALLSYMS_ALL
default n
help
Load all symbols to the kernel.