Skip to content

Commit a1c9ca5

Browse files
rddunlaptorvalds
authored andcommitted
EDAC/igen6: fix core dependency AGAIN
My previous patch had a typo/thinko which prevents this driver from being enabled: change X64_64 to X86_64. Fixes: 0a9ece9 ("EDAC/igen6: fix core dependency") Signed-off-by: Randy Dunlap <[email protected]> Cc: Qiuxu Zhuo <[email protected]> Cc: Borislav Petkov <[email protected]> Cc: Mauro Carvalho Chehab <[email protected]> Cc: [email protected] Cc: bowsingbetee <[email protected]> Cc: [email protected] Signed-off-by: Tony Luck <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
1 parent 405386b commit a1c9ca5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/edac/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ config EDAC_PND2
271271
config EDAC_IGEN6
272272
tristate "Intel client SoC Integrated MC"
273273
depends on PCI && PCI_MMCONFIG && ARCH_HAVE_NMI_SAFE_CMPXCHG
274-
depends on X64_64 && X86_MCE_INTEL
274+
depends on X86_64 && X86_MCE_INTEL
275275
help
276276
Support for error detection and correction on the Intel
277277
client SoC Integrated Memory Controller using In-Band ECC IP.

0 commit comments

Comments
 (0)