]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blob - drivers/hv/Kconfig
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[mirror_ubuntu-jammy-kernel.git] / drivers / hv / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2
3 menu "Microsoft Hyper-V guest support"
4
5 config HYPERV
6 tristate "Microsoft Hyper-V client drivers"
7 depends on ACPI && ((X86 && X86_LOCAL_APIC && HYPERVISOR_GUEST) \
8 || (ARM64 && !CPU_BIG_ENDIAN))
9 select PARAVIRT
10 select X86_HV_CALLBACK_VECTOR if X86
11 help
12 Select this option to run Linux as a Hyper-V client operating
13 system.
14
15 config HYPERV_TIMER
16 def_bool HYPERV && X86
17
18 config HYPERV_UTILS
19 tristate "Microsoft Hyper-V Utilities driver"
20 depends on HYPERV && CONNECTOR && NLS
21 help
22 Select this option to enable the Hyper-V Utilities.
23
24 config HYPERV_BALLOON
25 tristate "Microsoft Hyper-V Balloon driver"
26 depends on HYPERV
27 select PAGE_REPORTING
28 help
29 Select this option to enable Hyper-V Balloon driver.
30
31 endmenu