blob: 0403b51d20ba067840af755373871e37fc52575d [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
Greg Kroah-Hartman46a97192011-10-04 12:29:52 -07006 help
7 Select this option to run Linux as a Hyper-V client operating
8 system.
9
10config HYPERV_UTILS
11 tristate "Microsoft Hyper-V Utilities driver"
12 depends on HYPERV && CONNECTOR && NLS
13 help
14 Select this option to enable the Hyper-V Utilities.
15
K. Y. Srinivasan9aa8b502012-11-14 01:09:02 -080016config HYPERV_BALLOON
17 tristate "Microsoft Hyper-V Balloon driver"
18 depends on HYPERV
19 help
20 Select this option to enable Hyper-V Balloon driver.
21
Bart Van Assche124a6b42011-11-18 18:40:52 +010022endmenu