Skip to content

Commit

Permalink
nvme: fabrics drivers don't need the nvme-pci driver
Browse files Browse the repository at this point in the history
So select the NVME_CORE symbol instead of depending on BLK_DEV_NVME.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Jay Freyensee <james_p_freyensee@linux.intel.com>
Signed-off-by: Sagi Grimberg <sagi@grimberg.me>
  • Loading branch information
Christoph Hellwig authored and sagigrimberg committed Aug 19, 2016
1 parent 98096d8 commit aa71987
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drivers/nvme/host/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ config NVME_FABRICS
config NVME_RDMA
tristate "NVM Express over Fabrics RDMA host driver"
depends on INFINIBAND
depends on BLK_DEV_NVME
select NVME_CORE
select NVME_FABRICS
select SG_POOL
help
Expand Down
2 changes: 1 addition & 1 deletion drivers/nvme/target/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ config NVME_TARGET

config NVME_TARGET_LOOP
tristate "NVMe loopback device support"
depends on BLK_DEV_NVME
depends on NVME_TARGET
select NVME_CORE
select NVME_FABRICS
select SG_POOL
help
Expand Down

0 comments on commit aa71987

Please sign in to comment.