diff options
-rw-r--r-- | drivers/block/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index 17dc22282e14..432c17e1e0e6 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -168,7 +168,8 @@ config BLK_CPQ_CISS_DA | |||
168 | 168 | ||
169 | config CISS_SCSI_TAPE | 169 | config CISS_SCSI_TAPE |
170 | bool "SCSI tape drive support for Smart Array 5xxx" | 170 | bool "SCSI tape drive support for Smart Array 5xxx" |
171 | depends on BLK_CPQ_CISS_DA && SCSI && PROC_FS | 171 | depends on BLK_CPQ_CISS_DA && PROC_FS |
172 | depends on SCSI=y || SCSI=BLK_CPQ_CISS_DA | ||
172 | help | 173 | help |
173 | When enabled (Y), this option allows SCSI tape drives and SCSI medium | 174 | When enabled (Y), this option allows SCSI tape drives and SCSI medium |
174 | changers (tape robots) to be accessed via a Compaq 5xxx array | 175 | changers (tape robots) to be accessed via a Compaq 5xxx array |