diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2020-12-07 07:02:53 +0300 |
---|---|---|
committer | Borislav Petkov <bp@suse.de> | 2020-12-07 14:16:02 +0300 |
commit | 0385979a30dc4abdef2dcebbccef818947c80cb7 (patch) | |
tree | 3ba50f456ac42905246e1f61fd4bd0abc1516172 /drivers/edac/Kconfig | |
parent | edfc2d73ca45da19fb76f9b76ecc6e885d74d093 (diff) | |
download | linux-0385979a30dc4abdef2dcebbccef818947c80cb7.tar.xz |
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 <bp@alien8.de>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Borislav Petkov <bp@suse.de>
Link: https://lkml.kernel.org/r/20201207040253.628528-1-mpe@ellerman.id.au
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
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 |