Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1343067
| From | tip-bot for Qais Yousef <tipbot@zytor.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [tip:irq/core] genirq: Add GENERIC_IRQ_IPI Kconfig symbol |
| Date | 2016-02-25 11:10 +0100 |
| Message-ID | <r611V-2fv-35@gated-at.bofh.it> (permalink) |
| References | <qDqv8-2Ue-33@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Commit-ID: 379b656446a36c7a80b27cbdc34eec8e57b5f290 Gitweb: http://git.kernel.org/tip/379b656446a36c7a80b27cbdc34eec8e57b5f290 Author: Qais Yousef <qais.yousef@imgtec.com> AuthorDate: Tue, 8 Dec 2015 13:20:14 +0000 Committer: Thomas Gleixner <tglx@linutronix.de> 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 <qais.yousef@imgtec.com> Cc: <jason@lakedaemon.net> Cc: <marc.zyngier@arm.com> Cc: <jiang.liu@linux.intel.com> Cc: <ralf@linux-mips.org> Cc: <linux-mips@linux-mips.org> Cc: <lisa.parratt@imgtec.com> Cc: Qais Yousef <qsyousef@gmail.com> Link: http://lkml.kernel.org/r/1449580830-23652-4-git-send-email-qais.yousef@imgtec.com Signed-off-by: Thomas Gleixner <tglx@linutronix.de> --- 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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[tip:irq/core] genirq: Add GENERIC_IRQ_IPI Kconfig symbol tip-bot for Qais Yousef <tipbot@zytor.com> - 2016-02-25 11:10 +0100
csiph-web