[PATCH] ata: fix Marvell SATA driver dependencies
From: tj@kernel.org (Tejun Heo)
Date: 2014-03-26 16:29:46
Also in:
linux-ide, lkml
From: tj@kernel.org (Tejun Heo)
Date: 2014-03-26 16:29:46
Also in:
linux-ide, lkml
On Wed, Mar 26, 2014 at 05:19:02PM +0100, Bartlomiej Zolnierkiewicz wrote:
Make sata_mv host driver depend on PCI || ARCH_KIRKWOOD || ARCH_MVEBU || ARCH_ORION5X config options as Marvell SATA support covers both Marvell PCI devices and Marvell Kirkwood, Armada 370/XP and Orion5x SoCs (for non-PCI devices the driver to work requires suitable device tree node to be defined). Additionally allow the driver build if COMPILE_TEST config option is set. Cc: Jason Cooper <redacted> Cc: Andrew Lunn <andrew@lunn.ch> Cc: Gregory Clement <redacted> Cc: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Bartlomiej Zolnierkiewicz <redacted>
Patch doesn't apply to libata/for-3.15. Thanks. -- tejun