diff options
Diffstat (limited to 'drivers/hv/Kconfig')
-rw-r--r-- | drivers/hv/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/hv/Kconfig b/drivers/hv/Kconfig new file mode 100644 index 000000000000..9fa09ac000ad --- /dev/null +++ b/drivers/hv/Kconfig | |||
@@ -0,0 +1,14 @@ | |||
1 | config HYPERV | ||
2 | tristate "Microsoft Hyper-V client drivers" | ||
3 | depends on X86 && ACPI && PCI | ||
4 | help | ||
5 | Select this option to run Linux as a Hyper-V client operating | ||
6 | system. | ||
7 | |||
8 | config HYPERV_UTILS | ||
9 | tristate "Microsoft Hyper-V Utilities driver" | ||
10 | depends on HYPERV && CONNECTOR && NLS | ||
11 | help | ||
12 | Select this option to enable the Hyper-V Utilities. | ||
13 | |||
14 | |||