powerpc/kconfig: Move CONFIG_PPC32 into Kconfig.cputype

Move CONFIG_PPC32 at the same place as CONFIG_PPC64 for consistency.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/6f28085c2a1aa987093d50db17586633bbf8e206.1579024426.git.christophe.leroy@c-s.fr
This commit is contained in:
Christophe Leroy 2020-01-14 17:54:01 +00:00 committed by Michael Ellerman
parent 3d4247fcc9
commit af1725d249
2 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
source "arch/powerpc/platforms/Kconfig.cputype"
config PPC32
bool
default y if !PPC64
config 32BIT
bool
default y if PPC32

View file

@ -1,4 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
config PPC32
bool
default y if !PPC64
config PPC64
bool "64-bit kernel"
select ZLIB_DEFLATE