Skip to content
Snippets Groups Projects
Commit 8ab85eba authored by Juergen Gross's avatar Juergen Gross Committed by David Vrabel
Browse files

xen: make pvscsi frontend dependant on xenbus frontend


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

Signed-off-by: default avatarJuergen Gross <jgross@suse.com>
Signed-off-by: default avatarStefano Stabellini <stefano.stabellini@eu.citrix.com>
parent c2ba1f7d
No related branches found
No related tags found
No related merge requests found
...@@ -579,6 +579,7 @@ config VMWARE_PVSCSI ...@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment