[POWERPC] cell: set ARCH_SPARSEMEM_DEFAULT in Kconfig

The current cell processor support needs sparsemem, so set it as
the default memory model.

Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

authored by Geoff Levand and committed by Paul Mackerras 36b600f2 ab56dbdd

+1 -1
+1 -1
arch/powerpc/Kconfig
··· 740 741 config ARCH_SPARSEMEM_DEFAULT 742 def_bool y 743 - depends on SMP && PPC_PSERIES 744 745 config ARCH_POPULATES_NODE_MAP 746 def_bool y
··· 740 741 config ARCH_SPARSEMEM_DEFAULT 742 def_bool y 743 + depends on (SMP && PPC_PSERIES) || PPC_CELL 744 745 config ARCH_POPULATES_NODE_MAP 746 def_bool y