From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Subject: [PATCH v2 3/3] drivers/block - make Xilinx SystemACE driver arch-independent Date: Mon, 24 Jun 2013 12:26:04 +0400 Message-ID: <1372062364-25861-4-git-send-email-abrodkin@synopsys.com> References: <1372062364-25861-1-git-send-email-abrodkin@synopsys.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from vaxjo.synopsys.com ([198.182.60.75]:37583 "EHLO vaxjo.synopsys.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752904Ab3FXI0j (ORCPT ); Mon, 24 Jun 2013 04:26:39 -0400 In-Reply-To: <1372062364-25861-1-git-send-email-abrodkin@synopsys.com> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-arch@vger.kernel.org Cc: Alexey Brodkin , Vineet Gupta , Mischa Jonker , Grant Likely , Arnd Bergmann , Michal Simek , Benjamin Herrenschmidt , Andy Shevchenko With generic accessors Xilinx SystemACE driver is no longer limited to PPC/Microblaze architecures. It might be built and used on any architecture now. Signed-off-by: Alexey Brodkin Cc: Vineet Gupta Cc: Mischa Jonker Cc: Grant Likely Cc: Arnd Bergmann Cc: Michal Simek Cc: Benjamin Herrenschmidt Cc: Andy Shevchenko --- drivers/block/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index b81ddfe..746d2f7 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig @@ -460,7 +460,6 @@ source "drivers/s390/block/Kconfig" config XILINX_SYSACE tristate "Xilinx SystemACE support" - depends on 4xx || MICROBLAZE help Include support for the Xilinx SystemACE CompactFlash interface -- 1.7.10.4