Re: [PATCH] irqchip: gic-v3: fix unmet dependency on ARM_PSCI_FW
From: Thomas Gleixner
Date: Wed Aug 19 2026 - 15:09:21 EST
On Sat, Aug 01 2026 at 22:22, Julian Braha wrote:
> ARM_GIC_V3 selects HAVE_ARM_SMCCC_DISCOVERY without ensuring its
> dependency, ARM_PSCI_FW is met. However, ARM_PSCI_FW should be
> selected by the system type, so ARM_GIC_V3 should depend on ARM_PSCI_FW.
>
> Additionally, the systems that select ARM_GIC_V3 (ARCH_BRCMSTB and
> SOC_IMX8M) need to select its dependency, ARM_PSCI_FW, too.
>
> This unmet dependency was found by kconfirm, a static analysis tool for
> Kconfig.
Marc?