]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc/cell: Select PCI for IBM_CELL_BLADE AND CELLEB
authorMichael Ellerman <michael@ellerman.id.au>
Wed, 22 Apr 2009 22:43:03 +0000 (22:43 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 28 Apr 2009 03:52:23 +0000 (13:52 +1000)
commit96c5713c6484abb1403170bef5e9c92e2d780568
tree2ff01b7e75313e69054a6ce80c92da1dedaae274
parentfde2ff5a6052acd293a3415775b3928dac900822
powerpc/cell: Select PCI for IBM_CELL_BLADE AND CELLEB

Currently PPC_CELL_NATIVE selects PPC_OF_PLATFORM_PCI, but does not
select PCI. This can lead to a config with the former and the latter
disabled, which does not build.

To fix this PPC_CELL_NATIVE should select PCI. However, that would
force PCI on for QPACE, which also selects PPC_CELL_NATIVE. So
instead move the select of PPC_OF_PLATFORM_PCI and PCI under both
IBM_CELL_BLADE and CELLEB.

Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/platforms/cell/Kconfig