aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2015-01-12 07:57:44 -0500
committerTejun Heo <tj@kernel.org>2015-01-12 08:05:52 -0500
commit2de5a9c004e92aaf49b800e60820f7a030d42eb9 (patch)
tree649056c124d6c135b5c9febc8d0c219512c4d9c0
parente88af2f8de7914d311e66854eba2889710ee364e (diff)
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>
-rw-r--r--drivers/ata/Kconfig2
1 files changed, 1 insertions, 1 deletions
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
269 269
270config SATA_DWC 270config SATA_DWC
271 tristate "DesignWare Cores SATA support" 271 tristate "DesignWare Cores SATA support"
272 depends on 460EX || COMPILE_TEST 272 depends on 460EX || (COMPILE_TEST && !(ARM || ARM64))
273 help 273 help
274 This option enables support for the on-chip SATA controller of the 274 This option enables support for the on-chip SATA controller of the
275 AppliedMicro processor 460EX. 275 AppliedMicro processor 460EX.