Commit 47c3c6ef authored by Michael Ellerman's avatar Michael Ellerman Committed by Benjamin Herrenschmidt

powerpc/cell: Fix Axon MSI driver dependencies

The Axon MSI driver depends on more than just PCI_MSI, so add a
Kconfig fragment for it. Fixes randconfig build failures.
Signed-off-by: default avatarMichael Ellerman <michael@ellerman.id.au>
Signed-off-by: default avatarBenjamin Herrenschmidt <benh@kernel.crashing.org>
parent 1bac0221
...@@ -43,6 +43,11 @@ config PPC_CELL_QPACE ...@@ -43,6 +43,11 @@ config PPC_CELL_QPACE
depends on PPC_MULTIPLATFORM && PPC64 depends on PPC_MULTIPLATFORM && PPC64
select PPC_CELL_COMMON select PPC_CELL_COMMON
config AXON_MSI
bool
depends on PPC_IBM_CELL_BLADE && PCI_MSI
default y
menu "Cell Broadband Engine options" menu "Cell Broadband Engine options"
depends on PPC_CELL depends on PPC_CELL
......
...@@ -28,7 +28,7 @@ obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \ ...@@ -28,7 +28,7 @@ obj-$(CONFIG_SPU_BASE) += spu_callbacks.o spu_base.o \
$(spu-manage-y) \ $(spu-manage-y) \
spufs/ spufs/
obj-$(CONFIG_PCI_MSI) += axon_msi.o obj-$(CONFIG_AXON_MSI) += axon_msi.o
# qpace setup # qpace setup
obj-$(CONFIG_PPC_CELL_QPACE) += qpace_setup.o obj-$(CONFIG_PPC_CELL_QPACE) += qpace_setup.o
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment