blob: 40447020a7904d2cd0763cf576731b823280fdc1 [file] [log] [blame]
Greg Kroah-Hartmanc4ca0e92009-07-13 16:04:02 -07001config HYPERV
2 tristate "Microsoft Hyper-V client drivers"
Greg Kroah-Hartman222076b2009-07-27 09:17:51 -07003 depends on X86 && m
Greg Kroah-Hartmanc4ca0e92009-07-13 16:04:02 -07004 default n
5 help
6 Select this option to run Linux as a Hyper-V client operating
7 system.
8
Jan Beuliche1415db2009-08-17 05:54:31 -06009if HYPERV
10
Greg Kroah-Hartmanc3260cf2009-07-14 10:19:52 -070011config HYPERV_STORAGE
12 tristate "Microsoft Hyper-V virtual storage driver"
Jan Beuliche1415db2009-08-17 05:54:31 -060013 depends on SCSI
14 default HYPERV
Greg Kroah-Hartmanc3260cf2009-07-14 10:19:52 -070015 help
16 Select this option to enable the Hyper-V virtual storage driver.
Greg Kroah-Hartman88d3bb32009-07-14 10:25:53 -070017
18config HYPERV_BLOCK
19 tristate "Microsoft Hyper-V virtual block driver"
Jan Beuliche1415db2009-08-17 05:54:31 -060020 depends on BLOCK && SCSI
21 default HYPERV
Greg Kroah-Hartman88d3bb32009-07-14 10:25:53 -070022 help
23 Select this option to enable the Hyper-V virtual block driver.
Greg Kroah-Hartman511bda82009-07-14 11:01:18 -070024
25config HYPERV_NET
26 tristate "Microsoft Hyper-V virtual network driver"
Jan Beuliche1415db2009-08-17 05:54:31 -060027 depends on NET
28 default HYPERV
Greg Kroah-Hartman511bda82009-07-14 11:01:18 -070029 help
30 Select this option to enable the Hyper-V virtual network driver.
Jan Beuliche1415db2009-08-17 05:54:31 -060031
32endif