Kconfig (fcdcc79628a1919bde9acf239e364f65bab6327c) | Kconfig (576d55d625664a20ee4bae6500952febfb2d7b10) |
---|---|
1config NVME_CORE 2 tristate 3 |
|
1config BLK_DEV_NVME 2 tristate "NVM Express block device" 3 depends on PCI && BLOCK | 4config BLK_DEV_NVME 5 tristate "NVM Express block device" 6 depends on PCI && BLOCK |
7 select NVME_CORE |
|
4 ---help--- 5 The NVM Express driver is for solid state drives directly 6 connected to the PCI or PCI Express bus. If you know you 7 don't have one of these, it is safe to answer N. 8 9 To compile this driver as a module, choose M here: the 10 module will be called nvme. 11 12config BLK_DEV_NVME_SCSI 13 bool "SCSI emulation for NVMe device nodes" | 8 ---help--- 9 The NVM Express driver is for solid state drives directly 10 connected to the PCI or PCI Express bus. If you know you 11 don't have one of these, it is safe to answer N. 12 13 To compile this driver as a module, choose M here: the 14 module will be called nvme. 15 16config BLK_DEV_NVME_SCSI 17 bool "SCSI emulation for NVMe device nodes" |
14 depends on BLK_DEV_NVME | 18 depends on NVME_CORE |
15 ---help--- 16 This adds support for the SG_IO ioctl on the NVMe character 17 and block devices nodes, as well a a translation for a small 18 number of selected SCSI commands to NVMe commands to the NVMe 19 driver. If you don't know what this means you probably want 20 to say N here, and if you know what it means you probably 21 want to say N as well. | 19 ---help--- 20 This adds support for the SG_IO ioctl on the NVMe character 21 and block devices nodes, as well a a translation for a small 22 number of selected SCSI commands to NVMe commands to the NVMe 23 driver. If you don't know what this means you probably want 24 to say N here, and if you know what it means you probably 25 want to say N as well. |