diff options
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 |