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 |
Greg Kroah-Hartman | 46a9719 | 2011-10-04 12:29:52 -0700 | [diff] [blame] | 9 | help |
| 10 | Select this option to run Linux as a Hyper-V client operating |
| 11 | system. |
| 12 | |
Michael Kelley | fd1fea6 | 2019-07-01 04:25:56 +0000 | [diff] [blame^] | 13 | config HYPERV_TIMER |
| 14 | def_bool HYPERV |
| 15 | |
Vitaly Kuznetsov | bd2a9ad | 2017-03-03 14:21:40 +0100 | [diff] [blame] | 16 | config HYPERV_TSCPAGE |
| 17 | def_bool HYPERV && X86_64 |
| 18 | |
Greg Kroah-Hartman | 46a9719 | 2011-10-04 12:29:52 -0700 | [diff] [blame] | 19 | config HYPERV_UTILS |
| 20 | tristate "Microsoft Hyper-V Utilities driver" |
| 21 | depends on HYPERV && CONNECTOR && NLS |
| 22 | help |
| 23 | Select this option to enable the Hyper-V Utilities. |
| 24 | |
K. Y. Srinivasan | 9aa8b50 | 2012-11-14 01:09:02 -0800 | [diff] [blame] | 25 | config HYPERV_BALLOON |
| 26 | tristate "Microsoft Hyper-V Balloon driver" |
| 27 | depends on HYPERV |
| 28 | help |
| 29 | Select this option to enable Hyper-V Balloon driver. |
| 30 | |
Bart Van Assche | 124a6b4 | 2011-11-18 18:40:52 +0100 | [diff] [blame] | 31 | endmenu |