powerpc/kconfig: remove CONFIG_6xx
authorChristophe Leroy <christophe.leroy@c-s.fr>
Sat, 17 Nov 2018 10:24:58 +0000 (10:24 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 26 Nov 2018 11:33:37 +0000 (22:33 +1100)
CONFIG_6xx is not used anymore. Remove it.

Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/Kconfig
arch/powerpc/platforms/512x/Kconfig
arch/powerpc/platforms/52xx/Kconfig
arch/powerpc/platforms/82xx/Kconfig
arch/powerpc/platforms/83xx/Kconfig
arch/powerpc/platforms/86xx/Kconfig
arch/powerpc/platforms/Kconfig
arch/powerpc/platforms/Kconfig.cputype
arch/powerpc/platforms/amigaone/Kconfig
arch/powerpc/platforms/chrp/Kconfig
arch/powerpc/platforms/embedded6xx/Kconfig

index 8be31261aec83190a65927854d214d613244c164..ac9703e8e722dce4c4e86e9f5d04c99bb40956e1 100644 (file)
@@ -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.
index b59eab6cbb1b1e046ce9197ec203dfb91bcc1bde..0c495823152c49b2445185e77b7368620274f0dc 100644 (file)
@@ -1,7 +1,7 @@
 # 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
index 55a587070342b0568fd02d30e22df2c4828b3b13..67f8c2d8fc0e9bf73c0f839712507b506d89355e 100644 (file)
@@ -1,7 +1,7 @@
 # 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
 
index 1947a88bc69ff7b8b6e9920d5c8952de4e82990a..1af81de1c4e6c1271764ec07f97c11fe37f25bd5 100644 (file)
@@ -1,7 +1,7 @@
 # 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
index 071f53b0c0a0111c9e0fbf745321c1f7968b01c0..ff0c69dfdf1a99454a825cf2d1567ff90367d3ad 100644 (file)
@@ -1,7 +1,7 @@
 # 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
index bcd179d3ed92957b0d0c1a52027be3fe4e8676c1..df692aa6b578ef42c6a3f26e3047a530b27c7ccb 100644 (file)
@@ -2,7 +2,7 @@
 config PPC_86xx
 menuconfig PPC_86xx
        bool "86xx-based boards"
-       depends on 6xx
+       depends on PPC_BOOK3S_32
        select FSL_SOC
        select ALTIVEC
        help
index 260a56b7602d710704cbacdb5c7101e90c73e5d9..5c48dd823e156f570fdb9d663450b78e2b5240b1 100644 (file)
@@ -40,7 +40,7 @@ config EPAPR_PARAVIRT
 
 config PPC_NATIVE
        bool
-       depends on 6xx || PPC64
+       depends on PPC_BOOK3S_32 || PPC64
        help
          Support for running natively on the hardware, i.e. without
          a hypervisor. This option is not user-selectable but should
@@ -48,7 +48,7 @@ config PPC_NATIVE
 
 config PPC_OF_BOOT_TRAMPOLINE
        bool "Support booting from Open Firmware or yaboot"
-       depends on 6xx || PPC64
+       depends on PPC_BOOK3S_32 || PPC64
        default y
        help
          Support from booting from Open Firmware or yaboot using an
@@ -197,7 +197,7 @@ endmenu
 
 config PPC601_SYNC_FIX
        bool "Workarounds for PPC601 bugs"
-       depends on 6xx && PPC_PMAC
+       depends on PPC_BOOK3S_32 && PPC_PMAC
        help
          Some versions of the PPC601 (the first PowerPC chip) have bugs which
          mean that extra synchronization instructions are required near
@@ -211,7 +211,7 @@ config PPC601_SYNC_FIX
 
 config TAU
        bool "On-chip CPU temperature sensor support"
-       depends on 6xx
+       depends on PPC_BOOK3S_32
        help
          G3 and G4 processors have an on-chip temperature sensor called the
          'Thermal Assist Unit (TAU)', which, in theory, can measure the on-die
index f4e2c57293742297dad9f1287c84ac607fb95643..a106e78558c0fc8d3d359edf17e82c01b1537262 100644 (file)
@@ -24,6 +24,7 @@ choice
 config PPC_BOOK3S_32
        bool "512x/52xx/6xx/7xx/74xx/82xx/83xx/86xx"
        select PPC_FPU
+       select PPC_HAVE_PMU_SUPPORT
 
 config PPC_85xx
        bool "Freescale 85xx"
@@ -179,11 +180,6 @@ config PPC_BOOK3E
        def_bool y
        depends on PPC_BOOK3E_64
 
-config 6xx
-       def_bool y
-       depends on PPC32 && PPC_BOOK3S
-       select PPC_HAVE_PMU_SUPPORT
-
 config E500
        select FSL_EMB_PERFMON
        select PPC_FSL_BOOK3E
@@ -266,7 +262,7 @@ config PHYS_64BIT
 
 config ALTIVEC
        bool "AltiVec Support"
-       depends on 6xx || PPC_BOOK3S_64 || (PPC_E500MC && PPC64)
+       depends on PPC_BOOK3S_32 || PPC_BOOK3S_64 || (PPC_E500MC && PPC64)
        ---help---
          This option enables kernel support for the Altivec extensions to the
          PowerPC processor. The kernel currently supports saving and restoring
index 03dc1e37c25bf375a76fdcd1667de0aeccfa9f06..e03d26d419571aa02ae7b1efe504005cea88b6e3 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 config AMIGAONE
        bool "Eyetech AmigaOne/MAI Teron"
-       depends on 6xx && BROKEN_ON_SMP
+       depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
        select PPC_I8259
        select PPC_INDIRECT_PCI
        select PPC_UDBG_16550
index ead99eff875a8ad9dfd517e317ad92c4e93d3852..43a2484aad49158af699315098adfb228282f280 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 config PPC_CHRP
        bool "Common Hardware Reference Platform (CHRP) based machines"
-       depends on 6xx
+       depends on PPC_BOOK3S_32
        select HAVE_PCSPKR_PLATFORM
        select MPIC
        select PPC_I8259
index 8ea16db5ff48a67a3006a42e60231e4f176d7c96..527d4aa465379e94f64b88edadc09c6a8346fb75 100644 (file)
@@ -1,7 +1,7 @@
 # SPDX-License-Identifier: GPL-2.0
 config EMBEDDED6xx
        bool "Embedded 6xx/7xx/7xxx-based boards"
-       depends on 6xx && BROKEN_ON_SMP
+       depends on PPC_BOOK3S_32 && BROKEN_ON_SMP
 
 config LINKSTATION
        bool "Linkstation / Kurobox(HG) from Buffalo"