Skip to content

Commit

Permalink
powerpc: Replace PPC_85xx || PPC_BOOKE_64 by PPC_E500
Browse files Browse the repository at this point in the history
PPC_E500 is the same as PPC_85xx || PPC_BOOKE_64

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/af79696f8cb8536fb4e20c0d98a6bf159a9e371b.1663606876.git.christophe.leroy@csgroup.eu
  • Loading branch information
Christophe Leroy authored and Michael Ellerman committed Sep 26, 2022
1 parent aa5f59d commit 772fd56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ config PPC64_SUPPORTS_MEMORY_FAILURE

config KEXEC
bool "kexec system call"
depends on (PPC_BOOK3S || PPC_85xx || (44x && !SMP)) || PPC_BOOK3E_64
depends on PPC_BOOK3S || PPC_E500 || (44x && !SMP)
select KEXEC_CORE
help
kexec is a system call that implements the ability to shutdown your
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/85xx/Kconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
menuconfig FSL_SOC_BOOKE
bool "Freescale Book-E Machine Type"
depends on PPC_85xx || PPC_BOOK3E_64
depends on PPC_E500
select FSL_SOC
select PPC_UDBG_16550
select MPIC
Expand Down
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/Kconfig.cputype
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ config FORCE_SMP
select SMP

config SMP
depends on PPC_BOOK3S || PPC_BOOK3E_64 || PPC_85xx || PPC_47x
depends on PPC_BOOK3S || PPC_E500 || PPC_47x
select GENERIC_IRQ_MIGRATION
bool "Symmetric multi-processing support" if !FORCE_SMP
help
Expand Down

0 comments on commit 772fd56

Please sign in to comment.