aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/block/Kconfig
diff options
context:
space:
mode:
authorMatthew Wilcox <matthew.r.wilcox@intel.com>2011-01-20 12:50:14 -0500
committerMatthew Wilcox <matthew.r.wilcox@intel.com>2011-11-04 15:52:51 -0400
commitb60503ba432b16fc84442a84e29a7aad2c0c363d (patch)
tree43dca7cd57965ce1a2b7b6f94437f0364fbc0034 /drivers/block/Kconfig
parent0b934ccd707ff33a87f15a35a9916d1d8e85d30e (diff)
NVMe: New driver
This driver is for devices that follow the NVM Express standard Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Diffstat (limited to 'drivers/block/Kconfig')
-rw-r--r--drivers/block/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/block/Kconfig b/drivers/block/Kconfig
index 6f07ec1c2f58..35e56e1c948f 100644
--- a/drivers/block/Kconfig
+++ b/drivers/block/Kconfig
@@ -315,6 +315,17 @@ config BLK_DEV_NBD
315 315
316 If unsure, say N. 316 If unsure, say N.
317 317
318config BLK_DEV_NVME
319 tristate "NVM Express block device"
320 depends on PCI
321 ---help---
322 The NVM Express driver is for solid state drives directly
323 connected to the PCI or PCI Express bus. If you know you
324 don't have one of these, it is safe to answer N.
325
326 To compile this driver as a module, choose M here: the
327 module will be called nvme.
328
318config BLK_DEV_OSD 329config BLK_DEV_OSD
319 tristate "OSD object-as-blkdev support" 330 tristate "OSD object-as-blkdev support"
320 depends on SCSI_OSD_ULD 331 depends on SCSI_OSD_ULD