lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 21 Jun 2016 17:26:28 +0800
From:	Jiancheng Xue <xuejiancheng@...ilicon.com>
To:	<tglx@...utronix.de>, <jason@...edaemon.net>,
	<marc.zyngier@....com>, <majun258@...wei.com>
CC:	<linux-kernel@...r.kernel.org>, <yanhaifeng@...ilicon.com>,
	Jiancheng Xue <xuejiancheng@...ilicon.com>
Subject: [PATCH] irqchip: fix the config HISILICON_IRQ_MBIGEN dependency error.

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@...ilicon.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ