summary refs log tree commit diff stats
path: root/hw/hyperv/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'hw/hyperv/Kconfig')
-rw-r--r--hw/hyperv/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/hw/hyperv/Kconfig b/hw/hyperv/Kconfig
new file mode 100644
index 0000000000..a1fa8ff9be
--- /dev/null
+++ b/hw/hyperv/Kconfig
@@ -0,0 +1,8 @@
+config HYPERV
+    bool
+    depends on KVM
+
+config HYPERV_TESTDEV
+    bool
+    default y if TEST_DEVICES
+    depends on HYPERV