diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2009-01-06 17:43:00 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-06 18:59:30 -0500 |
commit | 920c8df6ac678fdb8c49a6ce2e47a98e62757d77 (patch) | |
tree | 3c9b3699310332798b4d928cf2fac09b28df9235 /drivers/edac/Kconfig | |
parent | 29d6cf26a74b8575a6416b7ad4d369a455f8d009 (diff) |
edac: driver for i5400 MCH (Seaburg)
EDAC driver for i5400 MCH (Seaburg)
This driver adds support for i5400 MCH chipset.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Ben Woodard <woodard@redhat.com>
Cc: Doug Thompson <norsk5@yahoo.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 e2667a8c2997..eee47fd16d79 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -109,6 +109,13 @@ config EDAC_X38 | |||
109 | Support for error detection and correction on the Intel | 109 | Support for error detection and correction on the Intel |
110 | X38 server chipsets. | 110 | X38 server chipsets. |
111 | 111 | ||
112 | config EDAC_I5400 | ||
113 | tristate "Intel 5400 (Seaburg) chipsets" | ||
114 | depends on EDAC_MM_EDAC && PCI && X86 | ||
115 | help | ||
116 | Support for error detection and correction the Intel | ||
117 | i5400 MCH chipset (Seaburg). | ||
118 | |||
112 | config EDAC_I82860 | 119 | config EDAC_I82860 |
113 | tristate "Intel 82860" | 120 | tristate "Intel 82860" |
114 | depends on EDAC_MM_EDAC && PCI && X86_32 | 121 | depends on EDAC_MM_EDAC && PCI && X86_32 |