summaryrefslogtreecommitdiff
path: root/arch/sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2006-04-07 03:28:11 (GMT)
committerDavid S. Miller <davem@sunset.davemloft.net>2006-04-10 05:56:45 (GMT)
commit68491d5892defca59ad4f604cace2b1e30889c14 (patch)
tree6d4a023ec88ef043808798b7539de0a9c7fa765a /arch/sparc64
parentaa1d1a0af6022f02fb601508d3feaabafd405299 (diff)
downloadlinux-fsl-qoriq-68491d5892defca59ad4f604cace2b1e30889c14.tar.xz
[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>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/sparc64/Kconfig b/arch/sparc64/Kconfig
index d1e2fc5..648047a 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