Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61680
b: refs/heads/master
c: eb60705
h: refs/heads/master
v: v3
  • Loading branch information
Eric Wollesen authored and Linus Torvalds committed Jul 19, 2007
1 parent 4cddc32 commit 619243b
Show file tree
Hide file tree
Showing 4 changed files with 1,486 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: 63b7df9101895d1f0a259c567b3bab949a23075f
refs/heads/master: eb60705ac5a9869b2d078f0b472ea64b9b52b684
7 changes: 7 additions & 0 deletions trunk/drivers/edac/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,13 @@ config EDAC_R82600
Support for error detection and correction on the Radisys
82600 embedded chipset.

config EDAC_I5000
tristate "Intel Greencreek/Blackford chipset"
depends on EDAC_MM_EDAC && X86 && PCI
help
Support for error detection and correction the Intel
Greekcreek/Blackford chipsets.

choice
prompt "Error detecting method"
default EDAC_POLL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/edac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ edac_core-objs := edac_mc.o edac_device.o edac_mc_sysfs.o edac_pci_sysfs.o
edac_core-objs += edac_module.o edac_device_sysfs.o

obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o
obj-$(CONFIG_EDAC_I5000) += i5000_edac.o
obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
obj-$(CONFIG_EDAC_E752X) += e752x_edac.o
obj-$(CONFIG_EDAC_I82875P) += i82875p_edac.o
Expand Down
Loading

0 comments on commit 619243b

Please sign in to comment.