Commit ccf222a8 authored by Yang Zhong's avatar Yang Zhong Committed by Paolo Bonzini
Browse files

hyperv: express dependencies with kconfig



remove default-configs/hyperv.mak and make dependencies
with Kconfig.

Signed-off-by: default avatarYang Zhong <yang.zhong@intel.com>
Reviewed-by: default avatarThomas Huth <thuth@redhat.com>
Message-Id: <20190123065618.3520-41-yang.zhong@intel.com>
Signed-off-by: default avatarPaolo Bonzini <pbonzini@redhat.com>
parent 32690c8b
Loading
Loading
Loading
Loading

default-configs/hyperv.mak

deleted100644 → 0
+0 −2
Original line number Diff line number Diff line
CONFIG_HYPERV=$(CONFIG_KVM)
CONFIG_HYPERV_TESTDEV=y
+0 −1
Original line number Diff line number Diff line
# Default configuration for i386-softmmu

include hyperv.mak
CONFIG_VMXNET3_PCI=y
CONFIG_VIRTIO_VGA=y
CONFIG_IPMI=y
+3 −0
Original line number Diff line number Diff line
config HYPERV
    bool
    depends on KVM

config HYPERV_TESTDEV
    bool
    default y if TEST_DEVICES
    depends on HYPERV
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ config SEV

config PC
    bool
    imply HYPERV
    imply QXL
    imply SEV
    imply TPM_CRB