Kconfig 416 B

12345678910111213141516171819202122232425262728
  1. config HYPERV
  2. bool
  3. depends on KVM
  4. config HYPERV_TESTDEV
  5. bool
  6. default y if TEST_DEVICES
  7. depends on HYPERV
  8. config VMBUS
  9. bool
  10. default y
  11. depends on HYPERV
  12. config SYNDBG
  13. bool
  14. default y
  15. depends on VMBUS
  16. config HV_BALLOON_SUPPORTED
  17. bool
  18. config HV_BALLOON
  19. bool
  20. default y
  21. depends on VMBUS
  22. depends on HV_BALLOON_POSSIBLE
  23. depends on HV_BALLOON_SUPPORTED