qemu-patch-raspberry4/hw/hyperv/Kconfig
Yang Zhong ccf222a816 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>
2019-03-07 21:45:53 +01:00

9 lines
126 B
Plaintext

config HYPERV
bool
depends on KVM
config HYPERV_TESTDEV
bool
default y if TEST_DEVICES
depends on HYPERV