From patchwork Thu Sep 5 17:39:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 2854191 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5AE2DC0AB5 for ; Thu, 5 Sep 2013 17:41:08 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 3E13A20284 for ; Thu, 5 Sep 2013 17:41:07 +0000 (UTC) Received: from casper.infradead.org (casper.infradead.org [85.118.1.10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 227F8201F9 for ; Thu, 5 Sep 2013 17:41:06 +0000 (UTC) Received: from merlin.infradead.org ([2001:4978:20e::2]) by casper.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdXO-0004xy-R2; Thu, 05 Sep 2013 17:40:11 +0000 Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdX3-00005V-Lc; Thu, 05 Sep 2013 17:39:49 +0000 Received: from mail-ee0-f49.google.com ([74.125.83.49]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1VHdX1-0008Vg-FY for linux-arm-kernel@lists.infradead.org; Thu, 05 Sep 2013 17:39:47 +0000 Received: by mail-ee0-f49.google.com with SMTP id d41so1052492eek.8 for ; Thu, 05 Sep 2013 10:39:25 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=0ltf9HtNEtQmo5VeRjz5/UsuXAc5j/LAYS0qd80lblE=; b=a6Rvg+PiIPrUvdUBEnlb1se3MkyS6WdK9xXv44McgS7Y+Rl9wEzfmjv3uit4IwEZgr eHN0tMIijjfIz7/GS6lpTZKYMgAwM/uXlTzvfWgc0pRVhs481mEVeJIMrHKPTi/dKDfN T4DjQSmPBbUF5icLo68yVs9KXjUQsuBLiEb6cSXOgUgjgOQD3fJnb1jcgI+yC+r9VPhL x0eHy8nrvVrE5eZAqeymZD6/g9Vq16MEp1FnxRys5VuYPLSbSyUi6Q3nIo1xFIlzPLU4 SfZsmGVOBEDXu+HoZkrOVw7t4t88e5obFEjsnAxHEnt8mEqeoLvIwLWjjXjJxlddksmY VDzQ== X-Gm-Message-State: ALoCoQmLLbo+F5BgDSGnjJojFn3xfwPqK5i2zL8EypIdluPgSBWeOuCSRayWmj3bifMeZaAWQ5gI X-Received: by 10.14.184.3 with SMTP id r3mr15211756eem.49.1378402765743; Thu, 05 Sep 2013 10:39:25 -0700 (PDT) Received: from localhost.localdomain ([85.235.11.236]) by mx.google.com with ESMTPSA id m54sm50514017eex.2.1969.12.31.16.00.00 (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Thu, 05 Sep 2013 10:39:25 -0700 (PDT) From: Linus Walleij To: linux-arm-kernel@lists.infradead.org, Alexander Schulz Subject: [PATCH 4/6] RFC: ide: drop dependency on ARCH_SHARK Date: Thu, 5 Sep 2013 19:39:20 +0200 Message-Id: <1378402760-16465-1-git-send-email-linus.walleij@linaro.org> X-Mailer: git-send-email 1.8.3.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20130905_133947_642426_39AB3286 X-CRM114-Status: GOOD ( 12.13 ) X-Spam-Score: -2.6 (--) Cc: Jens Axboe , Russell King , arm@kernel.org, Linus Walleij , Dmitry Torokhov , Tomi Valkeinen , Jean-Christophe Plagniol-Villard , "David S. Miller" X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-6.6 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This drops the selection of default IDE chipset for the Shark machine as it has been deleted. Cc: David S. Miller Signed-off-by: Linus Walleij --- NOTE: Do not apply this patch other than after removing the RFC tag. I am collecting ACKs from subsystem maintainers to take this through ARM SoC if we continue with the deletion. --- drivers/ide/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 02906ca..3f7f59c 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -197,8 +197,8 @@ comment "IDE chipset support/bugfixes" config IDE_GENERIC tristate "generic/default IDE chipset support" - depends on ALPHA || X86 || IA64 || M32R || MIPS || ARCH_RPC || ARCH_SHARK - default ARM && (ARCH_RPC || ARCH_SHARK) + depends on ALPHA || X86 || IA64 || M32R || MIPS || ARCH_RPC + default ARM && ARCH_RPC help This is the generic IDE driver. This driver attaches to the fixed legacy ports (e.g. on PCs 0x1f0/0x170, 0x1e8/0x168 and