From: Randy Dunlap Date: Fri, 31 Mar 2006 10:30:34 +0000 (-0800) Subject: [PATCH] edac_752x needs CONFIG_HOTPLUG X-Git-Tag: v2.6.17-rc1~95 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=da960a6ad1864dd1636cb9b0330d7bb7408aed45;p=~emulex%2Finfiniband.git [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: Randy Dunlap Cc: Dave Peterson Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/edac/Kconfig b/drivers/edac/Kconfig index b582d0cdc24..4f0898400c6 100644 --- a/drivers/edac/Kconfig +++ b/drivers/edac/Kconfig @@ -71,7 +71,7 @@ config EDAC_E7XXX config EDAC_E752X tristate "Intel e752x (e7520, e7525, e7320)" - depends on EDAC_MM_EDAC && PCI && X86 + depends on EDAC_MM_EDAC && PCI && X86 && HOTPLUG help Support for error detection and correction on the Intel E7520, E7525, E7320 server chipsets.