aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/Kconfig')
-rw-r--r--arch/x86_64/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig
index 9fad9df86626..24a3016c079d 100644
--- a/arch/x86_64/Kconfig
+++ b/arch/x86_64/Kconfig
@@ -464,6 +464,14 @@ config SECCOMP
464 464
465source kernel/Kconfig.hz 465source kernel/Kconfig.hz
466 466
467config REORDER
468 bool "Function reordering"
469 default n
470 help
471 This option enables the toolchain to reorder functions for a more
472 optimal TLB usage. If you have pretty much any version of binutils,
473 this can increase your kernel build time by roughly one minute.
474
467endmenu 475endmenu
468 476
469# 477#