From patchwork Mon Jan 12 12:57:44 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andy Shevchenko X-Patchwork-Id: 427740 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 6F00B1401AF for ; Mon, 12 Jan 2015 23:57:48 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751329AbbALM5r (ORCPT ); Mon, 12 Jan 2015 07:57:47 -0500 Received: from mga09.intel.com ([134.134.136.24]:25653 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751057AbbALM5q (ORCPT ); Mon, 12 Jan 2015 07:57:46 -0500 Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga102.jf.intel.com with ESMTP; 12 Jan 2015 04:55:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.97,862,1389772800"; d="scan'208";a="439449193" Received: from smile.fi.intel.com (HELO smile) ([10.237.72.90]) by FMSMGA003.fm.intel.com with ESMTP; 12 Jan 2015 04:44:58 -0800 Received: from andy by smile with local (Exim 4.84) (envelope-from ) id 1YAeYy-0003aa-QV; Mon, 12 Jan 2015 14:57:44 +0200 From: Andy Shevchenko To: Russell King - ARM Linux , Mark Brown , Tejun Heo , linux-ide@vger.kernel.org Cc: Andy Shevchenko Subject: [PATCH v1] sata_dwc_460ex: disable compilation on ARM and ARM64 Date: Mon, 12 Jan 2015 14:57:44 +0200 Message-Id: <1421067464-13725-1-git-send-email-andriy.shevchenko@linux.intel.com> X-Mailer: git-send-email 2.1.4 Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org 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 --- drivers/ata/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig index 5ed20e3..9f2ba27 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.