powerpc: Simplify redundant Kconfig tests
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Mon, 19 Sep 2022 17:01:41 +0000 (19:01 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Sep 2022 13:00:14 +0000 (23:00 +1000)
commit73d11498793f495d64230308afa50905f012f080
treeacac0ad6d1c7303c0affcc6a447be6b48bccdaa1
parent772fd56deca62628c638d1a9bd2d34cbd371bb81
powerpc: Simplify redundant Kconfig tests

PPC_85xx implies PPC32 so no need to check PPC32 in addition.

PPC64 && !PPC_BOOK3E_64 means PPC_BOOK3S_64.

PPC_BOOK3E_64 implies PPC_E500.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/244cce3e603f2b79796314c0c1c46cab927b9adc.1663606876.git.christophe.leroy@csgroup.eu
arch/powerpc/Kconfig
arch/powerpc/platforms/Kconfig.cputype
arch/powerpc/xmon/xmon.c