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

Commit da960a6a authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds
Browse files

[PATCH] edac_752x needs CONFIG_HOTPLUG



EDAC_752X uses pci_scan_single_device(), which is only available if
CONFIG_HOTPLUG is enabled, so limit this driver with HOTPLUG.

Signed-off-by: default avatarRandy Dunlap <rdunlap@xenotime.net>
Cc: Dave Peterson <dsp@llnl.gov>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 9b41046c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -71,7 +71,7 @@ config EDAC_E7XXX


config EDAC_E752X
config EDAC_E752X
	tristate "Intel e752x (e7520, e7525, e7320)"
	tristate "Intel e752x (e7520, e7525, e7320)"
	depends on EDAC_MM_EDAC && PCI && X86
	depends on EDAC_MM_EDAC && PCI && X86 && HOTPLUG
	help
	help
	  Support for error detection and correction on the Intel
	  Support for error detection and correction on the Intel
	  E7520, E7525, E7320 server chipsets.
	  E7520, E7525, E7320 server chipsets.