From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Date: Wed, 26 Mar 2014 14:21:29 +0000 Subject: Re: [PATCH] ata: fix R-Car SATA driver dependencies Message-Id: <20140326142129.GD7171@htj.dyndns.org> List-Id: References: <4494466.bbG3GqUbue@amdc1032> In-Reply-To: <4494466.bbG3GqUbue@amdc1032> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-arm-kernel@lists.infradead.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