Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83819
b: refs/heads/master
c: a9a753d
h: refs/heads/master
i:
  83817: 139ad27
  83815: c835266
v: v3
  • Loading branch information
Dave Jiang authored and Linus Torvalds committed Feb 7, 2008
1 parent 265d4bf commit 8dd6a87
Show file tree
Hide file tree
Showing 5 changed files with 1,214 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 4d2b165eca960ae12767a6334c51416dca45756c
refs/heads/master: a9a753d53204bf0f42841f65679c7e1711833bcf
7 changes: 7 additions & 0 deletions trunk/drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,13 @@ config EDAC_I5000
Support for error detection and correction the Intel
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
tristate "PA Semi PWRficient"
depends on EDAC_MM_EDAC && PCI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/edac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ obj-$(CONFIG_EDAC_I3000) += i3000_edac.o
obj-$(CONFIG_EDAC_I82860) += i82860_edac.o
obj-$(CONFIG_EDAC_R82600) += r82600_edac.o
obj-$(CONFIG_EDAC_PASEMI) += pasemi_edac.o
obj-$(CONFIG_EDAC_MPC85XX) += mpc85xx_edac.o
obj-$(CONFIG_EDAC_CELL) += cell_edac.o

Loading

0 comments on commit 8dd6a87

Please sign in to comment.