Procházet zdrojové kódy

add KALLSYMS option

Waldemar Brodkorb před 13 roky
rodič
revize
964abc9b53
1 změnil soubory, kde provedl 7 přidání a 0 odebrání
  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