Kconfig 389 B

1234567891011121314151617
  1. menu "Microsoft Hyper-V guest support"
  2. config HYPERV
  3. tristate "Microsoft Hyper-V client drivers"
  4. depends on X86 && ACPI && PCI
  5. help
  6. Select this option to run Linux as a Hyper-V client operating
  7. system.
  8. config HYPERV_UTILS
  9. tristate "Microsoft Hyper-V Utilities driver"
  10. depends on HYPERV && CONNECTOR && NLS
  11. help
  12. Select this option to enable the Hyper-V Utilities.
  13. endmenu