diff options
author | Yang Zhong <yang.zhong@intel.com> | 2019-01-23 14:56:14 +0800 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2019-03-07 21:45:53 +0100 |
commit | ccf222a816d59af1318a7efb59c6b9c5578d1abf (patch) | |
tree | 8da01102d57507dbb7fcc1c349372a2b19f568e4 /hw/hyperv | |
parent | 32690c8bed5762518272876dcb6dd39a54f54fd1 (diff) | |
download | qemu-ccf222a816d59af1318a7efb59c6b9c5578d1abf.zip |
hyperv: express dependencies with kconfig
remove default-configs/hyperv.mak and make dependencies
with Kconfig.
Signed-off-by: Yang Zhong <yang.zhong@intel.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-41-yang.zhong@intel.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/hyperv')
-rw-r--r-- | hw/hyperv/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/hyperv/Kconfig b/hw/hyperv/Kconfig index be724b7f8b..a1fa8ff9be 100644 --- a/hw/hyperv/Kconfig +++ b/hw/hyperv/Kconfig @@ -1,5 +1,8 @@ config HYPERV bool + depends on KVM config HYPERV_TESTDEV bool + default y if TEST_DEVICES + depends on HYPERV |