M7350/kernel/drivers/hv/Kconfig

23 lines
576 B
Plaintext
Raw Permalink Normal View History

2024-09-09 08:52:07 +00:00
menu "Microsoft Hyper-V guest support"
config HYPERV
tristate "Microsoft Hyper-V client drivers"
2024-09-09 08:57:42 +00:00
depends on X86 && ACPI && PCI && X86_LOCAL_APIC && HYPERVISOR_GUEST
2024-09-09 08:52:07 +00:00
help
Select this option to run Linux as a Hyper-V client operating
system.
config HYPERV_UTILS
tristate "Microsoft Hyper-V Utilities driver"
depends on HYPERV && CONNECTOR && NLS
help
Select this option to enable the Hyper-V Utilities.
2024-09-09 08:57:42 +00:00
config HYPERV_BALLOON
tristate "Microsoft Hyper-V Balloon driver"
depends on HYPERV
help
Select this option to enable Hyper-V Balloon driver.
2024-09-09 08:52:07 +00:00
endmenu