Skip to content

Commit e71ee06

Browse files
avpatelpalmer-dabbelt
authored andcommitted
RISC-V: Force select RISCV_INTC for CONFIG_RISCV
The RISC-V per-HART local interrupt controller driver is mandatory for all RISC-V system (with/without MMU) hence we force select it for CONFIG_RISCV (just like RISCV_TIMER). Signed-off-by: Anup Patel <[email protected]> Reviewed-by: Atish Patra <[email protected]> Signed-off-by: Palmer Dabbelt <[email protected]>
1 parent 24dc170 commit e71ee06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/riscv/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ config RISCV
6666
select OF_IRQ
6767
select PCI_DOMAINS_GENERIC if PCI
6868
select PCI_MSI if PCI
69+
select RISCV_INTC
6970
select RISCV_TIMER
7071
select SPARSEMEM_STATIC if 32BIT
7172
select SPARSE_IRQ

0 commit comments

Comments
 (0)