[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <157425606311.12247.10868789826502631245.tip-bot2@tip-bot2>
Date: Wed, 20 Nov 2019 13:21:03 -0000
From: tip-bot2 for Jonathan Neuschäfer
<tip-bot2@...utronix.de>
To: linux-tip-commits@...r.kernel.org
Cc: j.neuschaefer@....net, Marc Zyngier <maz@...nel.org>,
Palmer Dabbelt <palmer@...ive.com>,
Ingo Molnar <mingo@...nel.org>, Borislav Petkov <bp@...en8.de>,
linux-kernel@...r.kernel.org
Subject: [tip: irq/core] irqchip: Place CONFIG_SIFIVE_PLIC into the menu
The following commit has been merged into the irq/core branch of tip:
Commit-ID: 0149385537e6d36f535fcd83cfcabf83a32f0836
Gitweb: https://git.kernel.org/tip/0149385537e6d36f535fcd83cfcabf83a32f0836
Author: Jonathan Neuschäfer <j.neuschaefer@....net>
AuthorDate: Wed, 02 Oct 2019 16:44:52 +02:00
Committer: Marc Zyngier <maz@...nel.org>
CommitterDate: Sun, 10 Nov 2019 18:48:35
irqchip: Place CONFIG_SIFIVE_PLIC into the menu
Somehow CONFIG_SIFIVE_PLIC ended up outside of the "IRQ chip support"
menu.
Fixes: 8237f8bc4f6e ("irqchip: add a SiFive PLIC driver")
Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@....net>
Signed-off-by: Marc Zyngier <maz@...nel.org>
Reviewed-by: Palmer Dabbelt <palmer@...ive.com>
Acked-by: Palmer Dabbelt <palmer@...ive.com>
Link: https://lore.kernel.org/r/20191002144452.10178-1-j.neuschaefer@gmx.net
---
drivers/irqchip/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index bbb3234..697e6a8 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -487,8 +487,6 @@ config TI_SCI_INTA_IRQCHIP
If you wish to use interrupt aggregator irq resources managed by the
TI System Controller, say Y here. Otherwise, say N.
-endmenu
-
config SIFIVE_PLIC
bool "SiFive Platform-Level Interrupt Controller"
depends on RISCV
@@ -500,3 +498,5 @@ config SIFIVE_PLIC
interrupt sources are subordinate to the PLIC.
If you don't know what to do here, say Y.
+
+endmenu
Powered by blists - more mailing lists