public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] genirq: Depend on IRQ_DOMAIN
@ 2013-12-12 14:22 Thierry Reding
  0 siblings, 0 replies; only message in thread
From: Thierry Reding @ 2013-12-12 14:22 UTC (permalink / raw)
  To: Thomas Gleixner; +Cc: Benjamin Herrenschmidt, linux-kernel

Commit 088f40b7b027 (genirq: Generic chip: Add linear irq domain
support) makes reference to the irq_domain_xlate_onetwocell() function
which is only available when IRQ domain support is enabled.

Signed-off-by: Thierry Reding <treding@nvidia.com>
---
 kernel/irq/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/irq/Kconfig b/kernel/irq/Kconfig
index 4a1fef09f658..07cbdfea9ae2 100644
--- a/kernel/irq/Kconfig
+++ b/kernel/irq/Kconfig
@@ -40,6 +40,7 @@ config IRQ_EDGE_EOI_HANDLER
 # Generic configurable interrupt chip implementation
 config GENERIC_IRQ_CHIP
        bool
+       select IRQ_DOMAIN
 
 # Generic irq_domain hw <--> linux irq number translation
 config IRQ_DOMAIN
-- 
1.8.4.2


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-12-12 14:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-12 14:22 [PATCH] genirq: Depend on IRQ_DOMAIN Thierry Reding

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox