powerpc/kconfig: Restore alphabetic order of the selects under CONFIG_PPC
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 21 Apr 2021 17:06:42 +0000 (17:06 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 4 May 2021 13:39:53 +0000 (23:39 +1000)
commitc6b05f4e233cc666f003e9fe68b2f765952875a9
tree22c67a27157ba129a74e34811b4f55aa7e7156a1
parentf5668260b872e89b8d3942a8b7d4278aa9c2c981
powerpc/kconfig: Restore alphabetic order of the selects under CONFIG_PPC

Commit a7d2475af7ae ("powerpc: Sort the selects under CONFIG_PPC")
sorted all selects under CONFIG_PPC.

4 years later, several items have been introduced at wrong place,
a few other have been renamed without moving them to their correct
place.

Reorder them now.

While we are at it, simplify the test for a couple of them:
- PPC_64 && PPC_PSERIES is simplified in PPC_PSERIES
- PPC_64 && PPC_BOOK3S is simplified in PPC_BOOK3S_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/361ee3fc5009c709ae0ca592249bb0702c6ef073.1619024780.git.christophe.leroy@csgroup.eu
arch/powerpc/Kconfig