diff mbox series

i5000_edac: mark as BROKEN

Message ID 20220928124815.ta6k4jiiyy6diudr@redhat.com (mailing list archive)
State New, archived
Headers show
Series i5000_edac: mark as BROKEN | expand

Commit Message

Aristeu Rozanski Sept. 28, 2022, 12:48 p.m. UTC
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>

Comments

Borislav Petkov Oct. 17, 2022, 2:41 p.m. UTC | #1
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 mbox series

Patch

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.