diff options
author | Nicholas Piggin <npiggin@gmail.com> | 2021-12-01 15:41:37 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2021-12-02 12:57:22 +0100 |
commit | 7ebc49031d0418dc9ca8475b8133a3a161221ef5 (patch) | |
tree | b0e1ddfaf18ea60cbea0fa814c436dd4479ed9d5 /arch/powerpc/platforms/pseries/Kconfig | |
parent | powerpc: Remove unused FW_FEATURE_NATIVE references (diff) | |
download | linux-7ebc49031d0418dc9ca8475b8133a3a161221ef5.tar.xz linux-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 'arch/powerpc/platforms/pseries/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/pseries/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/pseries/Kconfig b/arch/powerpc/platforms/pseries/Kconfig index 9bd542164128..30618750bd98 100644 --- a/arch/powerpc/platforms/pseries/Kconfig +++ b/arch/powerpc/platforms/pseries/Kconfig @@ -17,7 +17,7 @@ config PPC_PSERIES select PPC_RTAS_DAEMON select RTAS_ERROR_LOGGING select PPC_UDBG_16550 - select PPC_NATIVE + select PPC_HASH_MMU_NATIVE select PPC_DOORBELL select HOTPLUG_CPU select ARCH_RANDOM |