diff options
Diffstat (limited to 'drivers/staging/hv/Kconfig')
-rw-r--r-- | drivers/staging/hv/Kconfig | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/drivers/staging/hv/Kconfig b/drivers/staging/hv/Kconfig new file mode 100644 index 00000000000..5e0c9f6c745 --- /dev/null +++ b/drivers/staging/hv/Kconfig | |||
@@ -0,0 +1,46 @@ | |||
1 | config HYPERV | ||
2 | tristate "Microsoft Hyper-V client drivers" | ||
3 | depends on X86 && ACPI && PCI && m | ||
4 | default n | ||
5 | help | ||
6 | Select this option to run Linux as a Hyper-V client operating | ||
7 | system. | ||
8 | |||
9 | if HYPERV | ||
10 | |||
11 | config HYPERV_STORAGE | ||
12 | tristate "Microsoft Hyper-V virtual storage driver" | ||
13 | depends on SCSI | ||
14 | default HYPERV | ||
15 | help | ||
16 | Select this option to enable the Hyper-V virtual storage driver. | ||
17 | |||
18 | config HYPERV_BLOCK | ||
19 | tristate "Microsoft Hyper-V virtual block driver" | ||
20 | depends on BLOCK && SCSI && (LBDAF || 64BIT) | ||
21 | default HYPERV | ||
22 | help | ||
23 | Select this option to enable the Hyper-V virtual block driver. | ||
24 | |||
25 | config HYPERV_NET | ||
26 | tristate "Microsoft Hyper-V virtual network driver" | ||
27 | depends on NET | ||
28 | default HYPERV | ||
29 | help | ||
30 | Select this option to enable the Hyper-V virtual network driver. | ||
31 | |||
32 | config HYPERV_UTILS | ||
33 | tristate "Microsoft Hyper-V Utilities driver" | ||
34 | depends on CONNECTOR && NLS | ||
35 | default HYPERV | ||
36 | help | ||
37 | Select this option to enable the Hyper-V Utilities. | ||
38 | |||
39 | config HYPERV_MOUSE | ||
40 | tristate "Microsoft Hyper-V mouse driver" | ||
41 | depends on HID | ||
42 | default HYPERV | ||
43 | help | ||
44 | Select this option to enable the Hyper-V mouse driver. | ||
45 | |||
46 | endif | ||