[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <163483415388.25758.3766823698887341709.tip-bot2@tip-bot2>
Date: Thu, 21 Oct 2021 16:35:53 -0000
From: "irqchip-bot for Marc Zyngier" <tip-bot2@...utronix.de>
To: linux-kernel@...r.kernel.org
Cc: Randy Dunlap <rdunlap@...radead.org>,
Marc Zyngier <maz@...nel.org>, tglx@...utronix.de
Subject: [irqchip: irq/irqchip-next] irqchip/meson-gpio: Drop build-breaking
COMPILE_TEST
The following commit has been merged into the irq/irqchip-next branch of irqchip:
Commit-ID: 2e0fd58181a2614e1f41e434476f3f21c39b4669
Gitweb: https://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms/2e0fd58181a2614e1f41e434476f3f21c39b4669
Author: Marc Zyngier <maz@...nel.org>
AuthorDate: Thu, 21 Oct 2021 17:25:22 +01:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Thu, 21 Oct 2021 17:28:15 +01:00
irqchip/meson-gpio: Drop build-breaking COMPILE_TEST
This driver advertises COMPILE_TEST, and yet fails to link due
to broken dependencies.
Reported-by: Randy Dunlap <rdunlap@...radead.org>
Signed-off-by: Marc Zyngier <maz@...nel.org>
Link: https://lore.kernel.org/r/bfc6fc7b-2bc3-b2b6-d65b-04805fbeb59d@infradead.org
---
drivers/irqchip/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index b2f483b..42d01bc 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -407,7 +407,7 @@ config IRQ_UNIPHIER_AIDET
config MESON_IRQ_GPIO
tristate "Meson GPIO Interrupt Multiplexer"
- depends on ARCH_MESON || COMPILE_TEST
+ depends on ARCH_MESON
default ARCH_MESON
select IRQ_DOMAIN_HIERARCHY
help
Powered by blists - more mailing lists