From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.lixom.net (lixom.net [66.141.50.11]) by ozlabs.org (Postfix) with ESMTP id 01F59DDD01 for ; Wed, 5 Dec 2007 07:35:31 +1100 (EST) Date: Tue, 4 Dec 2007 14:39:33 -0600 From: Olof Johansson To: Anton Vorontsov Subject: Re: [PATCH v2 2/4] [libata] pata_of_platform: OF-Platform PATA device driver Message-ID: <20071204203933.GA8099@lixom.net> References: <20071204170442.GA10460@localhost.localdomain> <20071204170719.GB15599@localhost.localdomain> <20071204184826.GA5758@lixom.net> <20071204194921.GB1253@localhost.localdomain> <20071204200121.GA6782@lixom.net> <20071204203751.GA3015@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20071204203751.GA3015@localhost.localdomain> Cc: linux-ide@vger.kernel.org, Paul Mundt , Arnd Bergmann , Jeff Garzik , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, Dec 04, 2007 at 11:37:51PM +0300, Anton Vorontsov wrote: > On Tue, Dec 04, 2007 at 02:01:21PM -0600, Olof Johansson wrote: > > On Tue, Dec 04, 2007 at 10:49:21PM +0300, Anton Vorontsov wrote: > > > tristate "Generic platform device PATA support" > > > - depends on EMBEDDED || ARCH_RPC > > > + depends on EMBEDDED || ARCH_PPC > > > > It needs to be || PPC, not || ARCH_PPC. > > D'oh. > > - - - - > From: Anton Vorontsov > Subject: [PATCH v2.2] [libata] pata_of_platform: OF-Platform PATA device driver > > This driver nicely wraps around pata_platform library functions, > and provides OF platform bus bindings to the PATA devices. > > In addition fix ARCH_RPC typo in the PATA_PLATFORM Kconfig entry, > spotted by Olof Johansson. > > Signed-off-by: Anton Vorontsov Reviewed-by: Olof Johansson