lkml.org 
[lkml]   [2012]   [Jun]   [8]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH RESEND 1/7] scsi: mark SCSI_SRP as experimental
Date
From: Arnd Bergmann <arnd@arndb.de>

SCSI_SRP selects SCSI_TGT which is experimental and therefore
must be marked experimental. Otherwise Kconfig warns about
symbols selecting other symbols that have unsatisfied
dependencies.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
---
drivers/scsi/Kconfig | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/drivers/scsi/Kconfig b/drivers/scsi/Kconfig
index e955978..ec8cc9a 100644
--- a/drivers/scsi/Kconfig
+++ b/drivers/scsi/Kconfig
@@ -1803,8 +1803,9 @@ config SCSI_PM8001
based host adapters.

config SCSI_SRP
- tristate "SCSI RDMA Protocol helper library"
+ tristate "SCSI RDMA Protocol helper library (EXPERIMENTAL)"
depends on SCSI && PCI
+ depends on EXPERIMENTAL
select SCSI_TGT
help
If you wish to use SRP target drivers, say Y.
--
1.7.5.4


\
 
 \ /
  Last update: 2012-06-09 00:41    [W:0.092 / U:0.116 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site