# # [31mCONFIG_KVM[0m configuration # source "virt/kvm/Kconfig" menuconfig [31mCONFIG_VIRTUALIZATION[0m bool "Virtualization" ---help--- Say Y here to get to see options for using your Linux host to run other operating systems inside virtual machines (guests). This option alone does not add any kernel code. If you say N, all options in this submenu will be skipped and disabled. if [31mCONFIG_VIRTUALIZATION[0m config [31mCONFIG_KVM[0m bool "Kernel-based Virtual Machine (KVM) support" depends on [31mCONFIG_MMU[0m && [31mCONFIG_OF[0m select [31mCONFIG_PREEMPT_NOTIFIERS[0m select [31mCONFIG_ANON_INODES[0m select [31mCONFIG_ARM_GIC[0m select [31mCONFIG_HAVE_KVM_CPU_RELAX_INTERCEPT[0m select [31mCONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL[0m select [31mCONFIG_KVM_MMIO[0m select [31mCONFIG_KVM_ARM_HOST[0m select [31mCONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT[0m select [31mCONFIG_SRCU[0m select [31mCONFIG_MMU_NOTIFIER[0m select [31mCONFIG_KVM_VFIO[0m select [31mCONFIG_HAVE_KVM_EVENTFD[0m select [31mCONFIG_HAVE_KVM_IRQFD[0m select [31mCONFIG_HAVE_KVM_IRQCHIP[0m select [31mCONFIG_HAVE_KVM_IRQ_ROUTING[0m select [31mCONFIG_HAVE_KVM_MSI[0m depends on [31mCONFIG_ARM_VIRT_EXT[0m && [31mCONFIG_ARM_LPAE[0m && [31mCONFIG_ARM_ARCH_TIMER[0m ---help--- Support hosting virtualized guest machines. This module provides access to the hardware capabilities through a character device node named /dev/kvm. If unsure, say N. config [31mCONFIG_KVM_ARM_HOST[0m bool ---help--- Provides host support for [31mCONFIG_ARM[0m processors. source drivers/vhost/Kconfig endif # [31mCONFIG_VIRTUALIZATION[0m |