Commit af1725d2 authored by Christophe Leroy's avatar Christophe Leroy Committed by Michael Ellerman
Browse files

powerpc/kconfig: Move CONFIG_PPC32 into Kconfig.cputype

parent 3d4247fc
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
# 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
+4 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
config PPC32
	bool
	default y if !PPC64

config PPC64
	bool "64-bit kernel"
	select ZLIB_DEFLATE