summaryrefslogtreecommitdiff
path: root/kernel/irq/Kconfig
diff options
context:
space:
mode:
authorThomas Gleixner <tglx@linutronix.de>2023-02-23 15:49:31 +0100
committerThomas Gleixner <tglx@linutronix.de>2023-02-23 15:49:31 +0100
commit5931e4eb55f904a4a221b57ff7d24afc0e463957 (patch)
treea6e51d12e3939d48470b75bc2bac28b337707076 /kernel/irq/Kconfig
parentce7980ae9080f72f08d50355c4d9084d57aece63 (diff)
parent6f3ee0e22b4c62f44b8fa3c8de6e369a4d112a75 (diff)
downloadlwn-5931e4eb55f904a4a221b57ff7d24afc0e463957.tar.gz
lwn-5931e4eb55f904a4a221b57ff7d24afc0e463957.zip
Merge branch 'irq/core' into irq/urgent
Pull in the upstream changes so a fix for them can be applied.
Diffstat (limited to 'kernel/irq/Kconfig')
-rw-r--r--kernel/irq/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index b64c44ae4c25..2531f3496ab6 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -86,6 +86,11 @@ config GENERIC_IRQ_IPI
depends on SMP
select IRQ_DOMAIN_HIERARCHY
+# Generic IRQ IPI Mux support
+config GENERIC_IRQ_IPI_MUX
+ bool
+ depends on SMP
+
# Generic MSI hierarchical interrupt domain support
config GENERIC_MSI_IRQ
bool