Browse Source

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 <fengguang.wu@intel.com>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Andy Shevchenko 10 years ago
parent
commit
2de5a9c004
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/ata/Kconfig

+ 1 - 1
drivers/ata/Kconfig

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