[PATCHv2] irqchip/mbigen: add COMPILE_TEST support
From: Rosen Penev
Date: Sun May 10 2026 - 15:56:08 EST
Add description to bool to do so.
Remove ARM_GIC_V3 as the driver does not need it to compile.
Add GENERIC_MSI_IRQ since it's now needed as the ARM stuff went away.
Assisted-by: Codex-GPT-5.5
Signed-off-by: Rosen Penev <rosenp@xxxxxxxxx>
---
v2: add GENERIC_MSI_IRQ
drivers/irqchip/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index eb8428d9fa61..e7d559472790 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -208,9 +208,9 @@ config FARADAY_FTINTC010
select SPARSE_IRQ
config HISILICON_IRQ_MBIGEN
- bool
- select ARM_GIC_V3
- select ARM_GIC_V3_ITS
+ bool "HiSilicon MBIGEN interrupt controller"
+ depends on ARCH_HISI || COMPILE_TEST
+ select GENERIC_MSI_IRQ
config IMGPDC_IRQ
bool
--
2.54.0