powerpc/embedded6xx: Remove CONFIG_MV64X60
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Thu, 18 Mar 2021 17:25:07 +0000 (17:25 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 29 Mar 2021 02:22:17 +0000 (13:22 +1100)
Commit 92c8c16f3457 ("powerpc/embedded6xx: Remove C2K board support")
moved the last selector of CONFIG_MV64X60.

As it is not a user selectable config, it can be removed.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Acked-by: Wolfram Sang <wsa@kernel.org> # for I2C
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/19e57d16692dcd1ca67ba880d7273a57fab416aa.1616085654.git.christophe.leroy@csgroup.eu
arch/powerpc/platforms/embedded6xx/Kconfig
drivers/i2c/busses/Kconfig

index c1920961f410445a9c3283bde281d1b57e5c4a5a..4c6d703a4284b988345a3f9f0529a9947ad4e1d7 100644 (file)
@@ -71,11 +71,6 @@ config MPC10X_BRIDGE
        bool
        select PPC_INDIRECT_PCI
 
-config MV64X60
-       bool
-       select PPC_INDIRECT_PCI
-       select CHECK_CACHE_COHERENCY
-
 config GAMECUBE_COMMON
        bool
 
index 05ebf7546e3f61eae46f38cbfc4145b13abc5e96..20edcda1c6f41432e497860db5341dde5ac803a0 100644 (file)
@@ -776,7 +776,7 @@ config I2C_MT7621
 
 config I2C_MV64XXX
        tristate "Marvell mv64xxx I2C Controller"
-       depends on MV64X60 || PLAT_ORION || ARCH_SUNXI || ARCH_MVEBU || COMPILE_TEST
+       depends on PLAT_ORION || ARCH_SUNXI || ARCH_MVEBU || COMPILE_TEST
        help
          If you say yes to this option, support will be included for the
          built-in I2C interface on the Marvell 64xxx line of host bridges.