File tree Expand file tree Collapse file tree 3 files changed +1027
-0
lines changed Expand file tree Collapse file tree 3 files changed +1027
-0
lines changed Original file line number Diff line number Diff line change @@ -232,4 +232,13 @@ config EDAC_AMD8111
232
232
Note, add more Kconfig dependency if it's adopted
233
233
on some machine other than Maple.
234
234
235
+ config EDAC_CPC925
236
+ tristate "IBM CPC925 Memory Controller (PPC970FX)"
237
+ depends on EDAC_MM_EDAC && PPC64
238
+ help
239
+ Support for error detection and correction on the
240
+ IBM CPC925 Bridge and Memory Controller, which is
241
+ a companion chip to the PowerPC 970 family of
242
+ processors.
243
+
235
244
endif # EDAC
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ edac_core-objs += edac_pci.o edac_pci_sysfs.o
18
18
endif
19
19
20
20
obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o
21
+ obj-$(CONFIG_EDAC_CPC925) += cpc925_edac.o
21
22
obj-$(CONFIG_EDAC_I5000) += i5000_edac.o
22
23
obj-$(CONFIG_EDAC_I5100) += i5100_edac.o
23
24
obj-$(CONFIG_EDAC_I5400) += i5400_edac.o
You can’t perform that action at this time.
0 commit comments