Skip to content

Commit 3c592ce

Browse files
committed
EDAC/powerpc: Remove PPC_MAPLE drivers
These two drivers are only buildable for the powerpc "maple" platform (CONFIG_PPC_MAPLE), which has now been removed, see commit 62f8f30 ("powerpc/64: Remove maple platform"). Remove the drivers. Acked-by: Borislav Petkov (AMD) <[email protected]> Signed-off-by: Michael Ellerman <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent f26f993 commit 3c592ce

File tree

6 files changed

+0
-1199
lines changed

6 files changed

+0
-1199
lines changed

drivers/edac/Kconfig

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

314-
config EDAC_AMD8131
315-
tristate "AMD8131 HyperTransport PCI-X Tunnel"
316-
depends on PCI && PPC_MAPLE
317-
help
318-
Support for error detection and correction on the
319-
AMD8131 HyperTransport PCI-X Tunnel chip.
320-
Note, add more Kconfig dependency if it's adopted
321-
on some machine other than Maple.
322-
323-
config EDAC_AMD8111
324-
tristate "AMD8111 HyperTransport I/O Hub"
325-
depends on PCI && PPC_MAPLE
326-
help
327-
Support for error detection and correction on the
328-
AMD8111 HyperTransport I/O Hub chip.
329-
Note, add more Kconfig dependency if it's adopted
330-
on some machine other than Maple.
331-
332314
config EDAC_CPC925
333315
tristate "IBM CPC925 Memory Controller (PPC970FX)"
334316
depends on PPC64

drivers/edac/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +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_AMD8111) += amd8111_edac.o
67-
obj-$(CONFIG_EDAC_AMD8131) += amd8131_edac.o
6866

6967
obj-$(CONFIG_EDAC_HIGHBANK_MC) += highbank_mc_edac.o
7068
obj-$(CONFIG_EDAC_HIGHBANK_L2) += highbank_l2_edac.o

0 commit comments

Comments
 (0)