aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/edac/Kconfig
diff options
context:
space:
mode:
authorEric Wollesen <ericw@xmtp.net>2007-07-19 04:49:39 -0400
committerLinus Torvalds <torvalds@woody.linux-foundation.org>2007-07-19 13:04:53 -0400
commiteb60705ac5a9869b2d078f0b472ea64b9b52b684 (patch)
treeb6d7300549568ad669b267cffc2bd1e91fad668a /drivers/edac/Kconfig
parent63b7df9101895d1f0a259c567b3bab949a23075f (diff)
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 debf1d8e8b41..772a29079916 100644
--- a/drivers/edac/Kconfig
+++ b/drivers/edac/Kconfig
@@ -94,6 +94,13 @@ config EDAC_R82600
94 Support for error detection and correction on the Radisys 94 Support for error detection and correction on the Radisys
95 82600 embedded chipset. 95 82600 embedded chipset.
96 96
97config EDAC_I5000
98 tristate "Intel Greencreek/Blackford chipset"
99 depends on EDAC_MM_EDAC && X86 && PCI
100 help
101 Support for error detection and correction the Intel
102 Greekcreek/Blackford chipsets.
103
97choice 104choice
98 prompt "Error detecting method" 105 prompt "Error detecting method"
99 default EDAC_POLL 106 default EDAC_POLL