[PATCH] ata: fix ARASAN CompactFlash PATA driver dependencies
From: tj@kernel.org (Tejun Heo)
Date: 2014-03-26 14:35:14
Also in:
linux-ide, lkml
From: tj@kernel.org (Tejun Heo)
Date: 2014-03-26 14:35:14
Also in:
linux-ide, lkml
On Wed, Mar 26, 2014 at 03:33:37PM +0100, Bartlomiej Zolnierkiewicz wrote:
Make pata_arasan_cf host driver depend on ARCH_SPEAR13XX config option as ARASAN CompactFlash PATA support is specific to ST SPEAr13xx 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: Viresh Kumar <redacted> Cc: Shiraz Hashim <redacted> Signed-off-by: Bartlomiej Zolnierkiewicz <redacted>
Applied to libata/for-3.15. Thanks. -- tejun