From: David S. Miller Date: Fri, 7 Apr 2006 03:28:11 +0000 (-0700) Subject: [SPARC64]: Set ARCH_SELECT_MEMORY_MODEL X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=68491d5892defca59ad4f604cace2b1e30889c14;p=linux-beck.git [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 --- diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig index d1e2fc566486..648047a0bce3 100644 --- a/arch/sparc64/Kconfig +++ b/arch/sparc64/Kconfig @@ -194,6 +194,9 @@ endchoice endmenu +config ARCH_SELECT_MEMORY_MODEL + def_bool y + config ARCH_SPARSEMEM_ENABLE def_bool y