From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw02.freescale.net (az33egw02.freescale.net [192.88.158.103]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw02.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id A795DDDDFB for ; Sat, 17 May 2008 05:04:41 +1000 (EST) Date: Fri, 16 May 2008 14:04:38 -0500 From: Scott Wood To: Anton Vorontsov Subject: Re: [PATCH 1/4] [SPI] [POWERPC] spi_mpc83xx: handles Freescale MPC8610 as well Message-ID: <20080516190438.GA2758@loki.buserror.net> References: <20080516165052.GA24196@polina.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20080516165052.GA24196@polina.dev.rtsoft.ru> Cc: David Brownell , linux-kernel@vger.kernel.org, linuxppc-dev@ozlabs.org, spi-devel-general@lists.sourceforge.net, Timur Tabi , Pierre Ossman List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, May 16, 2008 at 08:50:52PM +0400, Anton Vorontsov wrote: > config SPI_MPC83xx > tristate "Freescale MPC83xx/QUICC Engine SPI controller" > - depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE) && EXPERIMENTAL > + depends on SPI_MASTER && (PPC_83xx || QUICC_ENGINE || PPC_86xx) && EXPERIMENTAL How about "depends on SPI_MASTER && FSL_SOC && EXPERIMENTAL"? Plus, we should change the option text to something like "MPC8xxx SPI controller". -Scott