[PATCH v3 10/11] RISC-V: Select APLIC and IMSIC drivers

Anup Patel posted 11 patches 2 years, 9 months ago
There is a newer version of this series
[PATCH v3 10/11] RISC-V: Select APLIC and IMSIC drivers
Posted by Anup Patel 2 years, 9 months ago
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>
---
 arch/riscv/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/riscv/Kconfig b/arch/riscv/Kconfig
index 491ecd7d2336..1bc2c7659b7d 100644
--- a/arch/riscv/Kconfig
+++ b/arch/riscv/Kconfig
@@ -135,6 +135,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
-- 
2.34.1
Re: [PATCH v3 10/11] RISC-V: Select APLIC and IMSIC drivers
Posted by Conor Dooley 2 years, 9 months ago
Reviewed-by: Conor Dooley <conor.dooley@microchip.com>

Thanks,
Conor.