Stephen Hemminger | 45ea83f | 2018-03-27 15:01:04 -0700 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | |
Bart Van Assche | 124a6b4 | 2011-11-18 18:40:52 +0100 | [diff] [blame] | 3 | menu "Microsoft Hyper-V guest support" |
| 4 | |
Greg Kroah-Hartman | 46a9719 | 2011-10-04 12:29:52 -0700 | [diff] [blame] | 5 | config HYPERV |
| 6 | tristate "Microsoft Hyper-V client drivers" |
Sinan Kaya | c629421 | 2018-12-01 21:40:38 +0000 | [diff] [blame] | 7 | depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST |
Vitaly Kuznetsov | 2ffd9e3 | 2017-08-02 18:09:19 +0200 | [diff] [blame] | 8 | select PARAVIRT |
Zhao Yakui | ecca2502 | 2019-04-30 11:45:23 +0800 | [diff] [blame] | 9 | select X86_HV_CALLBACK_VECTOR |
Greg Kroah-Hartman | 46a9719 | 2011-10-04 12:29:52 -0700 | [diff] [blame] | 10 | help |
| 11 | Select this option to run Linux as a Hyper-V client operating |
| 12 | system. |
| 13 | |
Michael Kelley | fd1fea6 | 2019-07-01 04:25:56 +0000 | [diff] [blame] | 14 | config HYPERV_TIMER |
| 15 | def_bool HYPERV |
| 16 | |
Greg Kroah-Hartman | 46a9719 | 2011-10-04 12:29:52 -0700 | [diff] [blame] | 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 | |
K. Y. Srinivasan | 9aa8b50 | 2012-11-14 01:09:02 -0800 | [diff] [blame] | 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 | |
Bart Van Assche | 124a6b4 | 2011-11-18 18:40:52 +0100 | [diff] [blame] | 29 | endmenu |