public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip: fix the config HISILICON_IRQ_MBIGEN dependency error.
@ 2016-06-21  9:26 Jiancheng Xue
  2016-06-21 10:36 ` Marc Zyngier
  0 siblings, 1 reply; 6+ messages in thread
From: Jiancheng Xue @ 2016-06-21  9:26 UTC (permalink / raw)
  To: tglx, jason, marc.zyngier, majun258
  Cc: linux-kernel, yanhaifeng, Jiancheng Xue

This patch fixes the compiling error caused when
config HISILICON_IRQ_MBIGEN is selected but
PCI_MSI is not seleted.

Signed-off-by: Jiancheng Xue <xuejiancheng@hisilicon.com>
---
 drivers/irqchip/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index fa33c50..23dcf3e 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -110,7 +110,7 @@ config DW_APB_ICTL
 config HISILICON_IRQ_MBIGEN
 	bool
 	select ARM_GIC_V3
-	select ARM_GIC_V3_ITS
+	select ARM_GIC_V3_ITS if PCI_MSI
 	select GENERIC_MSI_IRQ_DOMAIN
 
 config IMGPDC_IRQ
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-06-23  8:54 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-21  9:26 [PATCH] irqchip: fix the config HISILICON_IRQ_MBIGEN dependency error Jiancheng Xue
2016-06-21 10:36 ` Marc Zyngier
2016-06-21 11:30   ` Jiancheng Xue
2016-06-21 12:01     ` Jiancheng Xue
2016-06-21 12:49       ` Marc Zyngier
2016-06-23  8:53         ` Jiancheng Xue

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