Message ID | 20220928124815.ta6k4jiiyy6diudr@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | i5000_edac: mark as BROKEN | expand |
On Wed, Sep 28, 2022 at 08:48:15AM -0400, Aristeu Rozanski wrote: > i5000_edac supports very old hardware which isn't available and it's > been broken for single/dual channel for many years without anyone > noticing. Marking as BROKEN. > > Signed-off-by: Aristeu Rozanski <aris@redhat.com> > > diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig > index 17562cf1fe97..e659e4712a25 100644 > --- a/drivers/edac/Kconfig > +++ b/drivers/edac/Kconfig > @@ -211,6 +211,7 @@ config EDAC_R82600 > config EDAC_I5000 > tristate "Intel Greencreek/Blackford chipset" > depends on X86 && PCI > + depends on BROKEN > help > Support for error detection and correction the Intel > Greekcreek/Blackford chipsets. Applied, thanks.
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 17562cf1fe97..e659e4712a25 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -211,6 +211,7 @@ config EDAC_R82600 config EDAC_I5000 tristate "Intel Greencreek/Blackford chipset" depends on X86 && PCI + depends on BROKEN help Support for error detection and correction the Intel Greekcreek/Blackford chipsets.
i5000_edac supports very old hardware which isn't available and it's been broken for single/dual channel for many years without anyone noticing. Marking as BROKEN. Signed-off-by: Aristeu Rozanski <aris@redhat.com>