From: Andy Shevchenko Date: Mon, 12 Jan 2015 12:57:44 +0000 (+0200) Subject: sata_dwc_460ex: disable compilation on ARM and ARM64 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2de5a9c004e9;p=linux-beck.git sata_dwc_460ex: disable compilation on ARM and ARM64 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 Signed-off-by: Andy Shevchenko Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 5ed20e37b7dc..9f2ba27388b6 100644 --- a/drivers/ata/Kconfig +++ b/drivers/ata/Kconfig @@ -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.