The following commit has been merged into the irq/core branch of tip: Commit-ID: 66968d7dfc3f545185236ba7814f3a056f6b5099 Gitweb: https://git.kernel.org/tip/66968d7dfc3f545185236ba7814f3a056f6b5099 Author: Anson Huang <Anson.Huang@xxxxxxx> AuthorDate: Sat, 07 Mar 2020 21:42:27 +08:00 Committer: Marc Zyngier <maz@xxxxxxxxxx> CommitterDate: Sun, 08 Mar 2020 14:25:46 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 <Anson.Huang@xxxxxxx> Signed-off-by: Marc Zyngier <maz@xxxxxxxxxx> Link: https://lore.kernel.org/r/1583588547-7164-1-git-send-email-Anson.Huang@xxxxxxx --- drivers/irqchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index 6d39773..24fe087 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -458,7 +458,7 @@ config IMX_IRQSTEER Support for the i.MX IRQSTEER interrupt multiplexer/remapper. config IMX_INTMUX - def_bool y if ARCH_MXC + def_bool y if ARCH_MXC || COMPILE_TEST select IRQ_DOMAIN help Support for the i.MX INTMUX interrupt multiplexer.