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:
47c3c6e
)
powerpc/pseries: The RPA PCI hotplug driver depends on EEH
author
Michael Ellerman
<
[email protected]
>
Thu, 5 Mar 2009 17:39:14 +0000
(17:39 +0000)
committer
Benjamin Herrenschmidt
<
[email protected]
>
Wed, 11 Mar 2009 06:11:33 +0000
(17:11 +1100)
The RPA PCI hotplug driver calls EEH routines, so should depend on
EEH. Also PPC_PSERIES implies PPC64, so remove that.
Signed-off-by: Michael Ellerman <
[email protected]
>
Signed-off-by: Benjamin Herrenschmidt <
[email protected]
>
drivers/pci/hotplug/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/pci/hotplug/Kconfig
b/drivers/pci/hotplug/Kconfig
index eacfb13998bbd29449052e264a99080e2284bb8f..9aa4fe100a0d03c0b04be379fcea99c266e7d730 100644
(file)
--- a/
drivers/pci/hotplug/Kconfig
+++ b/
drivers/pci/hotplug/Kconfig
@@
-143,7
+143,7
@@
config HOTPLUG_PCI_SHPC
config HOTPLUG_PCI_RPA
tristate "RPA PCI Hotplug driver"
- depends on PPC_PSERIES &&
PPC64
&& !HOTPLUG_PCI_FAKE
+ depends on PPC_PSERIES &&
EEH
&& !HOTPLUG_PCI_FAKE
help
Say Y here if you have a RPA system that supports PCI Hotplug.