Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61687
b: refs/heads/master
c: 535c6a5
h: refs/heads/master
i:
  61685: efdaa48
  61683: 9382217
  61679: 4cddc32
v: v3
  • Loading branch information
Jason Uhlenkott authored and Linus Torvalds committed Jul 19, 2007
1 parent a00b4ae commit 31afcd0
Show file tree
Hide file tree
Showing 5 changed files with 503 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: c4192705fec85219086231a1c0fa61e8776e2c3b
refs/heads/master: 535c6a53035d8911f6b90455550c5fde0da7b866
7 changes: 7 additions & 0 deletions trunk/drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,13 @@ config EDAC_I82875P
Support for error detection and correction on the Intel
DP82785P and E7210 server chipsets.

config EDAC_I3000
tristate "Intel 3000/3010"
depends on EDAC_MM_EDAC && PCI && X86_32
help
Support for error detection and correction on the Intel
3000 and 3010 server chipsets.

config EDAC_I82860
tristate "Intel 82860"
depends on EDAC_MM_EDAC && PCI && X86_32
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/edac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
obj-$(CONFIG_EDAC_E752X) += e752x_edac.o
obj-$(CONFIG_EDAC_I82443BXGX) += i82443bxgx_edac.o
obj-$(CONFIG_EDAC_I82875P) += i82875p_edac.o
obj-$(CONFIG_EDAC_I3000) += i3000_edac.o
obj-$(CONFIG_EDAC_I82860) += i82860_edac.o
obj-$(CONFIG_EDAC_R82600) += r82600_edac.o

Loading

0 comments on commit 31afcd0

Please sign in to comment.