projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b41046
)
[PATCH] edac_752x needs CONFIG_HOTPLUG
author
Randy Dunlap
<
[email protected]
>
Fri, 31 Mar 2006 10:30:34 +0000
(
02:30
-0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 31 Mar 2006 20:18:54 +0000
(12:18 -0800)
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 <
[email protected]
>
Cc: Dave Peterson <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/edac/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/edac/Kconfig
b/drivers/edac/Kconfig
index b582d0cdc24f3becf182629eb6eaec1798ed3ae0..4f0898400c6de212334d63be47f79c3bb07b3806 100644
(file)
--- 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.