projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11635fa
)
irqchip: Place CONFIG_SIFIVE_PLIC into the menu
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Wed, 2 Oct 2019 14:44:52 +0000
(16:44 +0200)
committer
Marc Zyngier
<maz@kernel.org>
Sun, 10 Nov 2019 18:48:35 +0000
(18:48 +0000)
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@gmx.net>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Reviewed-by: Palmer Dabbelt <palmer@sifive.com>
Acked-by: Palmer Dabbelt <palmer@sifive.com>
Link:
https://lore.kernel.org/r/20191002144452.10178-1-j.neuschaefer@gmx.net
drivers/irqchip/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/irqchip/Kconfig
b/drivers/irqchip/Kconfig
index bbb323462912ff2093091784935323177405da64..697e6a8ccaaed8df91074d18e4bbac31a8fb2792 100644
(file)
--- 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