aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2017-04-05 16:10:48 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2017-04-11 07:46:05 +1000
commit7b3912f4223541c5108565d4bad28928e3b628f9 (patch)
treea76d6c70b1c9174c64fa2fccda6f9b8619aa3c63 /arch/powerpc/Kconfig
parentpowerpc/nohash: Fix use of mmu_has_feature() in setup_initial_memory_limit() (diff)
downloadlinux-dev-7b3912f4223541c5108565d4bad28928e3b628f9.tar.xz
linux-dev-7b3912f4223541c5108565d4bad28928e3b628f9.zip
powerpc: Make sparsemem the default on 64-bit Book3S
Make sparsemem the default on all 64-bit Book3S platforms. It already is for pseries and ps3, and we need to enable it for powernv because on POWER9 memory between chips is discontiguous. For the other platforms sparsemem should work fine, though it might add a small amount of overhead. We can always force FLATMEM in the defconfigs if necessary. Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 45724923a69c..9ff731f50a29 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -586,7 +586,7 @@ config ARCH_SPARSEMEM_ENABLE
config ARCH_SPARSEMEM_DEFAULT
def_bool y
- depends on (SMP && PPC_PSERIES) || PPC_PS3
+ depends on PPC_BOOK3S_64
config SYS_SUPPORTS_HUGETLBFS
bool