From nobody Fri Sep 19 07:20:16 2025 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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7BA32C43217 for ; Sat, 26 Nov 2022 13:34:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229622AbiKZNeo (ORCPT ); Sat, 26 Nov 2022 08:34:44 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbiKZNef (ORCPT ); Sat, 26 Nov 2022 08:34:35 -0500 Received: from galois.linutronix.de (Galois.linutronix.de [IPv6:2a0a:51c0:0:12e:550::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 68C8119021 for ; Sat, 26 Nov 2022 05:34:34 -0800 (PST) Date: Sat, 26 Nov 2022 13:34:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020; t=1669469672; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IumkYiQ9EfgcJn1sHROlqal/ZhzBUid4Jn8OLy+cW6k=; b=aAOHknVYR6KCCccSTyYkHDPKLFDM5V05I+zjpSwMMl7s9u3tX49fukacINQFX2Iim2Guo8 VBCy1c9+j4YlTu27NlLj0lsa9D839u4Hf1mZtTLEqvxJ70QXDPEDxYK3gKRC9CoiMWH0Xk /NpUXmIofPVEFiIruLPeMg3uKHH10X4+zQZRha0s10x2f0R8Gm/GdgVUoAOC3TCRYBFst1 QrEn/O2KRBTG8syHFIpi1PPXHNxsQF3PPP7uloNKBsyNTXFGpwcKF7OeoBdIAlRlSJYzWA fdsHan343eF68/OSL5TDuAALeYtM/pmLNWxBrFrihjjQSDcAwrP1QajFgFjgXA== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=linutronix.de; s=2020e; t=1669469672; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=IumkYiQ9EfgcJn1sHROlqal/ZhzBUid4Jn8OLy+cW6k=; b=aMNllcwkPFLu6NiC5UqotrbEVH7VOcWOAPdFqrOtnMTLCxPNtUcbr0s16KiXs6tHc+uJBW TPLSEGu+Ovy+8MDQ== From: "irqchip-bot for Jean Delvare" Sender: tip-bot2@linutronix.de Reply-to: linux-kernel@vger.kernel.org To: linux-kernel@vger.kernel.org Subject: [irqchip: irq/irqchip-next] irqchip/al-fic: Drop obsolete dependency on COMPILE_TEST Cc: Jean Delvare , Talel Shenhar , Thomas Gleixner , Marc Zyngier In-Reply-To: <20221121161622.6294a899@endymion.delvare> References: <20221121161622.6294a899@endymion.delvare> MIME-Version: 1.0 Message-ID: <166946967148.4906.692319381666088816.tip-bot2@tip-bot2> Robot-ID: Robot-Unsubscribe: Contact to get blacklisted from these emails Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The following commit has been merged into the irq/irqchip-next branch of ir= qchip: Commit-ID: 9869f37aa4ee2a2e08536529dab4ccda9e23ce0c Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-plat= forms/9869f37aa4ee2a2e08536529dab4ccda9e23ce0c Author: Jean Delvare AuthorDate: Mon, 21 Nov 2022 16:16:22 +01:00 Committer: Marc Zyngier CommitterDate: Sat, 26 Nov 2022 13:29:42=20 irqchip/al-fic: Drop obsolete dependency on COMPILE_TEST Since commit 0166dc11be91 ("of: make CONFIG_OF user selectable"), it is possible to test-build any driver which depends on OF on any architecture by explicitly selecting OF. Therefore depending on COMPILE_TEST as an alternative is no longer needed. It is actually better to always build such drivers with OF enabled, so that the test builds are closer to how each driver will actually be built on its intended target. Building them without OF may not test much as the compiler will optimize out potentially large parts of the code. In the worst case, this could even pop false positive warnings. Dropping COMPILE_TEST here improves the quality of our testing and avoids wasting time on non-existent issues. Signed-off-by: Jean Delvare Cc: Talel Shenhar Cc: Thomas Gleixner Cc: Marc Zyngier Signed-off-by: Marc Zyngier Link: https://lore.kernel.org/r/20221121161622.6294a899@endymion.delvare --- drivers/irqchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 7ef9f5e..de43144 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -86,7 +86,7 @@ config ALPINE_MSI =20 config AL_FIC bool "Amazon's Annapurna Labs Fabric Interrupt Controller" - depends on OF || COMPILE_TEST + depends on OF select GENERIC_IRQ_CHIP select IRQ_DOMAIN help