Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | |
| 3 | menu "Microsoft Hyper-V guest support" |
| 4 | |
| 5 | config HYPERV |
| 6 | tristate "Microsoft Hyper-V client drivers" |
| 7 | depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST |
| 8 | select PARAVIRT |
| 9 | help |
| 10 | Select this option to run Linux as a Hyper-V client operating |
| 11 | system. |
| 12 | |
| 13 | config HYPERV_TSCPAGE |
| 14 | def_bool HYPERV && X86_64 |
| 15 | |
| 16 | config HYPERV_UTILS |
| 17 | tristate "Microsoft Hyper-V Utilities driver" |
| 18 | depends on HYPERV && CONNECTOR && NLS |
| 19 | help |
| 20 | Select this option to enable the Hyper-V Utilities. |
| 21 | |
| 22 | config HYPERV_BALLOON |
| 23 | tristate "Microsoft Hyper-V Balloon driver" |
| 24 | depends on HYPERV |
| 25 | help |
| 26 | Select this option to enable Hyper-V Balloon driver. |
| 27 | |
| 28 | endmenu |