diff mbox series

[v12,24/25] RISC-V: Select APLIC and IMSIC drivers

Message ID 20240127161753.114685-25-apatel@ventanamicro.com
State Accepted
Commit 0eebc69db358fd2f6fe34cc4db6428df6a540dd7
Headers show
Series [v12,01/25] irqchip/gic-v3: Make gic_irq_domain_select() robust for zero parameter count | expand

Commit Message

Anup Patel Jan. 27, 2024, 4:17 p.m. UTC
The QEMU virt machine supports AIA emulation and we also have
quite a few RISC-V platforms with AIA support under development
so let us select APLIC and IMSIC drivers for all RISC-V platforms.

Signed-off-by: Anup Patel <apatel@ventanamicro.com>
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
---
 arch/riscv/Kconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index bffbd869a068..569f2b6fd60a 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -162,6 +162,8 @@  config RISCV
 	select PCI_DOMAINS_GENERIC if PCI
 	select PCI_MSI if PCI
 	select RISCV_ALTERNATIVE if !XIP_KERNEL
+	select RISCV_APLIC
+	select RISCV_IMSIC
 	select RISCV_INTC
 	select RISCV_TIMER if RISCV_SBI
 	select SIFIVE_PLIC