Skip to content

Commit

Permalink
powerpc/kconfig: Move CONFIG_PPC32 into Kconfig.cputype
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Christophe Leroy authored and Michael Ellerman committed Jan 27, 2020
1 parent 3d4247f commit af1725d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 0 additions & 4 deletions arch/powerpc/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 4 additions & 0 deletions arch/powerpc/platforms/Kconfig.cputype
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit af1725d

Please sign in to comment.