2018-03-27 22:01:04 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
|
2011-11-18 17:40:52 +00:00
|
|
|
menu "Microsoft Hyper-V guest support"
|
|
|
|
|
2011-10-04 19:29:52 +00:00
|
|
|
config HYPERV
|
|
|
|
tristate "Microsoft Hyper-V client drivers"
|
2021-08-04 15:52:39 +00:00
|
|
|
depends on ACPI && ((X86 && X86_LOCAL_APIC && HYPERVISOR_GUEST) \
|
|
|
|
|| (ARM64 && !CPU_BIG_ENDIAN))
|
2017-08-02 16:09:19 +00:00
|
|
|
select PARAVIRT
|
2021-08-04 15:52:39 +00:00
|
|
|
select X86_HV_CALLBACK_VECTOR if X86
|
2021-10-25 12:21:14 +00:00
|
|
|
select VMAP_PFN
|
2011-10-04 19:29:52 +00:00
|
|
|
help
|
|
|
|
Select this option to run Linux as a Hyper-V client operating
|
|
|
|
system.
|
|
|
|
|
2019-07-01 04:25:56 +00:00
|
|
|
config HYPERV_TIMER
|
2021-08-04 15:52:39 +00:00
|
|
|
def_bool HYPERV && X86
|
2019-07-01 04:25:56 +00:00
|
|
|
|
2011-10-04 19:29:52 +00:00
|
|
|
config HYPERV_UTILS
|
|
|
|
tristate "Microsoft Hyper-V Utilities driver"
|
|
|
|
depends on HYPERV && CONNECTOR && NLS
|
2021-11-26 02:33:16 +00:00
|
|
|
depends on PTP_1588_CLOCK_OPTIONAL
|
2011-10-04 19:29:52 +00:00
|
|
|
help
|
|
|
|
Select this option to enable the Hyper-V Utilities.
|
|
|
|
|
2012-11-14 09:09:02 +00:00
|
|
|
config HYPERV_BALLOON
|
|
|
|
tristate "Microsoft Hyper-V Balloon driver"
|
|
|
|
depends on HYPERV
|
2021-03-23 18:47:16 +00:00
|
|
|
select PAGE_REPORTING
|
2012-11-14 09:09:02 +00:00
|
|
|
help
|
|
|
|
Select this option to enable Hyper-V Balloon driver.
|
|
|
|
|
2011-11-18 17:40:52 +00:00
|
|
|
endmenu
|