Browse Source

xen: make pvscsi frontend dependant on xenbus frontend

The pvscsi frontend driver requires the xenbus frontend driver. Reflect
this in Kconfig.

Signed-off-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Juergen Gross 11 years ago
parent
commit
8ab85eba49
1 changed files with 1 additions and 0 deletions
  1. 1 0
      drivers/scsi/Kconfig

+ 1 - 0
drivers/scsi/Kconfig

@@ -579,6 +579,7 @@ config VMWARE_PVSCSI
 config XEN_SCSI_FRONTEND
 config XEN_SCSI_FRONTEND
 	tristate "XEN SCSI frontend driver"
 	tristate "XEN SCSI frontend driver"
 	depends on SCSI && XEN
 	depends on SCSI && XEN
+	select XEN_XENBUS_FRONTEND
 	help
 	help
 	  The XEN SCSI frontend driver allows the kernel to access SCSI Devices
 	  The XEN SCSI frontend driver allows the kernel to access SCSI Devices
 	  within another guest OS (usually Dom0).
 	  within another guest OS (usually Dom0).