diff options
author | Juergen Gross <jgross@suse.com> | 2014-09-15 00:45:01 -0400 |
---|---|---|
committer | David Vrabel <david.vrabel@citrix.com> | 2014-10-03 07:34:51 -0400 |
commit | 8ab85eba49c6f4ad67b65fb61104b912f86a1546 (patch) | |
tree | fb91d055bb43862232d3388f71cb62d695bc5031 /drivers/scsi/Kconfig | |
parent | c2ba1f7d39ff4f3666f0fe0f9f55a41a81e745b6 (diff) |
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>
Diffstat (limited to 'drivers/scsi/Kconfig')
-rw-r--r-- | drivers/scsi/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
579 | config XEN_SCSI_FRONTEND | 579 | config XEN_SCSI_FRONTEND |
580 | tristate "XEN SCSI frontend driver" | 580 | tristate "XEN SCSI frontend driver" |
581 | depends on SCSI && XEN | 581 | depends on SCSI && XEN |
582 | select XEN_XENBUS_FRONTEND | ||
582 | help | 583 | help |
583 | The XEN SCSI frontend driver allows the kernel to access SCSI Devices | 584 | The XEN SCSI frontend driver allows the kernel to access SCSI Devices |
584 | within another guest OS (usually Dom0). | 585 | within another guest OS (usually Dom0). |