]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/commitdiff
irqchip: Place CONFIG_SIFIVE_PLIC into the menu
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Wed, 2 Oct 2019 14:44:52 +0000 (16:44 +0200)
committerKhalid Elmously <khalid.elmously@canonical.com>
Fri, 14 Feb 2020 06:00:53 +0000 (01:00 -0500)
BugLink: https://bugs.launchpad.net/bugs/1862429
commit 0149385537e6d36f535fcd83cfcabf83a32f0836 upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/irqchip/Kconfig

index 80e10f4e213afd5425c144ef45eea33e296e61f9..f04307ab0eab423666e7692420470c7c734660b9 100644 (file)
@@ -471,8 +471,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
@@ -484,3 +482,5 @@ config SIFIVE_PLIC
           interrupt sources are subordinate to the PLIC.
 
           If you don't know what to do here, say Y.
+
+endmenu