diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/x86/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 7917962ab7ff..e2305c7d881b 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -1035,7 +1035,7 @@ config HAVE_ARCH_ALLOC_REMAP | |||
1035 | 1035 | ||
1036 | config ARCH_FLATMEM_ENABLE | 1036 | config ARCH_FLATMEM_ENABLE |
1037 | def_bool y | 1037 | def_bool y |
1038 | depends on X86_32 && ARCH_SELECT_MEMORY_MODEL && X86_PC && !NUMA | 1038 | depends on X86_32 && ARCH_SELECT_MEMORY_MODEL && !NUMA |
1039 | 1039 | ||
1040 | config ARCH_DISCONTIGMEM_ENABLE | 1040 | config ARCH_DISCONTIGMEM_ENABLE |
1041 | def_bool y | 1041 | def_bool y |
@@ -1051,7 +1051,7 @@ config ARCH_SPARSEMEM_DEFAULT | |||
1051 | 1051 | ||
1052 | config ARCH_SPARSEMEM_ENABLE | 1052 | config ARCH_SPARSEMEM_ENABLE |
1053 | def_bool y | 1053 | def_bool y |
1054 | depends on X86_64 || NUMA || (EXPERIMENTAL && X86_PC) | 1054 | depends on X86_64 || NUMA || (EXPERIMENTAL && X86_PC) || X86_GENERICARCH |
1055 | select SPARSEMEM_STATIC if X86_32 | 1055 | select SPARSEMEM_STATIC if X86_32 |
1056 | select SPARSEMEM_VMEMMAP_ENABLE if X86_64 | 1056 | select SPARSEMEM_VMEMMAP_ENABLE if X86_64 |
1057 | 1057 | ||