aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/cell/Kconfig
diff options
context:
space:
mode:
authorNicholas Piggin <npiggin@gmail.com>2021-12-02 00:41:37 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2021-12-02 22:57:22 +1100
commit7ebc49031d0418dc9ca8475b8133a3a161221ef5 (patch)
treeb0e1ddfaf18ea60cbea0fa814c436dd4479ed9d5 /arch/powerpc/platforms/cell/Kconfig
parentpowerpc: Remove unused FW_FEATURE_NATIVE references (diff)
downloadlinux-dev-7ebc49031d0418dc9ca8475b8133a3a161221ef5.tar.xz
linux-dev-7ebc49031d0418dc9ca8475b8133a3a161221ef5.zip
powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVE
PPC_NATIVE now only controls the native HPT code, so rename it to be more descriptive. Restrict it to Book3S only. Signed-off-by: Nicholas Piggin <npiggin@gmail.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20211201144153.2456614-3-npiggin@gmail.com
Diffstat (limited to '')
-rw-r--r--arch/powerpc/platforms/cell/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig
index cb70c5f25bc6..db4465c51b56 100644
--- a/arch/powerpc/platforms/cell/Kconfig
+++ b/arch/powerpc/platforms/cell/Kconfig
@@ -8,7 +8,7 @@ config PPC_CELL_COMMON
select PPC_DCR_MMIO
select PPC_INDIRECT_PIO
select PPC_INDIRECT_MMIO
- select PPC_NATIVE
+ select PPC_HASH_MMU_NATIVE
select PPC_RTAS
select IRQ_EDGE_EOI_HANDLER