aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorEric Wollesen <ericw@xmtp.net>2007-07-19 01:49:39 -0700
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-19 10:04:53 -0700
commiteb60705ac5a9869b2d078f0b472ea64b9b52b684 (patch)
treeb6d7300549568ad669b267cffc2bd1e91fad668a /drivers/edac/Kconfig
parent63b7df9101895d1f0a259c567b3bab949a23075f (diff)
downloadkernel_samsung_smdk4412-eb60705ac5a9869b2d078f0b472ea64b9b52b684.zip
kernel_samsung_smdk4412-eb60705ac5a9869b2d078f0b472ea64b9b52b684.tar.gz
kernel_samsung_smdk4412-eb60705ac5a9869b2d078f0b472ea64b9b52b684.tar.bz2
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/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig
index debf1d8..772a290 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