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" |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 7 | depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 8 | select PARAVIRT |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 9 | select X86_HV_CALLBACK_VECTOR |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 10 | help |
| 11 | Select this option to run Linux as a Hyper-V client operating |
| 12 | system. |
| 13 | |
David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 14 | config HYPERV_TIMER |
| 15 | def_bool HYPERV |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 16 | |
| 17 | config HYPERV_UTILS |
| 18 | tristate "Microsoft Hyper-V Utilities driver" |
| 19 | depends on HYPERV && CONNECTOR && NLS |
| 20 | help |
| 21 | Select this option to enable the Hyper-V Utilities. |
| 22 | |
| 23 | config HYPERV_BALLOON |
| 24 | tristate "Microsoft Hyper-V Balloon driver" |
| 25 | depends on HYPERV |
| 26 | help |
| 27 | Select this option to enable Hyper-V Balloon driver. |
| 28 | |
| 29 | endmenu |