blob: 70f5dde1cc525e19beeecd9f36ebae7e19eb325e [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"
5 depends on X86 && ACPI && PCI
6 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
Bart Van Assche124a6b42011-11-18 18:40:52 +010016endmenu