Message ID | 20210715185531.1374900-1-tony.luck@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [Linus,-,please,apply] EDAC/igen6: fix core dependency AGAIN | expand |
On Thu, Jul 15, 2021 at 11:55 AM Tony Luck <tony.luck@intel.com> wrote: > > My previous patch had a typo/thinko which prevents this driver > from being enabled: change X64_64 to X86_64. Heh. Applied. Linus
diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index 91164c5f0757..2fc4c3f91fd5 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -271,7 +271,7 @@ config EDAC_PND2 config EDAC_IGEN6 tristate "Intel client SoC Integrated MC" depends on PCI && PCI_MMCONFIG && ARCH_HAVE_NMI_SAFE_CMPXCHG - depends on X64_64 && X86_MCE_INTEL + depends on X86_64 && X86_MCE_INTEL help Support for error detection and correction on the Intel client SoC Integrated Memory Controller using In-Band ECC IP.