[PATCH] powerpc/cell: CELL_NATIVE should select PCI
Michael Ellerman
michael at ellerman.id.au
Thu Apr 23 10:43:26 EST 2009
Because it selects PPC_OF_PLATFORM_PCI which depends on PCI, so
if we don't select PCI we can end up with PCI=n and
PPC_OF_PLATFORM_PCI=y which doesn't build.
Signed-off-by: Michael Ellerman <michael at ellerman.id.au>
---
arch/powerpc/platforms/cell/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
For the IBM Cell blades I don't see much point building without PCI
because the on board ethernet is on PCI-X IIRC.
I'm not sure about Celleb.
diff --git a/arch/powerpc/platforms/cell/Kconfig b/arch/powerpc/platforms/cell/Kconfig
index 40e24c3..33f534f 100644
--- a/arch/powerpc/platforms/cell/Kconfig
+++ b/arch/powerpc/platforms/cell/Kconfig
@@ -14,6 +14,7 @@ config PPC_CELL_NATIVE
bool
select PPC_CELL_COMMON
select PPC_OF_PLATFORM_PCI
+ select PCI
select MPIC
select IBM_NEW_EMAC_EMAC4
select IBM_NEW_EMAC_RGMII
--
1.6.2.1
More information about the Linuxppc-dev
mailing list