226ed0ad2cad13cc7db94f19777c7af7f2c7b075
[linux-block.git] / drivers / staging / hv / Kconfig
1 config HYPERV
2         tristate "Microsoft Hyper-V client drivers"
3         depends on X86 && m
4         default n
5         help
6           Select this option to run Linux as a Hyper-V client operating
7           system.
8
9 config HYPERV_STORAGE
10         tristate "Microsoft Hyper-V virtual storage driver"
11         depends on SCSI && m
12         default n
13         help
14          Select this option to enable the Hyper-V virtual storage driver.
15
16 config HYPERV_BLOCK
17         tristate "Microsoft Hyper-V virtual block driver"
18         depends on BLOCK && m
19         default n
20         help
21           Select this option to enable the Hyper-V virtual block driver.
22
23 config HYPERV_NET
24         tristate "Microsoft Hyper-V virtual network driver"
25         depends on NET && m
26         default n
27         help
28           Select this option to enable the Hyper-V virtual network driver.