]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - drivers/hv/Kconfig
Merge branch 'x86-entry-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-hirsute-kernel.git] / drivers / hv / Kconfig
CommitLineData
45ea83f0
SH
1# SPDX-License-Identifier: GPL-2.0
2
124a6b4c
BVA
3menu "Microsoft Hyper-V guest support"
4
46a97191
GKH
5config HYPERV
6 tristate "Microsoft Hyper-V client drivers"
c629421a 7 depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
2ffd9e33 8 select PARAVIRT
ecca2502 9 select X86_HV_CALLBACK_VECTOR
46a97191
GKH
10 help
11 Select this option to run Linux as a Hyper-V client operating
12 system.
13
fd1fea68
MK
14config HYPERV_TIMER
15 def_bool HYPERV
16
bd2a9ada
VK
17config HYPERV_TSCPAGE
18 def_bool HYPERV && X86_64
19
46a97191
GKH
20config HYPERV_UTILS
21 tristate "Microsoft Hyper-V Utilities driver"
22 depends on HYPERV && CONNECTOR && NLS
23 help
24 Select this option to enable the Hyper-V Utilities.
25
9aa8b50b
S
26config HYPERV_BALLOON
27 tristate "Microsoft Hyper-V Balloon driver"
28 depends on HYPERV
29 help
30 Select this option to enable Hyper-V Balloon driver.
31
124a6b4c 32endmenu