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