nvme: make NVME_RDMA depend on BLOCK

Commit aa71987472a9 ("nvme: fabrics drivers don't need the nvme-pci
driver") removed the dependency on BLK_DEV_NVME, but the cdoe does
depend on the block layer (which used to be an implicit dependency
through BLK_DEV_NVME).

Otherwise you get various errors from the kbuild test robot random
config testing when that happens to hit a configuration with BLOCK
device support disabled.

Cc: Christoph Hellwig <hch@lst.de>
Cc: Jay Freyensee <james_p_freyensee@linux.intel.com>
Cc: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

Changed files
+1 -1
drivers
nvme
host
+1 -1
drivers/nvme/host/Kconfig
··· 30 30 31 31 config NVME_RDMA 32 32 tristate "NVM Express over Fabrics RDMA host driver" 33 - depends on INFINIBAND 33 + depends on INFINIBAND && BLOCK 34 34 select NVME_CORE 35 35 select NVME_FABRICS 36 36 select SG_POOL