aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-04-06 20:28:11 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-04-09 22:56:45 -0700
commit68491d5892defca59ad4f604cace2b1e30889c14 (patch)
tree6d4a023ec88ef043808798b7539de0a9c7fa765a
parentaa1d1a0af6022f02fb601508d3feaabafd405299 (diff)
downloadlinux-68491d5892defca59ad4f604cace2b1e30889c14.tar.gz
[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>
-rw-r--r--arch/sparc64/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index d1e2fc56648629..648047a0bce34e 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