The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] irqchip/ls-extirq: allow COMPILE_TEST builds
@ 2026-05-09  2:35 Rosen Penev
  0 siblings, 0 replies; only message in thread
From: Rosen Penev @ 2026-05-09  2:35 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 Layerscape external IRQ driver uses generic OF, platform, and irqdomain
interfaces.  Make the symbol visible under COMPILE_TEST while preserving
the existing Layerscape defaults.

Tested with:
make LLVM=1 ARCH=loongarch drivers/irqchip/irq-ls-extirq.o

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

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index d7dbfbc1035b..81b93b9dda2f 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -468,7 +468,9 @@ config MVEBU_SEI
         bool
 
 config LS_EXTIRQ
-	def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE
+	bool "Freescale Layerscape external IRQ support" if COMPILE_TEST
+	default y if SOC_LS1021A || ARCH_LAYERSCAPE
+	depends on SOC_LS1021A || ARCH_LAYERSCAPE || COMPILE_TEST
 	select MFD_SYSCON
 
 config LS_SCFG_MSI
-- 
2.54.0


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

only message in thread, other threads:[~2026-05-09  2:35 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:35 [PATCH] irqchip/ls-extirq: allow COMPILE_TEST builds Rosen Penev

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