Skip to content

Commit a5f285d

Browse files
robherringbp3tk0v
authored andcommitted
EDAC: Drop obsolete PPC4xx driver
Since 47d13a2 ("powerpc/40x: Remove 40x platforms.") support for PPC40x platforms has been removed. While the EDAC driver also mentions PPC440 and PPC460 processors, the driver refuses to probe on anything other than PPC405. It's unlikely support will ever be added at this point for these other old platforms, so the driver can be removed. Signed-off-by: Rob Herring (Arm) <[email protected]> Signed-off-by: Borislav Petkov (AMD) <[email protected]> Acked-by: Michael Ellerman <[email protected]> (powerpc) Link: https://lore.kernel.org/r/[email protected]
1 parent 43247ab commit a5f285d

File tree

4 files changed

+0
-1602
lines changed

4 files changed

+0
-1602
lines changed

drivers/edac/Kconfig

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -311,15 +311,6 @@ config EDAC_CELL
311311
Cell Broadband Engine internal memory controller
312312
on platform without a hypervisor
313313

314-
config EDAC_PPC4XX
315-
tristate "PPC4xx IBM DDR2 Memory Controller"
316-
depends on 4xx
317-
help
318-
This enables support for EDAC on the ECC memory used
319-
with the IBM DDR2 memory controller found in various
320-
PowerPC 4xx embedded processors such as the 405EX[r],
321-
440SP, 440SPe, 460EX, 460GT and 460SX.
322-
323314
config EDAC_AMD8131
324315
tristate "AMD8131 HyperTransport PCI-X Tunnel"
325316
depends on PCI && PPC_MAPLE

drivers/edac/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ i10nm_edac-y := i10nm_base.o
6363
obj-$(CONFIG_EDAC_I10NM) += i10nm_edac.o skx_edac_common.o
6464

6565
obj-$(CONFIG_EDAC_CELL) += cell_edac.o
66-
obj-$(CONFIG_EDAC_PPC4XX) += ppc4xx_edac.o
6766
obj-$(CONFIG_EDAC_AMD8111) += amd8111_edac.o
6867
obj-$(CONFIG_EDAC_AMD8131) += amd8131_edac.o
6968

0 commit comments

Comments
 (0)