Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f04c045f authored by Josh Boyer's avatar Josh Boyer Committed by Linus Torvalds
Browse files

edac: Only build sb_edac on 64-bit



The sb_edac driver is marginally useful on a 32-bit kernel, and
currently has 64-bit divide compile errors when building that config.
For now, make this build on only for 64-bit kernels.

Signed-off-by: default avatarJosh Boyer <jwboyer@redhat.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 70c9f18c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -214,7 +214,7 @@ config EDAC_I7300


config EDAC_SBRIDGE
config EDAC_SBRIDGE
	tristate "Intel Sandy-Bridge Integrated MC"
	tristate "Intel Sandy-Bridge Integrated MC"
	depends on EDAC_MM_EDAC && PCI && X86 && X86_MCE_INTEL
	depends on EDAC_MM_EDAC && PCI && X86_64 && X86_MCE_INTEL
	depends on EXPERIMENTAL
	depends on EXPERIMENTAL
	help
	help
	  Support for error detection and correction the Intel
	  Support for error detection and correction the Intel