mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 05:04:51 +01:00
RISC-V: KVM: Remove experimental tag for RISC-V
RISC-V KVM port is no longer experimental. Let's remove it to avoid confusion. Signed-off-by: Atish Patra <atishp@rivosinc.com> Link: https://lore.kernel.org/r/20250505-kvm_tag_change-v1-1-6dbf6af240af@rivosinc.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
parent
f80e9cc5c6
commit
a29c19e13d
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ menuconfig VIRTUALIZATION
|
|||
if VIRTUALIZATION
|
||||
|
||||
config KVM
|
||||
tristate "Kernel-based Virtual Machine (KVM) support (EXPERIMENTAL)"
|
||||
tristate "Kernel-based Virtual Machine (KVM) support"
|
||||
depends on RISCV_SBI && MMU
|
||||
select HAVE_KVM_IRQCHIP
|
||||
select HAVE_KVM_IRQ_ROUTING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue