[SPARC64]: Set ARCH_SELECT_MEMORY_MODEL
authorDavid S. Miller <davem@sunset.davemloft.net>
Fri, 7 Apr 2006 03:28:11 +0000 (20:28 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 10 Apr 2006 05:56:45 +0000 (22:56 -0700)
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>
arch/sparc64/Kconfig

index d1e2fc5..648047a 100644 (file)
@@ -194,6 +194,9 @@ endchoice
 
 endmenu
 
+config ARCH_SELECT_MEMORY_MODEL
+       def_bool y
+
 config ARCH_SPARSEMEM_ENABLE
        def_bool y