Kconfig 642 B

123456789101112131415161718192021222324252627
  1. menu "Microsoft Hyper-V guest support"
  2. config HYPERV
  3. tristate "Microsoft Hyper-V client drivers"
  4. depends on X86 && ACPI && X86_LOCAL_APIC && HYPERVISOR_GUEST
  5. select PARAVIRT
  6. help
  7. Select this option to run Linux as a Hyper-V client operating
  8. system.
  9. config HYPERV_TSCPAGE
  10. def_bool HYPERV && X86_64
  11. config HYPERV_UTILS
  12. tristate "Microsoft Hyper-V Utilities driver"
  13. depends on HYPERV && CONNECTOR && NLS
  14. help
  15. Select this option to enable the Hyper-V Utilities.
  16. config HYPERV_BALLOON
  17. tristate "Microsoft Hyper-V Balloon driver"
  18. depends on HYPERV
  19. help
  20. Select this option to enable Hyper-V Balloon driver.
  21. endmenu