]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/hv/Kconfig
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[mirror_ubuntu-jammy-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
46a97191
GKH
17config HYPERV_UTILS
18 tristate "Microsoft Hyper-V Utilities driver"
19 depends on HYPERV && CONNECTOR && NLS
20 help
21 Select this option to enable the Hyper-V Utilities.
22
9aa8b50b
S
23config HYPERV_BALLOON
24 tristate "Microsoft Hyper-V Balloon driver"
25 depends on HYPERV
26 help
27 Select this option to enable Hyper-V Balloon driver.
28
124a6b4c 29endmenu