irqchip/sifive-plic: remove user selectability of SIFIVE_PLIC
authorConor Dooley <conor.dooley@microchip.com>
Fri, 18 Nov 2022 10:42:59 +0000 (10:42 +0000)
committerPalmer Dabbelt <palmer@rivosinc.com>
Thu, 8 Dec 2022 23:57:06 +0000 (15:57 -0800)
commitfdb1742aff436399f5769a7559bbb71c7f37a85f
treebab12c335b5bd265c5b5edb72fe232832d51a952
parent9abf2313adc1ca1b6180c508c25f22f9395cc780
irqchip/sifive-plic: remove user selectability of SIFIVE_PLIC

The SiFive PLIC driver is used by all current implementations, including
those that do not have a SiFive PLIC. The current driver supports more
than just SiFive PLICs at present and, where possible, future PLIC
implementations will also use this driver. As every supported RISC-V SoC
selects the driver directly in Kconfig.socs there's no point in exposing
this kconfig option to users.

The Kconfig help text, in its current form, is misleading. There's no
point doing anything about that though, as it will no longer be user
selectable. Remove it.

Suggested-by: Marc Zyngier <maz@kernel.org>
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20221118104300.85016-2-conor@kernel.org
Signed-off-by: Palmer Dabbelt <palmer@rivosinc.com>
drivers/irqchip/Kconfig