powerpc/pseries: CONFIG_PSERIES_MSI should depend on PPC_PSERIES
authorMichael Ellerman <michael@ellerman.id.au>
Thu, 26 Sep 2013 07:52:16 +0000 (17:52 +1000)
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>
Mon, 2 Dec 2013 03:16:05 +0000 (14:16 +1100)
commit1edb55a473eb1151f54590371761fdeb35b3b593
tree58272b5cc3fa63d1d8adb4222fec201c96b9f389
parentfd7e42960d7bdf825fedc665727baab4cec44164
powerpc/pseries: CONFIG_PSERIES_MSI should depend on PPC_PSERIES

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>
arch/powerpc/platforms/pseries/Kconfig
This page took 0.027065 seconds and 5 git commands to generate.