aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64/Kconfig
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 /arch/sparc64/Kconfig
parent[SPARC64]: smp_call_function() fixups... (diff)
downloadlinux-dev-68491d5892defca59ad4f604cace2b1e30889c14.tar.xz
linux-dev-68491d5892defca59ad4f604cace2b1e30889c14.zip
[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/Kconfig')
-rw-r--r--arch/sparc64/Kconfig3
1 files changed, 3 insertions, 0 deletions
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