diff mbox series

[RFC,v1,06/10] RISC-V: Select ACLINT SWI driver for virt machine

Message ID 20210612160422.330705-7-anup.patel@wdc.com
State Superseded
Headers show
Series RISC-V ACLINT Support | expand

Commit Message

Anup Patel June 12, 2021, 4:04 p.m. UTC
The QEMU virt machine has provision to emulate ACLINT SWI device
for supervisor-mode so let's select corresponding driver from
SOC_VIRT kconfig option.

Signed-off-by: Anup Patel <anup.patel@wdc.com>
---
 arch/riscv/Kconfig.socs | 1 +
 1 file changed, 1 insertion(+)

Comments

Bin Meng June 14, 2021, 1:34 p.m. UTC | #1
On Sun, Jun 13, 2021 at 12:08 AM Anup Patel <anup.patel@wdc.com> wrote:
>

> The QEMU virt machine has provision to emulate ACLINT SWI device

> for supervisor-mode so let's select corresponding driver from

> SOC_VIRT kconfig option.

>

> Signed-off-by: Anup Patel <anup.patel@wdc.com>

> ---

>  arch/riscv/Kconfig.socs | 1 +

>  1 file changed, 1 insertion(+)

>


Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
diff mbox series

Patch

diff --git a/arch/riscv/Kconfig.socs b/arch/riscv/Kconfig.socs
index ed963761fbd2..2687a0902ec4 100644
--- a/arch/riscv/Kconfig.socs
+++ b/arch/riscv/Kconfig.socs
@@ -27,6 +27,7 @@  config SOC_VIRT
 	select GOLDFISH
 	select RTC_DRV_GOLDFISH if RTC_CLASS
 	select SIFIVE_PLIC
+	select RISCV_ACLINT_SWI
 	help
 	  This enables support for QEMU Virt Machine.