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>
		
			
				
	
	
		
			9 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			126 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
config HYPERV
 | 
						|
    bool
 | 
						|
    depends on KVM
 | 
						|
 | 
						|
config HYPERV_TESTDEV
 | 
						|
    bool
 | 
						|
    default y if TEST_DEVICES
 | 
						|
    depends on HYPERV
 |