Kconfig 632 B

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