Kconfig 678 B

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