[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <167559659183.4906.12881958670325527864.tip-bot2@tip-bot2>
Date: Sun, 05 Feb 2023 11:29:51 -0000
From: "irqchip-bot for Lukas Bulwahn" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Lukas Bulwahn <lukas.bulwahn@...il.com>,
Marc Zyngier <maz@...nel.org>, tglx@...utronix.de
Subject: [irqchip: irq/irqchip-next] irqchip/ls-scfg-msi: Simplify Kconfig
dependencies
The following commit has been merged into the irq/irqchip-next branch of irqchip:
Commit-ID: 9c1a7bfc2993112cfb3056b18301fcafe5c2fde5
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/9c1a7bfc2993112cfb3056b18301fcafe5c2fde5
Author: Lukas Bulwahn <lukas.bulwahn@...il.com>
AuthorDate: Wed, 11 Jan 2023 11:05:54 +01:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Sun, 05 Feb 2023 11:19:03
irqchip/ls-scfg-msi: Simplify Kconfig dependencies
Having both PCI_MSI and PCI is redundant. Drop PCI.
Signed-off-by: Lukas Bulwahn <lukas.bulwahn@...il.com>
[maz: cut commit message extra verbosity]
Signed-off-by: Marc Zyngier <maz@...nel.org>
Link: https://lore.kernel.org/r/20230111100554.24500-1-lukas.bulwahn@gmail.com
---
drivers/irqchip/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index caa952c..f3d88e9 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -389,7 +389,7 @@ config LS_EXTIRQ
config LS_SCFG_MSI
def_bool y if SOC_LS1021A || ARCH_LAYERSCAPE
- depends on PCI && PCI_MSI
+ depends on PCI_MSI
config PARTITION_PERCPU
bool
Powered by blists - more mailing lists