From mboxrd@z Thu Jan 1 00:00:00 1970 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=-8.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 D09D1C432C2 for ; Thu, 26 Sep 2019 08:13:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 A4C4B222BE for ; Thu, 26 Sep 2019 08:13:14 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="s5z+e+wT" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A4C4B222BE Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=arm.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DraZ7AtFfRZM1KjvM3zuLIXJBtxRi89cTtSQctaxsDQ=; b=s5z+e+wTxB1CS9 poYbAKsg8RZWgYpynrhP5aXr4gqzprsWnE9A2/EHqjO7stxtbDdwUDySi3NoTkk5Q6lAixxbmOoPU VR3bS387/HO0ohqu0DPe2o+pNoJAKfYew9yMwVs3mR0GYH+WNJDWwZNCt8uX7LyTrqd8cpADvpWdE XFQ6decoPQjQ9xPxfE5RBVxp/BONREPd1i9QU+2bdbyJOz3YUAkOQoGc20e4meZYDH/jwa8dXLLIO t+gCFmTxBsEzPRcAzCuvc7unyIHHpLGoIqHayXWjcqUDl2NyMkcev3BUqeGdZA67/iWiu5yiatDID 1dLpZF9fTR84ZhFllPdQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iDOtf-0003Pn-Rb; Thu, 26 Sep 2019 08:13:07 +0000 Received: from foss.arm.com ([217.140.110.172]) by bombadil.infradead.org with esmtp (Exim 4.92.2 #3 (Red Hat Linux)) id 1iDOta-0003ON-FE for linux-arm-kernel@lists.infradead.org; Thu, 26 Sep 2019 08:13:03 +0000 Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id EE29E1000; Thu, 26 Sep 2019 01:13:00 -0700 (PDT) Received: from localhost (unknown [10.37.6.20]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 6C7F93F836; Thu, 26 Sep 2019 01:13:00 -0700 (PDT) Date: Thu, 26 Sep 2019 09:12:58 +0100 From: Andrew Murray To: Rob Herring Subject: Re: [PATCH 04/11] PCI: versatile: Enable COMPILE_TEST Message-ID: <20190926081258.GU9720@e119886-lin.cambridge.arm.com> References: <20190924214630.12817-1-robh@kernel.org> <20190924214630.12817-5-robh@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20190924214630.12817-5-robh@kernel.org> User-Agent: Mutt/1.10.1+81 (426a6c1) (2018-08-26) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190926_011302_551034_91DCB6E0 X-CRM114-Status: GOOD ( 14.42 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Bjorn Helgaas , linux-pci@vger.kernel.org, Lorenzo Pieralisi , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Sep 24, 2019 at 04:46:23PM -0500, Rob Herring wrote: > Since commit a574795bc383 ("PCI: generic,versatile: Remove unused > pci_sys_data structures") the build dependency on ARM is gone, so let's > enable COMPILE_TEST for versatile. > > Signed-off-by: Rob Herring Reviewed-by: Andrew Murray > --- > drivers/pci/controller/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/pci/controller/Kconfig b/drivers/pci/controller/Kconfig > index fe9f9f13ce11..14836229357e 100644 > --- a/drivers/pci/controller/Kconfig > +++ b/drivers/pci/controller/Kconfig > @@ -135,7 +135,7 @@ config PCI_V3_SEMI > > config PCI_VERSATILE > bool "ARM Versatile PB PCI controller" > - depends on ARCH_VERSATILE > + depends on ARCH_VERSATILE || COMPILE_TEST > > config PCIE_IPROC > tristate > -- > 2.20.1 > > > _______________________________________________ > linux-arm-kernel mailing list > linux-arm-kernel@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/linux-arm-kernel _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel