Bart Van Assche | 124a6b4 | 2011-11-18 18:40:52 +0100 | [diff] [blame] | 1 | menu "Microsoft Hyper-V guest support" |
| 2 | |
Greg Kroah-Hartman | 46a9719 | 2011-10-04 12:29:52 -0700 | [diff] [blame] | 3 | config HYPERV |
| 4 | tristate "Microsoft Hyper-V client drivers" |
Borislav Petkov | 6276a07 | 2013-03-04 21:20:21 +0100 | [diff] [blame] | 5 | depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST |
Vitaly Kuznetsov | 2ffd9e3 | 2017-08-02 18:09:19 +0200 | [diff] [blame] | 6 | select PARAVIRT |
Greg Kroah-Hartman | 46a9719 | 2011-10-04 12:29:52 -0700 | [diff] [blame] | 7 | help |
| 8 | Select this option to run Linux as a Hyper-V client operating |
| 9 | system. |
| 10 | |
Vitaly Kuznetsov | bd2a9ad | 2017-03-03 14:21:40 +0100 | [diff] [blame] | 11 | config HYPERV_TSCPAGE |
| 12 | def_bool HYPERV && X86_64 |
| 13 | |
Greg Kroah-Hartman | 46a9719 | 2011-10-04 12:29:52 -0700 | [diff] [blame] | 14 | config HYPERV_UTILS |
| 15 | tristate "Microsoft Hyper-V Utilities driver" |
| 16 | depends on HYPERV && CONNECTOR && NLS |
| 17 | help |
| 18 | Select this option to enable the Hyper-V Utilities. |
| 19 | |
K. Y. Srinivasan | 9aa8b50 | 2012-11-14 01:09:02 -0800 | [diff] [blame] | 20 | config HYPERV_BALLOON |
| 21 | tristate "Microsoft Hyper-V Balloon driver" |
| 22 | depends on HYPERV |
| 23 | help |
| 24 | Select this option to enable Hyper-V Balloon driver. |
| 25 | |
Bart Van Assche | 124a6b4 | 2011-11-18 18:40:52 +0100 | [diff] [blame] | 26 | endmenu |