[PATCH] ata: fix R-Car SATA driver dependencies
From: tj@kernel.org (Tejun Heo)
Date: 2014-03-26 14:21:36
Also in:
linux-ide, linux-sh, lkml
From: tj@kernel.org (Tejun Heo)
Date: 2014-03-26 14:21:36
Also in:
linux-ide, linux-sh, lkml
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 <horms@verge.net.au> Cc: Magnus Damm <magnus.damm@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <redacted>
Applied to libata/for-3.15. Thanks. -- tejun