xref: /qemu/hw/hyperv/Kconfig (revision 40d6ee9450b966f56a7df9874939b05f33040c74)
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