18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0
28c2ecf20Sopenharmony_ci
38c2ecf20Sopenharmony_cimenu "Microsoft Hyper-V guest support"
48c2ecf20Sopenharmony_ci
58c2ecf20Sopenharmony_ciconfig HYPERV
68c2ecf20Sopenharmony_ci	tristate "Microsoft Hyper-V client drivers"
78c2ecf20Sopenharmony_ci	depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
88c2ecf20Sopenharmony_ci	select PARAVIRT
98c2ecf20Sopenharmony_ci	select X86_HV_CALLBACK_VECTOR
108c2ecf20Sopenharmony_ci	help
118c2ecf20Sopenharmony_ci	  Select this option to run Linux as a Hyper-V client operating
128c2ecf20Sopenharmony_ci	  system.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciconfig HYPERV_TIMER
158c2ecf20Sopenharmony_ci	def_bool HYPERV
168c2ecf20Sopenharmony_ci
178c2ecf20Sopenharmony_ciconfig HYPERV_UTILS
188c2ecf20Sopenharmony_ci	tristate "Microsoft Hyper-V Utilities driver"
198c2ecf20Sopenharmony_ci	depends on HYPERV && CONNECTOR && NLS
208c2ecf20Sopenharmony_ci	help
218c2ecf20Sopenharmony_ci	  Select this option to enable the Hyper-V Utilities.
228c2ecf20Sopenharmony_ci
238c2ecf20Sopenharmony_ciconfig HYPERV_BALLOON
248c2ecf20Sopenharmony_ci	tristate "Microsoft Hyper-V Balloon driver"
258c2ecf20Sopenharmony_ci	depends on HYPERV
268c2ecf20Sopenharmony_ci	help
278c2ecf20Sopenharmony_ci	  Select this option to enable Hyper-V Balloon driver.
288c2ecf20Sopenharmony_ci
298c2ecf20Sopenharmony_ciendmenu
30