]> git.karo-electronics.de Git - linux-beck.git/commitdiff
sata_dwc_460ex: disable compilation on ARM and ARM64
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 12 Jan 2015 12:57:44 +0000 (14:57 +0200)
committerTejun Heo <tj@kernel.org>
Mon, 12 Jan 2015 13:05:52 +0000 (08:05 -0500)
For now disable the compilation of the driver on ARM and ARM64. In the future
we will fix the DMA handling in that driver and re-enable compilation back.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
drivers/ata/Kconfig

index 5ed20e37b7dc5f60ddbf5d2e722c9a44edf1b5bf..9f2ba27388b671eff4202f49e149b29df8ed0357 100644 (file)
@@ -269,7 +269,7 @@ config ATA_PIIX
 
 config SATA_DWC
        tristate "DesignWare Cores SATA support"
-       depends on 460EX || COMPILE_TEST
+       depends on 460EX || (COMPILE_TEST && !(ARM || ARM64))
        help
          This option enables support for the on-chip SATA controller of the
          AppliedMicro processor 460EX.