1# SPDX-License-Identifier: GPL-2.0 2 3menu "Microsoft Hyper-V guest support" 4 5config HYPERV 6 tristate "Microsoft Hyper-V client drivers" 7 depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST 8 select PARAVIRT 9 help 10 Select this option to run Linux as a Hyper-V client operating 11 system. 12 13config HYPERV_TSCPAGE 14 def_bool HYPERV && X86_64 15 16config HYPERV_UTILS 17 tristate "Microsoft Hyper-V Utilities driver" 18 depends on HYPERV && CONNECTOR && NLS 19 help 20 Select this option to enable the Hyper-V Utilities. 21 22config HYPERV_BALLOON 23 tristate "Microsoft Hyper-V Balloon driver" 24 depends on HYPERV 25 help 26 Select this option to enable Hyper-V Balloon driver. 27 28endmenu 29