From: Keith Busch Date: Mon, 12 Oct 2015 17:37:38 +0000 (-0600) Subject: NVMe: Add explicit block config dependency X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=11feb18f4edb1423ed6091908c45de7ade30d5b7;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git NVMe: Add explicit block config dependency The nvme driver was moved from drivers/block, losing our implicit dependency on CONFIG_BLOCK. This makes it an explicit driver dependency. Reported-by: Jim Davis Signed-off-by: Keith Busch Reviewed-by: Christoph Hellwig Signed-off-by: Jens Axboe --- diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig index 0089f78b4071..002a94abdbc4 100644 --- a/drivers/nvme/host/Kconfig +++ b/drivers/nvme/host/Kconfig @@ -1,6 +1,6 @@ config BLK_DEV_NVME tristate "NVM Express block device" - depends on PCI + depends on PCI && BLOCK ---help--- The NVM Express driver is for solid state drives directly connected to the PCI or PCI Express bus. If you know you