From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: In-Reply-To: <20060429233922.167124000@localhost.localdomain> References: <20060429232812.825714000@localhost.localdomain> <20060429233922.167124000@localhost.localdomain> Mime-Version: 1.0 (Apple Message framework v749.3) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: From: Segher Boessenkool Subject: Re: [PATCH 11/13] cell: split out board specific files Date: Sun, 30 Apr 2006 04:52:50 +0200 To: Arnd Bergmann Cc: linuxppc-dev@ozlabs.org, paulus@samba.org, Arnd Bergmann , linux-kernel@vger.kernel.org, cbe-oss-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > Split the Cell BE support into generic and platform > dependant parts. > > Creates a new config variable CONFIG_PPC_IBM_CELL_BLADE. > The existing CONFIG_PPC_CELL is now used to denote the > generic Cell processor support. Also renames spu_priv1.c > to spu_priv1_mmio.c. > config CELL_IIC > - depends on PPC_CELL > + depends on PPC_IBM_CELL_BLADE > bool > default y Erm no... Make this depends on PPC_CELL && !SOME_HYPERVISOR_THING to reflect the _real_ dependency please? Similar in a few other places perhaps. Segher