[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [linux-2.6.18-xen] Fix pvSCSI backend config parameters.
# HG changeset patch # User Keir Fraser <keir.fraser@xxxxxxxxxx> # Date 1212658833 -3600 # Node ID ee72fd7d22c86326ff5a6880ac744b0a9e9785cc # Parent 5c92cb1a32011cf573bc3996236fcdbfeb250c53 Fix pvSCSI backend config parameters. Signed-off-by: Tomonari Horikoshi <t.horikoshi@xxxxxxxxxxxxxx> Signed-off-by: Jun Kamada <kama@xxxxxxxxxxxxxx> --- drivers/xen/Kconfig | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff -r 5c92cb1a3201 -r ee72fd7d22c8 drivers/xen/Kconfig --- a/drivers/xen/Kconfig Thu Jun 05 10:39:37 2008 +0100 +++ b/drivers/xen/Kconfig Thu Jun 05 10:40:33 2008 +0100 @@ -168,8 +168,8 @@ config XEN_TPMDEV_BACKEND config XEN_SCSI_BACKEND tristate "SCSI backend driver" - depends on XEN_BACKEND - default n + depends on SCSI && XEN_BACKEND + default m help The SCSI backend driver allows the kernel to export its SCSI Devices to other guests via a high-performance shared-memory interface. _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |