From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [PATCH] ata: fix R-Car SATA driver dependencies Date: Wed, 26 Mar 2014 10:21:29 -0400 Message-ID: <20140326142129.GD7171@htj.dyndns.org> References: <4494466.bbG3GqUbue@amdc1032> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <4494466.bbG3GqUbue@amdc1032> Sender: linux-sh-owner@vger.kernel.org To: Bartlomiej Zolnierkiewicz Cc: Simon Horman , Magnus Damm , linux-ide@vger.kernel.org, linux-sh@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org List-Id: linux-ide@vger.kernel.org On Wed, Mar 26, 2014 at 03:19:23PM +0100, Bartlomiej Zolnierkiewicz wrote: > Make sata_rcar host driver depend on ARCH_SHMOBILE config option as > Renesas R-Car SATA support is specific to Renesas SoCs and the driver > to work requires suitable device tree node (or platform device) to be > defined. Additionally allow the driver build if COMPILE_TEST config > option is set. > > Cc: Simon Horman > Cc: Magnus Damm > Signed-off-by: Bartlomiej Zolnierkiewicz Applied to libata/for-3.15. Thanks. -- tejun