ata: fix Calxeda Highbank SATA driver dependencies
authorBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Wed, 26 Mar 2014 15:39:50 +0000 (16:39 +0100)
committerTejun Heo <tj@kernel.org>
Wed, 26 Mar 2014 15:40:48 +0000 (11:40 -0400)
Make sata_highbank host driver depend on ARCH_HIGHBANK config option
as Calxeda Highbank SATA support is specific to Calxeda Highbank
SoCs and 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: Mark Langsdorf <mark.langsdorf@calxeda.com>
Cc: Rob Herring <robh@kernel.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/Kconfig

index f4d9a6abbcf6d486424c8ff573fa3eddaaf78e74..23f15f48896b38f710086d322223b6df18ad5114 100644 (file)
@@ -272,6 +272,7 @@ config SATA_DWC_VDEBUG
 
 config SATA_HIGHBANK
        tristate "Calxeda Highbank SATA support"
+       depends on ARCH_HIGHBANK || COMPILE_TEST
        help
          This option enables support for the Calxeda Highbank SoC's
          onboard SATA.