mirror of
https://github.com/xemu-project/xemu.git
synced 2025-04-02 11:11:48 -04:00
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>
8 lines
126 B
Text
8 lines
126 B
Text
config HYPERV
|
|
bool
|
|
depends on KVM
|
|
|
|
config HYPERV_TESTDEV
|
|
bool
|
|
default y if TEST_DEVICES
|
|
depends on HYPERV
|