From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Subject: Re: [PATCH] powerpc: PPC_CELL_NATIVE should select PCI From: Benjamin Herrenschmidt To: Arnd Bergmann In-Reply-To: <200904011245.01483.arnd@arndb.de> References: <1238579652.17330.124.camel@pasglop> <200904011245.01483.arnd@arndb.de> Content-Type: text/plain Date: Wed, 01 Apr 2009 22:02:30 +1100 Message-Id: <1238583750.17330.125.camel@pasglop> Mime-Version: 1.0 Cc: Geert Uytterhoeven , linuxppc-dev@ozlabs.org, Cell Broadband Engine OSS Development List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, 2009-04-01 at 12:45 +0200, Arnd Bergmann wrote: > On Wednesday 01 April 2009, Benjamin Herrenschmidt wrote: > > On Wed, 2009-04-01 at 11:42 +0200, Geert Uytterhoeven wrote: > > > PPC_CELL_NATIVE selects PPC_OF_PLATFORM_PCI, but not the underlying PCI, > > > causing build failures if PCI is not set. > > > > Maybe it should only select it if PCI is enabled ? Is qpace using PCI ? > > No, QPACE does not have any PCI devices whatsoever. so something like select PPC_OF_PLATFORM_PCI if PCI would work you think ? Ben.