diff options
author | Marc Zyngier <maz@kernel.org> | 2020-10-15 21:41:44 +0100 |
---|---|---|
committer | Marc Zyngier <maz@kernel.org> | 2020-10-15 21:41:44 +0100 |
commit | 151a535171be6ff824a0a3875553ea38570f4c05 (patch) | |
tree | d5e51d4f690b4f9ec65d7829dc95fc7f590a124a /kernel/irq | |
parent | 63ea38a402213d8c9c16e58ee4901ff51bc8fe3c (diff) | |
download | linux-stable-151a535171be6ff824a0a3875553ea38570f4c05.tar.gz linux-stable-151a535171be6ff824a0a3875553ea38570f4c05.tar.bz2 linux-stable-151a535171be6ff824a0a3875553ea38570f4c05.zip |
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 <pavel@ucw.cz>
Tested-by: Pavel Machek <pavel@ucw.cz>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20201015101222.GA32747@amd
Diffstat (limited to 'kernel/irq')
-rw-r--r-- | kernel/irq/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig index 10a5aff4eecc..164a031cfdb6 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 |