diff options
author | Ranganathan Desikan <rdesikan@jetzbroadband.com> | 2007-07-19 04:50:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:57 -0400 |
commit | 420390f06a5afd3e130b960ef99bc4bd4286e535 (patch) | |
tree | 34db30fc625e6c812533da2fa5c89018ce0db3e7 /drivers/edac/Kconfig | |
parent | bf52fa4a26567bfbf5b1d30f84cf0226e61d26cd (diff) |
drivers/edac: new i82975x driver
New EDAC driver for the i82975x memory controller chipset Used on ASUS
motherboards
[akpm@linux-foundation.org: fix multiple coding-style bloopers]
Signed-off-by: <arvind@acarlab.com>
Signed-off-by: Ranganathan Desikan <rdesikan@jetzbroadband.com>
Signed-off-by: Doug Thompson <dougthompson@xmission.com>
Cc: Greg KH <greg@kroah.com>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>
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 43570d41f27c..1724c41d2414 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -88,6 +88,13 @@ config EDAC_I82875P | |||
88 | Support for error detection and correction on the Intel | 88 | Support for error detection and correction on the Intel |
89 | DP82785P and E7210 server chipsets. | 89 | DP82785P and E7210 server chipsets. |
90 | 90 | ||
91 | config EDAC_I82975X | ||
92 | tristate "Intel 82975x (D82975x)" | ||
93 | depends on EDAC_MM_EDAC && PCI && X86 | ||
94 | help | ||
95 | Support for error detection and correction on the Intel | ||
96 | DP82975x server chipsets. | ||
97 | |||
91 | config EDAC_I3000 | 98 | config EDAC_I3000 |
92 | tristate "Intel 3000/3010" | 99 | tristate "Intel 3000/3010" |
93 | depends on EDAC_MM_EDAC && PCI && X86_32 | 100 | depends on EDAC_MM_EDAC && PCI && X86_32 |