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

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
...@@ -556,7 +556,7 @@ config RELOCATABLE_TEST ...@@ -556,7 +556,7 @@ config RELOCATABLE_TEST
config CRASH_DUMP config CRASH_DUMP
bool "Build a dump capture kernel" 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 select RELOCATABLE if PPC64 || 44x || FSL_BOOKE
help help
Build a kernel suitable for use as a dump capture kernel. Build a kernel suitable for use as a dump capture kernel.
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
config PPC_MPC512x config PPC_MPC512x
bool "512x-based boards" bool "512x-based boards"
depends on 6xx depends on PPC_BOOK3S_32
select COMMON_CLK select COMMON_CLK
select FSL_SOC select FSL_SOC
select IPIC select IPIC
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
config PPC_MPC52xx config PPC_MPC52xx
bool "52xx-based boards" bool "52xx-based boards"
depends on 6xx depends on PPC_BOOK3S_32
select COMMON_CLK select COMMON_CLK
select PPC_PCI_CHOICE select PPC_PCI_CHOICE
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
menuconfig PPC_82xx menuconfig PPC_82xx
bool "82xx-based boards (PQ II)" bool "82xx-based boards (PQ II)"
depends on 6xx depends on PPC_BOOK3S_32
if PPC_82xx if PPC_82xx
...@@ -54,7 +54,7 @@ config PQ2ADS ...@@ -54,7 +54,7 @@ config PQ2ADS
config 8260 config 8260
bool bool
depends on 6xx depends on PPC_BOOK3S_32
select CPM2 select CPM2
help help
The MPC8260 is a typical embedded CPU made by Freescale. Selecting The MPC8260 is a typical embedded CPU made by Freescale. Selecting
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
menuconfig PPC_83xx menuconfig PPC_83xx
bool "83xx-based boards" bool "83xx-based boards"
depends on 6xx depends on PPC_BOOK3S_32
select PPC_UDBG_16550 select PPC_UDBG_16550
select PPC_PCI_CHOICE select PPC_PCI_CHOICE
select FSL_PCI if PCI select FSL_PCI if PCI
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
config PPC_86xx config PPC_86xx
menuconfig PPC_86xx menuconfig PPC_86xx
bool "86xx-based boards" bool "86xx-based boards"
depends on 6xx depends on PPC_BOOK3S_32
select FSL_SOC select FSL_SOC
select ALTIVEC select ALTIVEC
help help
......
...@@ -40,7 +40,7 @@ config EPAPR_PARAVIRT ...@@ -40,7 +40,7 @@ config EPAPR_PARAVIRT
config PPC_NATIVE config PPC_NATIVE
bool bool
depends on 6xx || PPC64 depends on PPC_BOOK3S_32 || PPC64
help help
Support for running natively on the hardware, i.e. without Support for running natively on the hardware, i.e. without
a hypervisor. This option is not user-selectable but should a hypervisor. This option is not user-selectable but should
...@@ -48,7 +48,7 @@ config PPC_NATIVE ...@@ -48,7 +48,7 @@ config PPC_NATIVE
config PPC_OF_BOOT_TRAMPOLINE config PPC_OF_BOOT_TRAMPOLINE
bool "Support booting from Open Firmware or yaboot" bool "Support booting from Open Firmware or yaboot"
depends on 6xx || PPC64 depends on PPC_BOOK3S_32 || PPC64
default y default y
help help
Support from booting from Open Firmware or yaboot using an Support from booting from Open Firmware or yaboot using an
...@@ -197,7 +197,7 @@ endmenu ...@@ -197,7 +197,7 @@ endmenu
config PPC601_SYNC_FIX config PPC601_SYNC_FIX
bool "Workarounds for PPC601 bugs" bool "Workarounds for PPC601 bugs"
depends on 6xx && PPC_PMAC depends on PPC_BOOK3S_32 && PPC_PMAC
help help
Some versions of the PPC601 (the first PowerPC chip) have bugs which Some versions of the PPC601 (the first PowerPC chip) have bugs which
mean that extra synchronization instructions are required near mean that extra synchronization instructions are required near
...@@ -211,7 +211,7 @@ config PPC601_SYNC_FIX ...@@ -211,7 +211,7 @@ config PPC601_SYNC_FIX
config TAU config TAU
bool "On-chip CPU temperature sensor support" bool "On-chip CPU temperature sensor support"
depends on 6xx depends on PPC_BOOK3S_32
help help
G3 and G4 processors have an on-chip temperature sensor called the G3 and G4 processors have an on-chip temperature sensor called the
'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die 'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die
......
...@@ -24,6 +24,7 @@ choice ...@@ -24,6 +24,7 @@ choice
config PPC_BOOK3S_32 config PPC_BOOK3S_32
bool "512x/52xx/6xx/7xx/74xx/82xx/83xx/86xx" bool "512x/52xx/6xx/7xx/74xx/82xx/83xx/86xx"
select PPC_FPU select PPC_FPU
select PPC_HAVE_PMU_SUPPORT
config PPC_85xx config PPC_85xx
bool "Freescale 85xx" bool "Freescale 85xx"
...@@ -179,11 +180,6 @@ config PPC_BOOK3E ...@@ -179,11 +180,6 @@ config PPC_BOOK3E
def_bool y def_bool y
depends on PPC_BOOK3E_64 depends on PPC_BOOK3E_64
config 6xx
def_bool y
depends on PPC32 && PPC_BOOK3S
select PPC_HAVE_PMU_SUPPORT
config E500 config E500
select FSL_EMB_PERFMON select FSL_EMB_PERFMON
select PPC_FSL_BOOK3E select PPC_FSL_BOOK3E
...@@ -266,7 +262,7 @@ config PHYS_64BIT ...@@ -266,7 +262,7 @@ config PHYS_64BIT
config ALTIVEC config ALTIVEC
bool "AltiVec Support" bool "AltiVec Support"
depends on 6xx || PPC_BOOK3S_64 || (PPC_E500MC && PPC64) depends on PPC_BOOK3S_32 || PPC_BOOK3S_64 || (PPC_E500MC && PPC64)
---help--- ---help---
This option enables kernel support for the Altivec extensions to the This option enables kernel support for the Altivec extensions to the
PowerPC processor. The kernel currently supports saving and restoring PowerPC processor. The kernel currently supports saving and restoring
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
config AMIGAONE config AMIGAONE
bool "Eyetech AmigaOne/MAI Teron" bool "Eyetech AmigaOne/MAI Teron"
depends on 6xx && BROKEN_ON_SMP depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
select PPC_I8259 select PPC_I8259
select PPC_INDIRECT_PCI select PPC_INDIRECT_PCI
select PPC_UDBG_16550 select PPC_UDBG_16550
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
config PPC_CHRP config PPC_CHRP
bool "Common Hardware Reference Platform (CHRP) based machines" bool "Common Hardware Reference Platform (CHRP) based machines"
depends on 6xx depends on PPC_BOOK3S_32
select HAVE_PCSPKR_PLATFORM select HAVE_PCSPKR_PLATFORM
select MPIC select MPIC
select PPC_I8259 select PPC_I8259
......
# SPDX-License-Identifier: GPL-2.0 # SPDX-License-Identifier: GPL-2.0
config EMBEDDED6xx config EMBEDDED6xx
bool "Embedded 6xx/7xx/7xxx-based boards" bool "Embedded 6xx/7xx/7xxx-based boards"
depends on 6xx && BROKEN_ON_SMP depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
config LINKSTATION config LINKSTATION
bool "Linkstation / Kurobox(HG) from Buffalo" bool "Linkstation / Kurobox(HG) from Buffalo"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment