Skip to content

Commit 5a2c675

Browse files
linuxtimLinus Torvalds
authored andcommitted
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 <[email protected]> Signed-off-by: Douglas Thompson <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 522a94b commit 5a2c675

File tree

3 files changed

+408
-0
lines changed

3 files changed

+408
-0
lines changed

drivers/edac/Kconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ config EDAC_E752X
7373
Support for error detection and correction on the Intel
7474
E7520, E7525, E7320 server chipsets.
7575

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+
7683
config EDAC_I82875P
7784
tristate "Intel 82875p (D82875P, E7210)"
7885
depends on EDAC_MM_EDAC && PCI && X86_32

drivers/edac/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o
1818
obj-$(CONFIG_EDAC_I5000) += i5000_edac.o
1919
obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
2020
obj-$(CONFIG_EDAC_E752X) += e752x_edac.o
21+
obj-$(CONFIG_EDAC_I82443BXGX) += i82443bxgx_edac.o
2122
obj-$(CONFIG_EDAC_I82875P) += i82875p_edac.o
2223
obj-$(CONFIG_EDAC_I82860) += i82860_edac.o
2324
obj-$(CONFIG_EDAC_R82600) += r82600_edac.o

0 commit comments

Comments
 (0)