mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irqchip: STM32MP_EXTI should not default to y when compile-testing
@ 2024-12-03 16:27 Geert Uytterhoeven
  2024-12-04  9:08 ` Antonio Borneo
  0 siblings, 1 reply; 2+ messages in thread
From: Geert Uytterhoeven @ 2024-12-03 16:27 UTC (permalink / raw)
  To: Thomas Gleixner, Antonio Borneo, Maxime Coquelin, Alexandre Torgue
  Cc: linux-kernel, Geert Uytterhoeven

Merely enabling compile-testing should not enable additional
functionality.

Fixes: 0be58e0553812fcb ("irqchip/stm32mp-exti: Allow building as module")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 5784556adb36af73..c94aaadc0ed2be70 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -416,7 +416,7 @@ config PARTITION_PERCPU
 config STM32MP_EXTI
 	tristate "STM32MP extended interrupts and event controller"
 	depends on (ARCH_STM32 && !ARM_SINGLE_ARMV7M) || COMPILE_TEST
-	default y
+	default ARCH_STM32 && !ARM_SINGLE_ARMV7M
 	select IRQ_DOMAIN_HIERARCHY
 	select GENERIC_IRQ_CHIP
 	help
-- 
2.34.1


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

* Re: [PATCH] irqchip: STM32MP_EXTI should not default to y when compile-testing
  2024-12-03 16:27 [PATCH] irqchip: STM32MP_EXTI should not default to y when compile-testing Geert Uytterhoeven
@ 2024-12-04  9:08 ` Antonio Borneo
  0 siblings, 0 replies; 2+ messages in thread
From: Antonio Borneo @ 2024-12-04  9:08 UTC (permalink / raw)
  To: Geert Uytterhoeven, Thomas Gleixner, Maxime Coquelin, Alexandre Torgue
  Cc: linux-kernel

On Tue, 2024-12-03 at 17:27 +0100, Geert Uytterhoeven wrote:
> Merely enabling compile-testing should not enable additional
> functionality.
> 
> Fixes: 0be58e0553812fcb ("irqchip/stm32mp-exti: Allow building as module")
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>


Reviewed-by: Antonio Borneo <antonio.borneo@foss.st.com>

Thanks!
Antonio

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

end of thread, other threads:[~2024-12-04  9:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-03 16:27 [PATCH] irqchip: STM32MP_EXTI should not default to y when compile-testing Geert Uytterhoeven
2024-12-04  9:08 ` Antonio Borneo

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

all inboxes | Powered by JetHome®