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>
This commit is contained in:
parent
29d6cf26a7
commit
920c8df6ac
|
@ -109,6 +109,13 @@ config EDAC_X38
|
||||||
Support for error detection and correction on the Intel
|
Support for error detection and correction on the Intel
|
||||||
X38 server chipsets.
|
X38 server chipsets.
|
||||||
|
|
||||||
|
config EDAC_I5400
|
||||||
|
tristate "Intel 5400 (Seaburg) chipsets"
|
||||||
|
depends on EDAC_MM_EDAC && PCI && X86
|
||||||
|
help
|
||||||
|
Support for error detection and correction the Intel
|
||||||
|
i5400 MCH chipset (Seaburg).
|
||||||
|
|
||||||
config EDAC_I82860
|
config EDAC_I82860
|
||||||
tristate "Intel 82860"
|
tristate "Intel 82860"
|
||||||
depends on EDAC_MM_EDAC && PCI && X86_32
|
depends on EDAC_MM_EDAC && PCI && X86_32
|
||||||
|
|
|
@ -20,6 +20,7 @@ endif
|
||||||
obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o
|
obj-$(CONFIG_EDAC_AMD76X) += amd76x_edac.o
|
||||||
obj-$(CONFIG_EDAC_I5000) += i5000_edac.o
|
obj-$(CONFIG_EDAC_I5000) += i5000_edac.o
|
||||||
obj-$(CONFIG_EDAC_I5100) += i5100_edac.o
|
obj-$(CONFIG_EDAC_I5100) += i5100_edac.o
|
||||||
|
obj-$(CONFIG_EDAC_I5400) += i5400_edac.o
|
||||||
obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
|
obj-$(CONFIG_EDAC_E7XXX) += e7xxx_edac.o
|
||||||
obj-$(CONFIG_EDAC_E752X) += e752x_edac.o
|
obj-$(CONFIG_EDAC_E752X) += e752x_edac.o
|
||||||
obj-$(CONFIG_EDAC_I82443BXGX) += i82443bxgx_edac.o
|
obj-$(CONFIG_EDAC_I82443BXGX) += i82443bxgx_edac.o
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue