145ea83f0SStephen Hemminger# SPDX-License-Identifier: GPL-2.0 245ea83f0SStephen Hemminger 3124a6b4cSBart Van Asschemenu "Microsoft Hyper-V guest support" 4124a6b4cSBart Van Assche 546a97191SGreg Kroah-Hartmanconfig HYPERV 646a97191SGreg Kroah-Hartman tristate "Microsoft Hyper-V client drivers" 7c629421aSSinan Kaya depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST 82ffd9e33SVitaly Kuznetsov select PARAVIRT 946a97191SGreg Kroah-Hartman help 1046a97191SGreg Kroah-Hartman Select this option to run Linux as a Hyper-V client operating 1146a97191SGreg Kroah-Hartman system. 1246a97191SGreg Kroah-Hartman 13fd1fea68SMichael Kelleyconfig HYPERV_TIMER 14fd1fea68SMichael Kelley def_bool HYPERV 15fd1fea68SMichael Kelley 16bd2a9adaSVitaly Kuznetsovconfig HYPERV_TSCPAGE 17bd2a9adaSVitaly Kuznetsov def_bool HYPERV && X86_64 18bd2a9adaSVitaly Kuznetsov 1946a97191SGreg Kroah-Hartmanconfig HYPERV_UTILS 2046a97191SGreg Kroah-Hartman tristate "Microsoft Hyper-V Utilities driver" 2146a97191SGreg Kroah-Hartman depends on HYPERV && CONNECTOR && NLS 2246a97191SGreg Kroah-Hartman help 2346a97191SGreg Kroah-Hartman Select this option to enable the Hyper-V Utilities. 2446a97191SGreg Kroah-Hartman 259aa8b50bSK. Y. Srinivasanconfig HYPERV_BALLOON 269aa8b50bSK. Y. Srinivasan tristate "Microsoft Hyper-V Balloon driver" 279aa8b50bSK. Y. Srinivasan depends on HYPERV 289aa8b50bSK. Y. Srinivasan help 299aa8b50bSK. Y. Srinivasan Select this option to enable Hyper-V Balloon driver. 309aa8b50bSK. Y. Srinivasan 31124a6b4cSBart Van Asscheendmenu 32