From: Juergen Gross Date: Mon, 15 Sep 2014 04:45:01 +0000 (+0200) Subject: xen: make pvscsi frontend dependant on xenbus frontend X-Git-Tag: v3.18-rc1~89^2~6 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=8ab85eba49c6f4ad67b65fb61104b912f86a1546;p=uclinux-h8%2Flinux.git 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 Signed-off-by: Stefano Stabellini --- diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig index 9130df14f742..ff62dc137021 100644 --- 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).