From patchwork Thu Mar 18 04:56:58 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Christoph Hellwig X-Patchwork-Id: 12147317 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 03218C433E0 for ; Thu, 18 Mar 2021 05:01:06 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9697B64EF9 for ; Thu, 18 Mar 2021 05:01:05 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9697B64EF9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=lst.de Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:Cc:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=AkBu6uoNGTG7KOBDpnN+p0pXkMNmR2e9m7wdzh64FAg=; b=XZBjs4K6lyhO1arYf4RLjuYK4 Xwu3byBNHk3bhwmjTJbEIy556jAzqNYrIcEGD1szeiXsHgtQjLM5G2KbMnEK0agW63aYciI4WckXv JXF/lL26eZ2NFLH3G7tYLJwQoLoE5LNOT0quW2TjWpu0xIBUCAIGz3d+9ngkkMBcPI/e4MQuizN7q VPxliCzPZ6AWnBrrjSkL9QiERP8Ot2vi4YJMzqwx7dftGtn4Hwswr/9w1rAS6+GK1j4uJvq6tHq5d 8rLQrI+pdtv42sVeQbgYePggDBy9Pbcgjkazbq7Jewq97R4PNd0eXJDXPjKmRDw+mirgfF+rUhSUC Cs8A7HUvw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94 #2 (Red Hat Linux)) id 1lMkk8-004Scy-3J; Thu, 18 Mar 2021 04:58:44 +0000 Received: from casper.infradead.org ([2001:8b0:10b:1236::1]) by desiato.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1lMkj9-004SWO-1e for linux-arm-kernel@desiato.infradead.org; Thu, 18 Mar 2021 04:57:44 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:MIME-Version: References:In-Reply-To:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: Content-Type:Content-ID:Content-Description; bh=X7OKeBpeJsVYeN75fiWMn3APZAz6LKeWLTmdnRzWAQU=; b=MZboMS9VCAPdmM3jfgg035iyh2 NIC+xKdCCd5WNGiIkBZtEByphZU8i8+/nwY0kxyrTJBDoXw+bV/cD6lBDa0f+1AoU8924bPzoLDCB eKOSv4Eafp4lsqnF3nVhKBYR3MhDbahkUR0iiDtCT1d3tLYgs8CxgE+Q1PumSSFrOeEJBp56+JyRV qnA6z9ThJvmyGn4N7/ATH/CmL3ahlVhhQY8mcvA9wZU9iO3Ls3F+kQa4h9ZwduQ+s5psyPEaF0BeN +Kfu8bucxJkCwG0SmsrgbzqMbKWwZV+xoXMppl1c0MtoWFSZ99+iEpBexpZBBT2h1iT2lHm6sFZuO yZ6BElgA==; Received: from [2001:4bb8:18c:bb3:e1cf:ad2f:7ff7:7a0b] (helo=localhost) by casper.infradead.org with esmtpsa (Exim 4.94 #2 (Red Hat Linux)) id 1lMkiy-002ZCq-8a; Thu, 18 Mar 2021 04:57:36 +0000 From: Christoph Hellwig To: "David S. Miller" , Jens Axboe , Geert Uytterhoeven Cc: Richard Henderson , Ivan Kokshaysky , Matt Turner , Russell King , Thomas Bogendoerfer , Michael Ellerman , linux-ide@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-m68k@lists.linux-m68k.org, linux-mips@vger.kernel.org, linuxppc-dev@lists.ozlabs.org Subject: [PATCH 02/10] ARM: disable CONFIG_IDE in footbridge_defconfig Date: Thu, 18 Mar 2021 05:56:58 +0100 Message-Id: <20210318045706.200458-3-hch@lst.de> X-Mailer: git-send-email 2.30.1 In-Reply-To: <20210318045706.200458-1-hch@lst.de> References: <20210318045706.200458-1-hch@lst.de> MIME-Version: 1.0 X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org footbridge_defconfig enables CONFIG_IDE but no actual host controller driver, so just drop it. Signed-off-by: Christoph Hellwig --- arch/arm/configs/footbridge_defconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/arch/arm/configs/footbridge_defconfig b/arch/arm/configs/footbridge_defconfig index 3a7938f244e566..1fe60e0fcf2790 100644 --- a/arch/arm/configs/footbridge_defconfig +++ b/arch/arm/configs/footbridge_defconfig @@ -65,7 +65,6 @@ CONFIG_PARIDE_ON26=m CONFIG_BLK_DEV_LOOP=m CONFIG_BLK_DEV_NBD=m CONFIG_BLK_DEV_RAM=y -CONFIG_IDE=y CONFIG_NETDEVICES=y CONFIG_NET_ETHERNET=y CONFIG_NET_VENDOR_3COM=y