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

powerpc/kconfig: remove CONFIG_6xx



CONFIG_6xx is not used anymore. Remove it.

Signed-off-by: default avatarChristophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent d7cceda9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -556,7 +556,7 @@ config RELOCATABLE_TEST

config CRASH_DUMP
	bool "Build a dump capture kernel"
	depends on PPC64 || 6xx || FSL_BOOKE || (44x && !SMP)
	depends on PPC64 || PPC_BOOK3S_32 || FSL_BOOKE || (44x && !SMP)
	select RELOCATABLE if PPC64 || 44x || FSL_BOOKE
	help
	  Build a kernel suitable for use as a dump capture kernel.
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
config PPC_MPC512x
	bool "512x-based boards"
	depends on 6xx
	depends on PPC_BOOK3S_32
	select COMMON_CLK
	select FSL_SOC
	select IPIC
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
config PPC_MPC52xx
	bool "52xx-based boards"
	depends on 6xx
	depends on PPC_BOOK3S_32
	select COMMON_CLK
	select PPC_PCI_CHOICE

+2 −2
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
menuconfig PPC_82xx
	bool "82xx-based boards (PQ II)"
	depends on 6xx
	depends on PPC_BOOK3S_32

if PPC_82xx

@@ -54,7 +54,7 @@ config PQ2ADS

config 8260
	bool
	depends on 6xx
	depends on PPC_BOOK3S_32
	select CPM2
	help
	  The MPC8260 is a typical embedded CPU made by Freescale.  Selecting
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
menuconfig PPC_83xx
	bool "83xx-based boards"
	depends on 6xx
	depends on PPC_BOOK3S_32
	select PPC_UDBG_16550
	select PPC_PCI_CHOICE
	select FSL_PCI if PCI
Loading