[PATCH] x86/Kconfig: make SPARSEMEM default for X86_32

From: Mike Rapoport
Date: Wed Apr 24 2019 - 07:32:12 EST


Signed-off-by: Mike Rapoport <rppt@xxxxxxxxxxxxx>
---
arch/x86/Kconfig | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 62fc3fd..77b17af 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -1609,10 +1609,6 @@ config ARCH_DISCONTIGMEM_ENABLE
def_bool y
depends on NUMA && X86_32

-config ARCH_DISCONTIGMEM_DEFAULT
- def_bool y
- depends on NUMA && X86_32
-
config ARCH_SPARSEMEM_ENABLE
def_bool y
depends on X86_64 || NUMA || X86_32 || X86_32_NON_STANDARD
@@ -1621,7 +1617,7 @@ config ARCH_SPARSEMEM_ENABLE

config ARCH_SPARSEMEM_DEFAULT
def_bool y
- depends on X86_64
+ depends on X86_64 || (NUMA && X86_32)

config ARCH_SELECT_MEMORY_MODEL
def_bool y
--
2.7.4


--
Sincerely yours,
Mike.