Commit 3f3b902ed8147c42a4a9764014c758e6b3f42f51

Authored by Michael Ellerman
Committed by Matthew Wilcox
1 parent cb4cb4ac73

powerpc/pseries: The RPA PCI hotplug driver depends on EEH

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 <michael@ellerman.id.au>
Signed-off-by: Matthew Wilcox <willy@linux.intel.com>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/pci/hotplug/Kconfig
... ... @@ -143,7 +143,7 @@
143 143  
144 144 config HOTPLUG_PCI_RPA
145 145 tristate "RPA PCI Hotplug driver"
146   - depends on PPC_PSERIES && PPC64 && !HOTPLUG_PCI_FAKE
  146 + depends on PPC_PSERIES && EEH && !HOTPLUG_PCI_FAKE
147 147 help
148 148 Say Y here if you have a RPA system that supports PCI Hotplug.
149 149