aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig16
1 files changed, 8 insertions, 8 deletions
diff --git a/init/Kconfig b/init/Kconfig
index 7be4d3836745..4389cee99db0 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -808,14 +808,6 @@ config KALLSYMS_EXTRA_PASS
808 you wait for kallsyms to be fixed. 808 you wait for kallsyms to be fixed.
809 809
810 810
811config STRIP_ASM_SYMS
812 bool "Strip assembler-generated symbols during link"
813 default n
814 help
815 Strip internal assembler-generated symbols during a link (symbols
816 that look like '.Lxxx') so they don't pollute the output of
817 get_wchan() and suchlike.
818
819config HOTPLUG 811config HOTPLUG
820 bool "Support for hot-pluggable devices" if EMBEDDED 812 bool "Support for hot-pluggable devices" if EMBEDDED
821 default y 813 default y
@@ -961,6 +953,14 @@ config SLUB_DEBUG
961 SLUB sysfs support. /sys/slab will not exist and there will be 953 SLUB sysfs support. /sys/slab will not exist and there will be
962 no support for cache validation etc. 954 no support for cache validation etc.
963 955
956config STRIP_ASM_SYMS
957 bool "Strip assembler-generated symbols during link"
958 default n
959 help
960 Strip internal assembler-generated symbols during a link (symbols
961 that look like '.Lxxx') so they don't pollute the output of
962 get_wchan() and suchlike.
963
964config COMPAT_BRK 964config COMPAT_BRK
965 bool "Disable heap randomization" 965 bool "Disable heap randomization"
966 default y 966 default y