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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 82029C4332F for ; Thu, 17 Nov 2022 19:39:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Message-ID: Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:References: List-Owner; bh=dU0jlbFjujcyp25aYbeNe6Op7nfLlYceCD6WMO2hsyM=; b=pT9yR1w6bSc1Al rZLoRAJX4JGzL8P3Ds42VTd0RFpkWjijOBn+gIntN6DX/TOzC3+SBymzkGtz0ZkjeSEAiFTA+Jz+v QvE4Bi1KNamCPRHO4LaxhUlYRCKSJw0m346TBIBoOCq8GgpL9D9TsEg0u6haMfLou9EkQwTPW//hL hSNIhBfZtBDcmM/PG5tXc+nW8RQLRhtkfRosPBkOZWhWeiax4mDmkZmchLys1Zu1VNxy0Lo6W0T9u XORCC5DZeoY+IXy07wNc/8lS/Lfx/pVfhnY/T1WO4r8/m2jAx+orcVUroq0iRvlHn08a8QpAxKrEI RPWhvaoHyT6s5w3rlmtA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovki9-00H0gi-Sc; Thu, 17 Nov 2022 19:38:10 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ovki6-00H0fO-UA for linux-arm-kernel@lists.infradead.org; Thu, 17 Nov 2022 19:38:08 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 151326223A; Thu, 17 Nov 2022 19:38:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 37811C433D6; Thu, 17 Nov 2022 19:38:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1668713883; bh=KPMa5USpM4BwKCaoPZCynZJmzGkezREaUXU/RoRTwxo=; h=Date:From:To:Cc:Subject:In-Reply-To:From; b=vJ5LrcBtZeiTi5t36dDlv1vOJQlF4ER4uy0QzQZs5u2f9Jn9AB6mkzfmDx8DeUaUX NKPcLLJA3w2vcEtTUHodc8IOVBWUESOWttPvhxSWccDcPVRfJtQwT63fx3myKDgMDf DTxRD9VV4MFXEovj2mzQOCsGl6KfSs+qh8eMeZLCYQ/mS2A7v6ZmdmgMfDuAxc0prW emTPaX2r8yieMDdgMicEnQTF2UJRijh97mdU1SUa2Z/02Ofafnw9467vmWP2gzquxq OOBfgdPvvlrlhBRZrdf4h2CX/63w7GisK2vNx58BzNHTtz9VdR4Cf9ouqL01Wt8GS9 sZclFUqDL0iIg== Date: Thu, 17 Nov 2022 13:38:01 -0600 From: Bjorn Helgaas To: Geert Uytterhoeven Cc: linux-pci@vger.kernel.org, Lorenzo Pieralisi , Pali =?iso-8859-1?Q?Roh=E1r?= , Rob Herring , Krzysztof =?utf-8?Q?Wilczy=C5=84ski?= , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Bjorn Helgaas Subject: Re: [PATCH v2 2/2] PCI: Allow building CONFIG_OF drivers with COMPILE_TEST Message-ID: <20221117193801.GA1204302@bhelgaas> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221117_113807_026980_DAAFC9A1 X-CRM114-Status: GOOD ( 15.43 ) 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: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Nov 17, 2022 at 09:55:08AM +0100, Geert Uytterhoeven wrote: > On Wed, Nov 16, 2022 at 9:51 PM Bjorn Helgaas wrote: > > From: Bjorn Helgaas > > config PCI_HISI > > - depends on OF && (ARM64 || COMPILE_TEST) > > bool "HiSilicon Hip05 and Hip06 SoCs PCIe controllers" > > + depends on ARM64 || COMPILE_TEST > > + depends on OF || COMPILE_TEST > > Note that ARM64 selects OF, so this (and a few others) could be > simplified by dropping the "depends on OF || COMPILE_TEST". > But that might be the scope of a different patch? Hmm, yes. I don't really know what to do here, so I left it for now. ARM64 does indeed select OF, but I'm not sure whether that's an actual arch dependency or just a convenience because most ARM64 platforms rely on it. I know there are some that use ACPI, and I don't know whether they *also* need OF. Bjorn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel