From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <18032.40314.440212.19149@cargo.ozlabs.ibm.com> Date: Thu, 14 Jun 2007 11:44:26 +1000 From: Paul Mackerras To: arnd@arndb.de Subject: Re: [patch 12/13] powerpc: fix building without PCI In-Reply-To: <20070612163751.979776796@arndb.de> References: <20070612163016.253915076@arndb.de> <20070612163751.979776796@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: , arnd@arndb.de writes: > Some code looks can be configured to be built without > PCI support, but does not work properly. I don't think it makes sense to build a chrp kernel without PCI. I would rather just always select PCI for chrp rather than uglifying the code with all those ifdefs. Paul.