Skip to content

Commit

Permalink
[SPARC64]: Set ARCH_SELECT_MEMORY_MODEL
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
David S. Miller committed Apr 10, 2006
1 parent aa1d1a0 commit 68491d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/sparc64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,9 @@ endchoice

endmenu

config ARCH_SELECT_MEMORY_MODEL
def_bool y

config ARCH_SPARSEMEM_ENABLE
def_bool y

Expand Down

0 comments on commit 68491d5

Please sign in to comment.