diff options
author | Eric Wollesen <ericw@xmtp.net> | 2007-07-19 01:49:39 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 10:04:53 -0700 |
commit | eb60705ac5a9869b2d078f0b472ea64b9b52b684 (patch) | |
tree | b6d7300549568ad669b267cffc2bd1e91fad668a /drivers/edac/Kconfig | |
parent | 63b7df9101895d1f0a259c567b3bab949a23075f (diff) | |
download | blackbird-op-linux-eb60705ac5a9869b2d078f0b472ea64b9b52b684.tar.gz blackbird-op-linux-eb60705ac5a9869b2d078f0b472ea64b9b52b684.zip |
drivers/edac: new intel 5000 MC driver
Eric Wollesen ported the Bluesmoke Memory Controller driver (written by Doug
Thompson) for the Intel 5000X/V/P (Blackford/Greencreek) chipset to the in
kernel EDAC model.
This patch incorporates the module for the 5000X/V/P chipset family
[m.kozlowski@tuxland.pl: edac i5000 parenthesis balance fix]
Signed-off-by: Eric Wollesen <ericw@xmtp.net>
Signed-off-by: Doug Thompson <norsk5@xmission.com>
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/edac/Kconfig')
-rw-r--r-- | drivers/edac/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index debf1d8e8b41..772a29079916 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -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 |