diff options
author | Akhil Bhansali <abhansali@stec-inc.com> | 2013-10-15 16:19:07 -0400 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2013-11-08 11:10:28 -0500 |
commit | e67f86b31ae5be8a88bec27b5ecb18dc2ffc9c56 (patch) | |
tree | 8e0cf5c5dd6a266edbce015ffc3e23b7c3e8cf37 /drivers/block/Kconfig | |
parent | 0317cd6de852a70e0374e7eb40a013072274386f (diff) |
Add support for sTec's pci-e flash card Kronos
Signed-off-by: Akhil Bhansali <abhansali@stec-inc.com>
Signed-off-by: Ramprasad Chinthekindi <rchinthekindi@stec-inc.com>
Reviewed-by: Jeff Moyer <jmoyer@redhat.com>
Folded patch, contributions to clean up this driver from:
Jens Axboe
Dan Carpenter
Andrew Morton
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r-- | drivers/block/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig index e07a5fd58ad7..555aed0b50dd 100644 --- a/drivers/block/Kconfig +++ b/drivers/block/Kconfig | |||
@@ -316,6 +316,16 @@ config BLK_DEV_NVME | |||
316 | To compile this driver as a module, choose M here: the | 316 | To compile this driver as a module, choose M here: the |
317 | module will be called nvme. | 317 | module will be called nvme. |
318 | 318 | ||
319 | config BLK_DEV_SKD | ||
320 | tristate "STEC S1120 Block Driver" | ||
321 | depends on PCI | ||
322 | depends on 64BIT | ||
323 | ---help--- | ||
324 | Saying Y or M here will enable support for the | ||
325 | STEC, Inc. S1120 PCIe SSD. | ||
326 | |||
327 | Use device /dev/skd$N amd /dev/skd$Np$M. | ||
328 | |||
319 | config BLK_DEV_OSD | 329 | config BLK_DEV_OSD |
320 | tristate "OSD object-as-blkdev support" | 330 | tristate "OSD object-as-blkdev support" |
321 | depends on SCSI_OSD_ULD | 331 | depends on SCSI_OSD_ULD |