Skip to content

Commit

Permalink
powerpc/pseries: CONFIG_PSERIES_MSI should depend on PPC_PSERIES
Browse files Browse the repository at this point in the history
Previously PSERIES_MSI depended on PPC_PSERIES via EEH. However in
commit 317f06d "powerpc/eeh: Move common part to kernel directory" we
made CONFIG_EEH selectable on POWERNV. That leaves us with PSERIES_MSI
being live even when PSERIES=n. Fix it by making PSERIES_MSI depend
directly on PPC_PSERIES.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Reviewed-by: Gavin Shan <shangw@linux.vnet.ibm.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
  • Loading branch information
Michael Ellerman authored and Benjamin Herrenschmidt committed Dec 2, 2013
1 parent fd7e429 commit 1edb55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/pseries/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ config PPC_SPLPAR

config PSERIES_MSI
bool
depends on PCI_MSI && EEH
depends on PCI_MSI && PPC_PSERIES && EEH
default y

config PSERIES_ENERGY
Expand Down

0 comments on commit 1edb55a

Please sign in to comment.