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