From 0385979a30dc4abdef2dcebbccef818947c80cb7 Mon Sep 17 00:00:00 2001 From: Michael Ellerman Date: Mon, 7 Dec 2020 15:02:53 +1100 Subject: EDAC/mv64x60: Remove orphan mv64x60 driver The mv64x60 EDAC driver depends on CONFIG_MV64X60. But that symbol is not user-selectable, and the last code that selected it was removed with the C2K board support in 2018, see: 92c8c16f3457 ("powerpc/embedded6xx: Remove C2K board support") That means the driver is now dead code, so remove it. Suggested-by: Borislav Petkov Signed-off-by: Michael Ellerman Signed-off-by: Borislav Petkov Link: https://lkml.kernel.org/r/20201207040253.628528-1-mpe@ellerman.id.au --- drivers/edac/Kconfig | 7 ------- 1 file changed, 7 deletions(-) (limited to 'drivers/edac/Kconfig') diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index c410331e8ee8..2864a32c7d17 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -283,13 +283,6 @@ config EDAC_LAYERSCAPE Support for error detection and correction on Freescale memory controllers on Layerscape SoCs. -config EDAC_MV64X60 - tristate "Marvell MV64x60" - depends on MV64X60 - help - Support for error detection and correction on the Marvell - MV64360 and MV64460 chipsets. - config EDAC_PASEMI tristate "PA Semi PWRficient" depends on PPC_PASEMI && PCI -- cgit v1.2.3