Blame view

drivers/hv/Kconfig 642 Bytes
124a6b4c4   Bart Van Assche   hv: Add Kconfig m...
1
  menu "Microsoft Hyper-V guest support"
46a971913   Greg Kroah-Hartman   Staging: hv: move...
2
3
  config HYPERV
  	tristate "Microsoft Hyper-V client drivers"
bcf86ba5e   Sinan Kaya   x86, hyperv: remo...
4
  	depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
2ffd9e33c   Vitaly Kuznetsov   x86/hyper-v: Use ...
5
  	select PARAVIRT
46a971913   Greg Kroah-Hartman   Staging: hv: move...
6
7
8
  	help
  	  Select this option to run Linux as a Hyper-V client operating
  	  system.
bd2a9adaa   Vitaly Kuznetsov   x86/hyperv: Imple...
9
10
  config HYPERV_TSCPAGE
         def_bool HYPERV && X86_64
46a971913   Greg Kroah-Hartman   Staging: hv: move...
11
12
13
14
15
  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 ...
16
17
18
19
20
  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...
21
  endmenu