xref: /qemu/hw/hyperv/Kconfig (revision cf58773f1c233e3bb43abc4b4b0aaad60ce9a6be)
1config HYPERV
2    bool
3    depends on KVM
4
5config HYPERV_TESTDEV
6    bool
7    default y if TEST_DEVICES
8    depends on HYPERV
9