Skip to content

Commit d8fb130

Browse files
ConchuODpalmer-dabbelt
authored andcommitted
irqchip/riscv-intc: remove user selectability of RISCV_INTC
Since commit e71ee06 ("RISC-V: Force select RISCV_INTC for CONFIG_RISCV") the driver has been enabled at the arch level - and is mandatory anyway. There's no point exposing this as a choice to users, so stop bothering. Signed-off-by: Conor Dooley <[email protected]> Acked-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent fdb1742 commit d8fb130

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

drivers/irqchip/Kconfig

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -538,17 +538,8 @@ config TI_PRUSS_INTC
538538
different processors within the SoC.
539539

540540
config RISCV_INTC
541-
bool "RISC-V Local Interrupt Controller"
541+
bool
542542
depends on RISCV
543-
default y
544-
help
545-
This enables support for the per-HART local interrupt controller
546-
found in standard RISC-V systems. The per-HART local interrupt
547-
controller handles timer interrupts, software interrupts, and
548-
hardware interrupts. Without a per-HART local interrupt controller,
549-
a RISC-V system will be unable to handle any interrupts.
550-
551-
If you don't know what to do here, say Y.
552543

553544
config SIFIVE_PLIC
554545
bool

0 commit comments

Comments
 (0)