Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

menu "Microsoft Hyper-V guest support"

config CONFIG_HYPERV
	tristate "Microsoft Hyper-V client drivers"
	depends on CONFIG_X86 && CONFIG_ACPI && CONFIG_PCI && CONFIG_X86_LOCAL_APIC && CONFIG_HYPERVISOR_GUEST
	help
	  Select this option to run Linux as a Hyper-V client operating
	  system.

config CONFIG_HYPERV_UTILS
	tristate "Microsoft Hyper-V Utilities driver"
	depends on CONFIG_HYPERV && CONFIG_CONNECTOR && CONFIG_NLS
	help
	  Select this option to enable the Hyper-V Utilities.

config CONFIG_HYPERV_BALLOON
	tristate "Microsoft Hyper-V Balloon driver"
	depends on CONFIG_HYPERV
	help
	  Select this option to enable Hyper-V Balloon driver.

endmenu