projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2ba1f7
)
xen: make pvscsi frontend dependant on xenbus frontend
author
Juergen Gross
<jgross@suse.com>
Mon, 15 Sep 2014 04:45:01 +0000
(06:45 +0200)
committer
David Vrabel
<david.vrabel@citrix.com>
Fri, 3 Oct 2014 11:34:51 +0000
(12:34 +0100)
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>
drivers/scsi/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/Kconfig
b/drivers/scsi/Kconfig
index 9130df14f742297bead8dfe9fb29d8f0931cba06..ff62dc137021594a4e20bb5eb5f98c6431bc2b5e 100644
(file)
--- a/
drivers/scsi/Kconfig
+++ b/
drivers/scsi/Kconfig
@@
-579,6
+579,7
@@
config VMWARE_PVSCSI
config XEN_SCSI_FRONTEND
tristate "XEN SCSI frontend driver"
depends on SCSI && XEN
+ select XEN_XENBUS_FRONTEND
help
The XEN SCSI frontend driver allows the kernel to access SCSI Devices
within another guest OS (usually Dom0).