powerpc/kconfig: Move CONFIG_PPC32 into Kconfig.cputype
authorChristophe Leroy <christophe.leroy@c-s.fr>
Tue, 14 Jan 2020 17:54:01 +0000 (17:54 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 27 Jan 2020 11:37:37 +0000 (22:37 +1100)
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
arch/powerpc/Kconfig
arch/powerpc/platforms/Kconfig.cputype

index a7f10a1..62752c3 100644 (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
index e90bbb7..1c4f24a 100644 (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