Brooklyn/drivers/hv/Kconfig

32 lines
766 B
Plaintext
Raw Normal View History

2021-05-27 00:09:36 +05:00
# SPDX-License-Identifier: GPL-2.0
menu "Microsoft Hyper-V guest support"
config HYPERV
tristate "Microsoft Hyper-V client drivers"
2021-10-02 21:09:28 +05:00
depends on ACPI && ((X86 && X86_LOCAL_APIC && HYPERVISOR_GUEST) \
|| (ARM64 && !CPU_BIG_ENDIAN))
2021-05-27 00:09:36 +05:00
select PARAVIRT
2021-10-02 21:09:28 +05:00
select X86_HV_CALLBACK_VECTOR if X86
2021-05-27 00:09:36 +05:00
help
Select this option to run Linux as a Hyper-V client operating
system.
config HYPERV_TIMER
2021-10-02 21:09:28 +05:00
def_bool HYPERV && X86
2021-05-27 00:09:36 +05:00
config HYPERV_UTILS
tristate "Microsoft Hyper-V Utilities driver"
depends on HYPERV && CONNECTOR && NLS
help
Select this option to enable the Hyper-V Utilities.
config HYPERV_BALLOON
tristate "Microsoft Hyper-V Balloon driver"
depends on HYPERV
2021-10-02 21:09:28 +05:00
select PAGE_REPORTING
2021-05-27 00:09:36 +05:00
help
Select this option to enable Hyper-V Balloon driver.
endmenu