aboutsummaryrefslogtreecommitdiffstats
path: root/hw/hyperv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hyperv/Kconfig')
-rw-r--r--hw/hyperv/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/hw/hyperv/Kconfig b/hw/hyperv/Kconfig
new file mode 100644
index 000000000..3fbfe41c9
--- /dev/null
+++ b/hw/hyperv/Kconfig
@@ -0,0 +1,13 @@
+config HYPERV
+ bool
+ depends on KVM
+
+config HYPERV_TESTDEV
+ bool
+ default y if TEST_DEVICES
+ depends on HYPERV
+
+config VMBUS
+ bool
+ default y
+ depends on HYPERV