From mboxrd@z Thu Jan 1 00:00:00 1970 From: tj@kernel.org (Tejun Heo) Date: Wed, 26 Mar 2014 10:21:29 -0400 Subject: [PATCH] ata: fix R-Car SATA driver dependencies In-Reply-To: <4494466.bbG3GqUbue@amdc1032> References: <4494466.bbG3GqUbue@amdc1032> Message-ID: <20140326142129.GD7171@htj.dyndns.org> To: linux-arm-kernel@lists.infradead.org List-Id: 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