Skip to content

Commit 66968d7

Browse files
Anson-HuangMarc Zyngier
authored andcommitted
irqchip: Add COMPILE_TEST support for IMX_INTMUX
Add COMPILE_TEST support to IMX_INTMUX driver for better compile testing coverage. Signed-off-by: Anson Huang <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 04d80db commit 66968d7

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
@@ -458,7 +458,7 @@ config IMX_IRQSTEER
458458
Support for the i.MX IRQSTEER interrupt multiplexer/remapper.
459459

460460
config IMX_INTMUX
461-
def_bool y if ARCH_MXC
461+
def_bool y if ARCH_MXC || COMPILE_TEST
462462
select IRQ_DOMAIN
463463
help
464464
Support for the i.MX INTMUX interrupt multiplexer.

0 commit comments

Comments
 (0)