All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip/keystone: allow COMPILE_TEST builds
@ 2026-05-09  2:32 Rosen Penev
  0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-05-09  2:32 UTC (permalink / raw)
  To: linux-kernel
  Cc: Thomas Gleixner, Nathan Chancellor, Nick Desaulniers,
	Bill Wendling, Justin Stitt,
	open list:CLANG/LLVM BUILD SUPPORT:Keyword:b(?i:clang|llvm)b

The Keystone IRQ controller driver uses generic platform, irqdomain,
regmap, and syscon interfaces.  Allow building it with COMPILE_TEST so it
can get build coverage on non-Keystone platforms.

Tested with:
make LLVM=1 ARCH=loongarch drivers/irqchip/

Assisted-by: Codex:GPT-5.5
Signed-off-by: Rosen Penev <rosenp@gmail.com>
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 5b379415a817..1dd3f2aeac97 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -404,7 +404,7 @@ config IRQ_CROSSBAR
 
 config KEYSTONE_IRQ
 	tristate "Keystone 2 IRQ controller IP"
-	depends on ARCH_KEYSTONE
+	depends on ARCH_KEYSTONE || COMPILE_TEST
 	help
 		Support for Texas Instruments Keystone 2 IRQ controller IP which
 		is part of the Keystone 2 IPC mechanism
-- 
2.54.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-05-09  2:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-09  2:32 [PATCH] irqchip/keystone: allow COMPILE_TEST builds Rosen Penev

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.