* [PATCHv3] irqchip/mbigen: add COMPILE_TEST support
@ 2026-05-13 0:49 Rosen Penev
0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-05-13 0:49 UTC (permalink / raw)
To: linux-kernel; +Cc: Thomas Gleixner
Add description to bool to do so.
Remove ARM_GIC_V3 as the driver does not need it to compile. GIC_V3* is
always selected for ARM64 so moot point there.
Add GENERIC_MSI_IRQ as it's now needed for non ARM64 builds where
ARM_GIC_V3_ITS is not automatically selected.
Assisted-by: Codex-GPT-5.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
v3: reword description.
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-13 0:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-13 0:49 [PATCHv3] irqchip/mbigen: add COMPILE_TEST support Rosen Penev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox