[PATCH] nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME

Max Gurtovoy mgurtovoy at nvidia.com
Mon May 24 07:36:46 PDT 2021


On 5/22/2021 12:51 AM, Sagi Grimberg wrote:
> We need to select NVME_CORE.
>
> Signed-off-by: Sagi Grimberg <sagi at grimberg.me>
> ---
>   drivers/nvme/host/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig
> index a44d49d63968..c0826b3c617c 100644
> --- a/drivers/nvme/host/Kconfig
> +++ b/drivers/nvme/host/Kconfig
> @@ -71,7 +71,7 @@ config NVME_FC
>   config NVME_TCP
>   	tristate "NVM Express over Fabrics TCP host driver"
>   	depends on INET
> -	depends on BLK_DEV_NVME
> +	select NVME_CORE
>   	select NVME_FABRICS
>   	select CRYPTO
>   	select CRYPTO_CRC32C

Looks good,

Reviewed-by: Max Gurtovoy <mgurtovoy at nvidia.com>




More information about the Linux-nvme mailing list