We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea34f78 commit 214496cCopy full SHA for 214496c
arch/ia64/Kconfig
@@ -288,6 +288,7 @@ config ARCH_SELECT_MEMORY_MODEL
288
289
config ARCH_DISCONTIGMEM_ENABLE
290
def_bool y
291
+ depends on BROKEN
292
help
293
Say Y to support efficient handling of discontiguous physical memory,
294
for architectures which are either NUMA (Non-Uniform Memory Access)
@@ -299,12 +300,11 @@ config ARCH_FLATMEM_ENABLE
299
300
301
config ARCH_SPARSEMEM_ENABLE
302
- depends on ARCH_DISCONTIGMEM_ENABLE
303
select SPARSEMEM_VMEMMAP_ENABLE
304
305
-config ARCH_DISCONTIGMEM_DEFAULT
+config ARCH_SPARSEMEM_DEFAULT
306
307
+ depends on ARCH_SPARSEMEM_ENABLE
308
309
config NUMA
310
bool "NUMA support"
0 commit comments