diff options
author | Jason Uhlenkott <juhlenko@akamai.com> | 2009-09-23 18:57:27 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-24 10:21:04 -0400 |
commit | dd8ef1db87a486577b3a76e6ad45df52e12d0145 (patch) | |
tree | 66d3c2f464743d8f9a1b19c9f709fb4782db0769 /drivers/edac/Kconfig | |
parent | 30a61fff3a2b19506c66ea81fecb6a7747af3d47 (diff) |
edac: i3200 memory controller driver
A driver for the Intel 3200 and 3210 memory controllers. It has only had
light testing so far, and currently makes no attempt to decode error
addresses at anything finer than csrow granularity.
Signed-off-by: Jason Uhlenkott <juhlenko@akamai.com>
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: "H. Peter Anvin" <hpa@zytor.com>
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 b82ad57c1082..02127e59fe8e 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -133,6 +133,13 @@ config EDAC_I3000 | |||
133 | Support for error detection and correction on the Intel | 133 | Support for error detection and correction on the Intel |
134 | 3000 and 3010 server chipsets. | 134 | 3000 and 3010 server chipsets. |
135 | 135 | ||
136 | config EDAC_I3200 | ||
137 | tristate "Intel 3200" | ||
138 | depends on EDAC_MM_EDAC && PCI && X86 && EXPERIMENTAL | ||
139 | help | ||
140 | Support for error detection and correction on the Intel | ||
141 | 3200 and 3210 server chipsets. | ||
142 | |||
136 | config EDAC_X38 | 143 | config EDAC_X38 |
137 | tristate "Intel X38" | 144 | tristate "Intel X38" |
138 | depends on EDAC_MM_EDAC && PCI && X86 | 145 | depends on EDAC_MM_EDAC && PCI && X86 |