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:
parent
3d4247fcc9
commit
af1725d249
|
@ -1,10 +1,6 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
source "arch/powerpc/platforms/Kconfig.cputype"
|
source "arch/powerpc/platforms/Kconfig.cputype"
|
||||||
|
|
||||||
config PPC32
|
|
||||||
bool
|
|
||||||
default y if !PPC64
|
|
||||||
|
|
||||||
config 32BIT
|
config 32BIT
|
||||||
bool
|
bool
|
||||||
default y if PPC32
|
default y if PPC32
|
||||||
|
|
|
@ -1,4 +1,8 @@
|
||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
|
config PPC32
|
||||||
|
bool
|
||||||
|
default y if !PPC64
|
||||||
|
|
||||||
config PPC64
|
config PPC64
|
||||||
bool "64-bit kernel"
|
bool "64-bit kernel"
|
||||||
select ZLIB_DEFLATE
|
select ZLIB_DEFLATE
|
||||||
|
|
Loading…
Reference in New Issue