From: Marc Zyngier Date: Thu, 15 Oct 2020 20:41:44 +0000 (+0100) Subject: genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=151a535171be6ff824a0a3875553ea38570f4c05;p=linux.git genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY kernel/irq/ipi.c otherwise fails to compile if nothing else selects it. Fixes: 379b656446a3 ("genirq: Add GENERIC_IRQ_IPI Kconfig symbol") Reported-by: Pavel Machek Tested-by: Pavel Machek Signed-off-by: Marc Zyngier Link: https://lore.kernel.org/r/20201015101222.GA32747@amd --- diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 10a5aff4eecc8..164a031cfdb66 100644 --- a/kernel/irq/Kconfig +++ b/kernel/irq/Kconfig @@ -82,6 +82,7 @@ config IRQ_FASTEOI_HIERARCHY_HANDLERS # Generic IRQ IPI support config GENERIC_IRQ_IPI bool + select IRQ_DOMAIN_HIERARCHY # Generic MSI interrupt support config GENERIC_MSI_IRQ