Commit-ID:  379b656446a36c7a80b27cbdc34eec8e57b5f290
Gitweb:     http://git.kernel.org/tip/379b656446a36c7a80b27cbdc34eec8e57b5f290
Author:     Qais Yousef <[email protected]>
AuthorDate: Tue, 8 Dec 2015 13:20:14 +0000
Committer:  Thomas Gleixner <[email protected]>
CommitDate: Thu, 25 Feb 2016 10:56:55 +0100

genirq: Add GENERIC_IRQ_IPI Kconfig symbol

Select this to enable the generic IPI domain support

Signed-off-by: Qais Yousef <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: <[email protected]>
Cc: Qais Yousef <[email protected]>
Link: 
http://lkml.kernel.org/r/[email protected]
Signed-off-by: Thomas Gleixner <[email protected]>
---
 kernel/irq/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 3b48dab..3bbfd6a 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -64,6 +64,10 @@ config IRQ_DOMAIN_HIERARCHY
        bool
        select IRQ_DOMAIN
 
+# Generic IRQ IPI support
+config GENERIC_IRQ_IPI
+       bool
+
 # Generic MSI interrupt support
 config GENERIC_MSI_IRQ
        bool

Reply via email to