Skip to content

Commit dbefb41

Browse files
geertumehmetb0
authored andcommitted
irqchip/stm32mp-exti: CONFIG_STM32MP_EXTI should not default to y when compile-testing
BugLink: https://bugs.launchpad.net/bugs/2096827 [ Upstream commit 9151299 ] Merely enabling compile-testing should not enable additional functionality. Fixes: 0be58e0 ("irqchip/stm32mp-exti: Allow building as module") Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Thomas Gleixner <[email protected]> Link: https://lore.kernel.org/all/ef5ec063b23522058f92087e072419ea233acfe9.1733243115.git.geert+renesas@glider.be Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Koichiro Den <[email protected]>
1 parent 8c815e4 commit dbefb41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/irqchip/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ config PARTITION_PERCPU
414414
config STM32MP_EXTI
415415
tristate "STM32MP extended interrupts and event controller"
416416
depends on (ARCH_STM32 && !ARM_SINGLE_ARMV7M) || COMPILE_TEST
417-
default y
417+
default ARCH_STM32 && !ARM_SINGLE_ARMV7M
418418
select IRQ_DOMAIN_HIERARCHY
419419
select GENERIC_IRQ_CHIP
420420
help

0 commit comments

Comments
 (0)