1 # SPDX-License-Identifier: GPL-2.0
3 menu "Microsoft Hyper-V guest support"
6 tristate "Microsoft Hyper-V client drivers"
7 depends on ACPI && ((X86 && X86_LOCAL_APIC && HYPERVISOR_GUEST) \
8 || (ARM64 && !CPU_BIG_ENDIAN))
10 select X86_HV_CALLBACK_VECTOR if X86
12 Select this option to run Linux as a Hyper-V client operating
16 def_bool HYPERV && X86
19 tristate "Microsoft Hyper-V Utilities driver"
20 depends on HYPERV && CONNECTOR && NLS
22 Select this option to enable the Hyper-V Utilities.
25 tristate "Microsoft Hyper-V Balloon driver"
29 Select this option to enable Hyper-V Balloon driver.