xref: /openbmc/linux/arch/riscv/kvm/Kconfig (revision 00f918f6)
199cdc6c1SAnup Patel# SPDX-License-Identifier: GPL-2.0
299cdc6c1SAnup Patel#
399cdc6c1SAnup Patel# KVM configuration
499cdc6c1SAnup Patel#
599cdc6c1SAnup Patel
699cdc6c1SAnup Patelsource "virt/kvm/Kconfig"
799cdc6c1SAnup Patel
899cdc6c1SAnup Patelmenuconfig VIRTUALIZATION
999cdc6c1SAnup Patel	bool "Virtualization"
1099cdc6c1SAnup Patel	help
1199cdc6c1SAnup Patel	  Say Y here to get to see options for using your Linux host to run
1299cdc6c1SAnup Patel	  other operating systems inside virtual machines (guests).
1399cdc6c1SAnup Patel	  This option alone does not add any kernel code.
1499cdc6c1SAnup Patel
1599cdc6c1SAnup Patel	  If you say N, all options in this submenu will be skipped and
1699cdc6c1SAnup Patel	  disabled.
1799cdc6c1SAnup Patel
1899cdc6c1SAnup Patelif VIRTUALIZATION
1999cdc6c1SAnup Patel
2099cdc6c1SAnup Patelconfig KVM
2199cdc6c1SAnup Patel	tristate "Kernel-based Virtual Machine (KVM) support (EXPERIMENTAL)"
2299cdc6c1SAnup Patel	depends on RISCV_SBI && MMU
23c69daf8bSAndrew Jones	select HAVE_KVM_EVENTFD
24*00f918f6SAnup Patel	select HAVE_KVM_IRQCHIP
25*00f918f6SAnup Patel	select HAVE_KVM_IRQFD
26*00f918f6SAnup Patel	select HAVE_KVM_IRQ_ROUTING
27*00f918f6SAnup Patel	select HAVE_KVM_MSI
28c69daf8bSAndrew Jones	select HAVE_KVM_VCPU_ASYNC_IOCTL
29c69daf8bSAndrew Jones	select KVM_GENERIC_DIRTYLOG_READ_PROTECT
30441f7bfaSSean Christopherson	select KVM_GENERIC_HARDWARE_ENABLING
31c69daf8bSAndrew Jones	select KVM_MMIO
32c69daf8bSAndrew Jones	select KVM_XFER_TO_GUEST_WORK
339955371cSAnup Patel	select MMU_NOTIFIER
3499cdc6c1SAnup Patel	select PREEMPT_NOTIFIERS
3599cdc6c1SAnup Patel	help
3699cdc6c1SAnup Patel	  Support hosting virtualized guest machines.
3799cdc6c1SAnup Patel
3899cdc6c1SAnup Patel	  If unsure, say N.
3999cdc6c1SAnup Patel
4099cdc6c1SAnup Patelendif # VIRTUALIZATION
41