Browse Source

add KALLSYMS option

Waldemar Brodkorb 12 years ago
parent
commit
964abc9b53
1 changed files with 7 additions and 0 deletions
  1. 7 0
      target/linux/config/Config.in.debug

+ 7 - 0
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