Prechádzať zdrojové kódy

[SPARC64]: Set ARCH_SELECT_MEMORY_MODEL

Otherwise the build breaks with EXPERIMENTAL disabled
because SPARSEMEM will not get selected properly.  See
mm/Kconfig for how that works.

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 19 rokov pred
rodič
commit
68491d5892
1 zmenil súbory, kde vykonal 3 pridanie a 0 odobranie
  1. 3 0
      arch/sparc64/Kconfig

+ 3 - 0
arch/sparc64/Kconfig

@@ -194,6 +194,9 @@ endchoice
 
 endmenu
 
+config ARCH_SELECT_MEMORY_MODEL
+	def_bool y
+
 config ARCH_SPARSEMEM_ENABLE
 	def_bool y