]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - arch/arm/kvm/Kconfig
Merge tag 'mmc-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
[mirror_ubuntu-bionic-kernel.git] / arch / arm / kvm / Kconfig
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
749cf76c
CD
2#
3# KVM configuration
4#
5
6source "virt/kvm/Kconfig"
2412405b 7source "virt/lib/Kconfig"
749cf76c
CD
8
9menuconfig VIRTUALIZATION
10 bool "Virtualization"
11 ---help---
12 Say Y here to get to see options for using your Linux host to run
13 other operating systems inside virtual machines (guests).
14 This option alone does not add any kernel code.
15
16 If you say N, all options in this submenu will be skipped and
17 disabled.
18
19if VIRTUALIZATION
20
21config KVM
22 bool "Kernel-based Virtual Machine (KVM) support"
662d9715 23 depends on MMU && OF
749cf76c
CD
24 select PREEMPT_NOTIFIERS
25 select ANON_INODES
4a5d69b7 26 select ARM_GIC
7129a9d8
MZ
27 select ARM_GIC_V3
28 select ARM_GIC_V3_ITS
58d5ec8f 29 select HAVE_KVM_CPU_RELAX_INTERCEPT
72fc36b6 30 select HAVE_KVM_ARCH_TLB_FLUSH_ALL
749cf76c
CD
31 select KVM_MMIO
32 select KVM_ARM_HOST
53c810c3 33 select KVM_GENERIC_DIRTYLOG_READ_PROTECT
83fe27ea 34 select SRCU
662d9715 35 select MMU_NOTIFIER
8889583c 36 select KVM_VFIO
174178fe
EA
37 select HAVE_KVM_EVENTFD
38 select HAVE_KVM_IRQFD
180ae7b1
EA
39 select HAVE_KVM_IRQCHIP
40 select HAVE_KVM_IRQ_ROUTING
2988509d 41 select HAVE_KVM_MSI
2412405b
EA
42 select IRQ_BYPASS_MANAGER
43 select HAVE_KVM_IRQ_BYPASS
662d9715 44 depends on ARM_VIRT_EXT && ARM_LPAE && ARM_ARCH_TIMER
749cf76c 45 ---help---
662d9715 46 Support hosting virtualized guest machines.
749cf76c
CD
47
48 This module provides access to the hardware capabilities through
49 a character device node named /dev/kvm.
50
51 If unsure, say N.
52
53config KVM_ARM_HOST
662d9715 54 bool
749cf76c
CD
55 ---help---
56 Provides host support for ARM processors.
57
75755c6d
WH
58source drivers/vhost/Kconfig
59
749cf76c 60endif # VIRTUALIZATION