aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/Kconfig8
-rw-r--r--lib/Kconfig.debug8
2 files changed, 8 insertions, 8 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 8e8b76d8a272..85c24ff9484d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -988,14 +988,6 @@ config SLUB_DEBUG
988 SLUB sysfs support. /sys/slab will not exist and there will be 988 SLUB sysfs support. /sys/slab will not exist and there will be
989 no support for cache validation etc. 989 no support for cache validation etc.
990 990
991config STRIP_ASM_SYMS
992 bool "Strip assembler-generated symbols during link"
993 default n
994 help
995 Strip internal assembler-generated symbols during a link (symbols
996 that look like '.Lxxx') so they don't pollute the output of
997 get_wchan() and suchlike.
998
999config COMPAT_BRK 991config COMPAT_BRK
1000 bool "Disable heap randomization" 992 bool "Disable heap randomization"
1001 default y 993 default y
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index d57b12f59c8c..891155817bc6 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -50,6 +50,14 @@ config MAGIC_SYSRQ
50 keys are documented in <file:Documentation/sysrq.txt>. Don't say Y 50 keys are documented in <file:Documentation/sysrq.txt>. Don't say Y
51 unless you really know what this hack does. 51 unless you really know what this hack does.
52 52
53config STRIP_ASM_SYMS
54 bool "Strip assembler-generated symbols during link"
55 default n
56 help
57 Strip internal assembler-generated symbols during a link (symbols
58 that look like '.Lxxx') so they don't pollute the output of
59 get_wchan() and suchlike.
60
53config UNUSED_SYMBOLS 61config UNUSED_SYMBOLS
54 bool "Enable unused/obsolete exported symbols" 62 bool "Enable unused/obsolete exported symbols"
55 default y if X86 63 default y if X86