The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] irqchip/mbigen: add COMPILE_TEST support
@ 2026-05-08  2:13 Rosen Penev
  2026-05-09 20:47 ` kernel test robot
  2026-05-09 21:50 ` kernel test robot
  0 siblings, 2 replies; 4+ messages in thread
From: Rosen Penev @ 2026-05-08  2:13 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.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/irqchip/Kconfig | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 46f4603eff1b..5b379415a817 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -208,9 +208,8 @@ 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
 
 config IMGPDC_IRQ
 	bool
-- 
2.54.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-09 21:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-08  2:13 [PATCH] irqchip/mbigen: add COMPILE_TEST support Rosen Penev
2026-05-09 20:47 ` kernel test robot
2026-05-09 21:50 ` kernel test robot
2026-05-09 21:59   ` Rosen Penev

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox