aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig10
1 files changed, 1 insertions, 9 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 542bb2610cbb..ce07615f1cde 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -585,15 +585,7 @@ config PARAVIRT_DEBUG
585 a paravirt_op is missing when it is called. 585 a paravirt_op is missing when it is called.
586 586
587config NO_BOOTMEM 587config NO_BOOTMEM
588 default y 588 def_bool y
589 bool "Disable Bootmem code"
590 ---help---
591 Use memblock directly instead of bootmem before slab is ready.
592 - allocator (buddy) [generic]
593 - early allocator (bootmem) [generic]
594 - very early allocator (memblock) [some generic]
595 - very very early allocator (early brk model) [x86]
596 So reduce one layer between early allocator to final allocator
597 589
598config MEMTEST 590config MEMTEST
599 bool "Memtest" 591 bool "Memtest"