diff options
author | Tim Small <tim@buttersideup.com> | 2007-07-19 04:49:42 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-19 13:04:53 -0400 |
commit | 5a2c675c891960f86c025d4ab3d3904364bf4f96 (patch) | |
tree | e0c4198ae33408cd7b2e06e2d9e0b9ae885d8793 /drivers/edac/Kconfig | |
parent | 522a94bd1e18a2acf9428f48db585a2fc816559e (diff) |
drivers/edac: new i82443bxgz MC driver
This is a NEW EDAC Memory Controller driver for the 440BX chipset (I82443BXGX)
created and submitted by Timm Small
Signed-off-by: Tim Small <tim@buttersideup.com>
Signed-off-by: Douglas Thompson <dougthompson@xmission.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 772a29079916..b56e4782f317 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig | |||
@@ -73,6 +73,13 @@ config EDAC_E752X | |||
73 | Support for error detection and correction on the Intel | 73 | Support for error detection and correction on the Intel |
74 | E7520, E7525, E7320 server chipsets. | 74 | E7520, E7525, E7320 server chipsets. |
75 | 75 | ||
76 | config EDAC_I82443BXGX | ||
77 | tristate "Intel 82443BX/GX (440BX/GX)" | ||
78 | depends on EDAC_MM_EDAC && PCI && X86_32 | ||
79 | help | ||
80 | Support for error detection and correction on the Intel | ||
81 | 82443BX/GX memory controllers (440BX/GX chipsets). | ||
82 | |||
76 | config EDAC_I82875P | 83 | config EDAC_I82875P |
77 | tristate "Intel 82875p (D82875P, E7210)" | 84 | tristate "Intel 82875p (D82875P, E7210)" |
78 | depends on EDAC_MM_EDAC && PCI && X86_32 | 85 | depends on EDAC_MM_EDAC && PCI && X86_32 |