blob: 50b89ea0e60f85934b1ca97c7c179deda9f307da [file] [log] [blame]
Bart Van Assche124a6b42011-11-18 18:40:52 +01001menu "Microsoft Hyper-V guest support"
2
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -07003config HYPERV
4 tristate "Microsoft Hyper-V client drivers"
Borislav Petkov6276a072013-03-04 21:20:21 +01005 depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST
Vitaly Kuznetsov2ffd9e32017-08-02 18:09:19 +02006 select PARAVIRT
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -07007 help
8 Select this option to run Linux as a Hyper-V client operating
9 system.
10
Vitaly Kuznetsovbd2a9ad2017-03-03 14:21:40 +010011config HYPERV_TSCPAGE
12 def_bool HYPERV && X86_64
13
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -070014config HYPERV_UTILS
15 tristate "Microsoft Hyper-V Utilities driver"
16 depends on HYPERV && CONNECTOR && NLS
17 help
18 Select this option to enable the Hyper-V Utilities.
19
K. Y. Srinivasan9aa8b502012-11-14 01:09:02 -080020config HYPERV_BALLOON
21 tristate "Microsoft Hyper-V Balloon driver"
22 depends on HYPERV
23 help
24 Select this option to enable Hyper-V Balloon driver.
25
Bart Van Assche124a6b42011-11-18 18:40:52 +010026endmenu