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 74138CDB47E for ; Fri, 13 Oct 2023 10:45:40 +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:From:References:Cc:To: Subject:MIME-Version:Date:Message-ID:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=3NGlNYmXk3Wg2a+w7ROqw12EAVQZfCDYsl+QBOmJ4yw=; b=fPTwC4RvAviVPO yc4D7RLcX6ANLPjQAvSTB0sAwQW1iae3JsWn++UGICUFP1GDMs3CMmQoiTirdQQ1zlDrEVkzIrg1M oJwDLwuhEJ++NCkpaO0uUmMMuT+1eOw6SnfkfoDg1UWAEZujdUNOtod60ZGlmJ7q73TL1u9j1xetI oeJCHokXrwkTktnLzRmir6MiZTP7b4Ob49dvEBelIxpZW9X0NJDZL0sF48LsZdUw1jmMgdUkZSd5C H+Plf2IdKAmJxnka4tbFYpxdHqXpB+f50LYTE2gccAYKqWakUQD8mwQwh6lpPJgHLy6LWV2mjPaxP ezLSGHVtplmC2G1u5eIA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qrFfT-003EbL-22; Fri, 13 Oct 2023 10:45:19 +0000 Received: from out30-118.freemail.mail.aliyun.com ([115.124.30.118]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qrFfP-003EaA-05 for linux-arm-kernel@lists.infradead.org; Fri, 13 Oct 2023 10:45:18 +0000 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R171e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018045168;MF=xueshuai@linux.alibaba.com;NM=1;PH=DS;RN=15;SR=0;TI=SMTPD_---0Vu2-b8h_1697193908; Received: from 30.240.114.194(mailfrom:xueshuai@linux.alibaba.com fp:SMTPD_---0Vu2-b8h_1697193908) by smtp.aliyun-inc.com; Fri, 13 Oct 2023 18:45:09 +0800 Message-ID: <8e373bfc-3fa4-6de3-4994-b93f78699e2f@linux.alibaba.com> Date: Fri, 13 Oct 2023 18:45:07 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.15.1 Subject: Re: [PATCH v7 3/4] drivers/perf: add DesignWare PCIe PMU driver Content-Language: en-US To: Jonathan Cameron Cc: Bjorn Helgaas , chengyou@linux.alibaba.com, kaishen@linux.alibaba.com, yangyicong@huawei.com, will@kernel.org, baolin.wang@linux.alibaba.com, robin.murphy@arm.com, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-pci@vger.kernel.org, rdunlap@infradead.org, mark.rutland@arm.com, zhuo.song@linux.alibaba.com, renyu.zj@linux.alibaba.com References: <20231012162512.GA1069387@bhelgaas> <20231013094113.00003d72@Huawei.com> From: Shuai Xue In-Reply-To: <20231013094113.00003d72@Huawei.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20231013_034515_233931_A9BF8688 X-CRM114-Status: UNSURE ( 6.27 ) X-CRM114-Notice: Please train this message. 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 2023/10/13 16:41, Jonathan Cameron wrote: > >>> >>>> + depends on (ARM64 && PCI) >>> >>> I don't see any actual ARM64 dependency in the code, so maybe omit >>> ARM64 (as PCIE_DW_PLAT_HOST does) or add "|| COMPILE_TEST"? >> >> I will remove the ARM64 dependency and add COMPILE_TEST. > don't do both. That makes no sense. either > > depends on PCI && (ARM64 || COMPILE_TEST) > or > depends on PCI Got it. Thank you. Best Regards, Shuai _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel