projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d5c8d
)
genirq: Add GENERIC_IRQ_IPI Kconfig symbol
author
Qais Yousef
<
[email protected]
>
Tue, 8 Dec 2015 13:20:14 +0000
(13:20 +0000)
committer
Thomas Gleixner
<
[email protected]
>
Thu, 25 Feb 2016 09:56:55 +0000
(10:56 +0100)
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
patch
|
blob
|
history
diff --git
a/kernel/irq/Kconfig
b/kernel/irq/Kconfig
index 3b48dab801648dc1b7ef9962b2dd8d8067d9adf8..3bbfd6a9c475610cef70ac32a928f79e50db60e8 100644
(file)
--- 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