aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorjosh.h.morris@us.ibm.com <josh.h.morris@us.ibm.com>2013-02-05 08:15:02 -0500
committerJens Axboe <axboe@kernel.dk>2013-02-05 08:16:05 -0500
commit8722ff8cdbfac9c1b20e67bb067b455c48cb8e93 (patch)
tree5b85a6366f1337d3d56d67a76755e82e11a8b324 /drivers/block/Kconfig
parent478c030eecbec927d62561c5f48a4515ea0fa21a (diff)
block: IBM RamSan 70/80 device driver
This patch includes the device driver for the IBM RamSan family of PCI SSD flash storage cards. This driver will include support for the RamSan 70 and 80. The driver presents a block device for device I/O. Signed-off-by: Philip J Kelleher <pjk1939@linux.vnet.ibm.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 824e09c4d0d7..94f587454385 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -544,4 +544,14 @@ config BLK_DEV_RBD
544 544
545 If unsure, say N. 545 If unsure, say N.
546 546
547config BLK_DEV_RSXX
548 tristate "RamSam PCIe Flash SSD Device Driver"
549 depends on PCI
550 help
551 Device driver for IBM's high speed PCIe SSD
552 storage devices: RamSan-70 and RamSan-80.
553
554 To compile this driver as a module, choose M here: the
555 module will be called rsxx.
556
547endif # BLK_DEV 557endif # BLK_DEV