diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2006-04-07 07:28:11 +0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-04-10 09:56:45 +0400 |
commit | 68491d5892defca59ad4f604cace2b1e30889c14 (patch) | |
tree | 6d4a023ec88ef043808798b7539de0a9c7fa765a /arch/sparc64/Kconfig | |
parent | aa1d1a0af6022f02fb601508d3feaabafd405299 (diff) | |
download | linux-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/Kconfig')
-rw-r--r-- | arch/sparc64/Kconfig | 3 |
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 |