From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from moutng.kundenserver.de (moutng.kundenserver.de [212.227.126.188]) by ozlabs.org (Postfix) with ESMTP id 497FEDDED9 for ; Thu, 14 Jun 2007 17:59:12 +1000 (EST) From: Arnd Bergmann To: Paul Mackerras Subject: Re: [patch 12/13] powerpc: fix building without PCI Date: Thu, 14 Jun 2007 09:58:51 +0200 References: <20070612163016.253915076@arndb.de> <20070612163751.979776796@arndb.de> <18032.40314.440212.19149@cargo.ozlabs.ibm.com> In-Reply-To: <18032.40314.440212.19149@cargo.ozlabs.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Message-Id: <200706140958.52118.arnd@arndb.de> Cc: linuxppc-dev@ozlabs.org, Stephen Rothwell List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thursday 14 June 2007, Paul Mackerras wrote: > > Some code looks can be configured to be built without > > PCI support, but does not work properly. >=20 > I don't think it makes sense to build a chrp kernel without PCI. =A0I > would rather just always select PCI for chrp rather than uglifying the > code with all those ifdefs. Ok, good. I had done that at first but then saw that the chrp code already has a conditional on CONFIG_PCI in the Makefile and changed it. I have changed it back in my series now. Arnd <><