blob: 932bfd65789860d95ef76cbe917f5719b3ee36dc [file] [log] [blame]
Greg Kroah-Hartmanc4ca0e92009-07-13 16:04:02 -07001config HYPERV
2 tristate "Microsoft Hyper-V client drivers"
3 depends on X86
4 default n
5 help
6 Select this option to run Linux as a Hyper-V client operating
7 system.
8
Greg Kroah-Hartmanc3260cf2009-07-14 10:19:52 -07009config HYPERV_STORAGE
10 tristate "Microsoft Hyper-V virtual storage driver"
11 depends on SCSI
12 default n
13 help
14 Select this option to enable the Hyper-V virtual storage driver.
Greg Kroah-Hartman88d3bb32009-07-14 10:25:53 -070015
16config HYPERV_BLOCK
17 tristate "Microsoft Hyper-V virtual block driver"
18 depends on BLOCK
19 default n
20 help
21 Select this option to enable the Hyper-V virtual block driver.
Greg Kroah-Hartman511bda82009-07-14 11:01:18 -070022
23config HYPERV_NET
24 tristate "Microsoft Hyper-V virtual network driver"
25 depends on NET
26 default n
27 help
28 Select this option to enable the Hyper-V virtual network driver.