Merge commit 'v2.6.32-rc3'
[firefly-linux-kernel-4.4.55.git] / lib / Kconfig.debug
index d57b12f59c8c3f0686eca5cbd416e5378177da8b..891155817bc6e05aa52abc88e2fe7f93a9c41baa 100644 (file)
@@ -50,6 +50,14 @@ config MAGIC_SYSRQ
          keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
          unless you really know what this hack does.
 
+config STRIP_ASM_SYMS
+       bool "Strip assembler-generated symbols during link"
+       default n
+       help
+         Strip internal assembler-generated symbols during a link (symbols
+         that look like '.Lxxx') so they don't pollute the output of
+         get_wchan() and suchlike.
+
 config UNUSED_SYMBOLS
        bool "Enable unused/obsolete exported symbols"
        default y if X86