xref: /openbmc/qemu/hw/hyperv/Kconfig (revision ab1b2ba9c9e9871bb622b0f14a1b2e3f4adaa68f)
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
10config VMBUS
11    bool
12    default y
13    depends on HYPERV
14
15config SYNDBG
16    bool
17    default y
18    depends on VMBUS
19