forked from mirrors/linux
		
	vhost: allow vhost-scsi driver to be built-in
It's useful to allow vhost-scsi to be built-in when testing vhost in L1 + L2 VMs and booting L1 VM with QEMU '-kernel' option. Signed-off-by: Greg Edwards <gedwards@ddn.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
This commit is contained in:
		
							parent
							
								
									69599206ea
								
							
						
					
					
						commit
						84f3396b71
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -12,7 +12,7 @@ config VHOST_NET
 | 
				
			||||||
 | 
					
 | 
				
			||||||
config VHOST_SCSI
 | 
					config VHOST_SCSI
 | 
				
			||||||
	tristate "VHOST_SCSI TCM fabric driver"
 | 
						tristate "VHOST_SCSI TCM fabric driver"
 | 
				
			||||||
	depends on TARGET_CORE && EVENTFD && m
 | 
						depends on TARGET_CORE && EVENTFD
 | 
				
			||||||
	select VHOST
 | 
						select VHOST
 | 
				
			||||||
	default n
 | 
						default n
 | 
				
			||||||
	---help---
 | 
						---help---
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue