2023-04-29 04:36:19

by Randy Dunlap

[permalink] [raw]
Subject: [PATCH] powerpc: delete empty config entry for PPC_86xx

Drop an unused and empty "config" entry for PPC_86xx.
It has no keyword entries under it and the following line's
"menuconfig" for the same Kconfig symbol is what kconfig uses.

Fixes: d8267c1a3686 ("powerpc: Add 82xx/83xx/86xx to 6xx Multiplatform")
Signed-off-by: Randy Dunlap <[email protected]>
Cc: Kumar Gala <[email protected]>
Cc: Michael Ellerman <[email protected]>
Cc: [email protected]
---
arch/powerpc/platforms/86xx/Kconfig | 1 -
1 file changed, 1 deletion(-)

diff -- a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig
--- a/arch/powerpc/platforms/86xx/Kconfig
+++ b/arch/powerpc/platforms/86xx/Kconfig
@@ -1,5 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
-config PPC_86xx
menuconfig PPC_86xx
bool "86xx-based boards"
depends on PPC_BOOK3S_32


2023-07-03 05:55:15

by Michael Ellerman

[permalink] [raw]
Subject: Re: [PATCH] powerpc: delete empty config entry for PPC_86xx

On Fri, 28 Apr 2023 21:35:03 -0700, Randy Dunlap wrote:
> Drop an unused and empty "config" entry for PPC_86xx.
> It has no keyword entries under it and the following line's
> "menuconfig" for the same Kconfig symbol is what kconfig uses.
>
>

Applied to powerpc/next.

[1/1] powerpc: delete empty config entry for PPC_86xx
https://git.kernel.org/powerpc/c/9d87ab41743fa3658d568859d64936b37f058b60

cheers