Blame view

drivers/hv/Kconfig 691 Bytes
45ea83f02   Stephen Hemminger   hv: add SPDX lice...
1
  # SPDX-License-Identifier: GPL-2.0
124a6b4c4   Bart Van Assche   hv: Add Kconfig m...
2
  menu "Microsoft Hyper-V guest support"
46a971913   Greg Kroah-Hartman   Staging: hv: move...
3
4
  config HYPERV
  	tristate "Microsoft Hyper-V client drivers"
c629421a9   Sinan Kaya   x86, hyperv: remo...
5
  	depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
2ffd9e33c   Vitaly Kuznetsov   x86/hyper-v: Use ...
6
  	select PARAVIRT
ecca25029   Zhao Yakui   x86/Kconfig: Add ...
7
  	select X86_HV_CALLBACK_VECTOR
46a971913   Greg Kroah-Hartman   Staging: hv: move...
8
9
10
  	help
  	  Select this option to run Linux as a Hyper-V client operating
  	  system.
fd1fea683   Michael Kelley   clocksource/drive...
11
12
  config HYPERV_TIMER
  	def_bool HYPERV
46a971913   Greg Kroah-Hartman   Staging: hv: move...
13
14
15
16
17
  config HYPERV_UTILS
  	tristate "Microsoft Hyper-V Utilities driver"
  	depends on HYPERV && CONNECTOR && NLS
  	help
  	  Select this option to enable the Hyper-V Utilities.
9aa8b50b2   K. Y. Srinivasan   Drivers: hv: Add ...
18
19
20
21
22
  config HYPERV_BALLOON
  	tristate "Microsoft Hyper-V Balloon driver"
  	depends on HYPERV
  	help
  	  Select this option to enable Hyper-V Balloon driver.
124a6b4c4   Bart Van Assche   hv: Add Kconfig m...
23
  endmenu