diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2023-04-28 21:35:03 -0700 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-05-15 23:25:56 +1000 |
commit | 9d87ab41743fa3658d568859d64936b37f058b60 (patch) | |
tree | 25e69228d210989a731a54dcf881eb30d58dc2cc | |
parent | f1fcbaa18b28dec10281551dfe6ed3a3ed80e3d6 (diff) | |
download | lwn-9d87ab41743fa3658d568859d64936b37f058b60.tar.gz lwn-9d87ab41743fa3658d568859d64936b37f058b60.zip |
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 <rdunlap@infradead.org>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230429043503.19385-1-rdunlap@infradead.org
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 8bfafc9d2bf7..67467cd6f34c 100644 --- 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 |