summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Zyngier <maz@kernel.org>2020-10-15 21:41:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-11-18 18:26:23 +0100
commit10c197e259f4951c115a61cb512ae8ab97fbae53 (patch)
treed54a21c5d827bbbdd5504d3f87f6b4b33f0d97dd
parent9d0a691a967de9b468c1e24f45d248507cb73132 (diff)
downloadlinux-stable-10c197e259f4951c115a61cb512ae8ab97fbae53.tar.gz
linux-stable-10c197e259f4951c115a61cb512ae8ab97fbae53.tar.bz2
linux-stable-10c197e259f4951c115a61cb512ae8ab97fbae53.zip
genirq: Let GENERIC_IRQ_IPI select IRQ_DOMAIN_HIERARCHY
[ Upstream commit 151a535171be6ff824a0a3875553ea38570f4c05 ] 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 Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--kernel/irq/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 3bbfd6a9c475..bb3a46cbe034 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -67,6 +67,7 @@ config IRQ_DOMAIN_HIERARCHY
# Generic IRQ IPI support
config GENERIC_IRQ_IPI
bool
+ select IRQ_DOMAIN_HIERARCHY
# Generic MSI interrupt support
config GENERIC_MSI_IRQ