Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a9a753d5 authored by Dave Jiang's avatar Dave Jiang Committed by Linus Torvalds
Browse files

drivers-edac: add freescale mpc85xx driver



EDAC chip driver support for Freescale MPC85xx platforms. PPC based.

Signed-off-by: default avatarDave Jiang <djiang@mvista.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk
Signed-off-by: default avatarDoug Thompson <dougthompson@xmission.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 4d2b165e
Loading
Loading
Loading
Loading
+7 −0
Original line number Original line Diff line number Diff line
@@ -123,6 +123,13 @@ config EDAC_I5000
	  Support for error detection and correction the Intel
	  Support for error detection and correction the Intel
	  Greekcreek/Blackford chipsets.
	  Greekcreek/Blackford chipsets.


config EDAC_MPC85XX
	tristate "Freescale MPC85xx"
	depends on EDAC_MM_EDAC && FSL_SOC && MPC85xx
	help
	  Support for error detection and correction on the Freescale
	  MPC8560, MPC8540, MPC8548

config EDAC_PASEMI
config EDAC_PASEMI
	tristate "PA Semi PWRficient"
	tristate "PA Semi PWRficient"
	depends on EDAC_MM_EDAC && PCI
	depends on EDAC_MM_EDAC && PCI
+1 −0
Original line number Original line Diff line number Diff line
@@ -28,5 +28,6 @@ obj-$(CONFIG_EDAC_I3000) += i3000_edac.o
obj-$(CONFIG_EDAC_I82860)		+= i82860_edac.o
obj-$(CONFIG_EDAC_I82860)		+= i82860_edac.o
obj-$(CONFIG_EDAC_R82600)		+= r82600_edac.o
obj-$(CONFIG_EDAC_R82600)		+= r82600_edac.o
obj-$(CONFIG_EDAC_PASEMI)		+= pasemi_edac.o
obj-$(CONFIG_EDAC_PASEMI)		+= pasemi_edac.o
obj-$(CONFIG_EDAC_MPC85XX)		+= mpc85xx_edac.o
obj-$(CONFIG_EDAC_CELL)			+= cell_edac.o
obj-$(CONFIG_EDAC_CELL)			+= cell_edac.o