diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2021-06-08 12:56:09 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-08 21:06:19 +0200 |
commit | 762411542050dbe27c7c96f13c57f93da5d9b89a (patch) | |
tree | ebe21e7f6014f96577ee414eb8525dce8b75a7bd /drivers/nvme/host/Kconfig | |
parent | Merge branch 'farsync-cleanups' (diff) | |
download | linux-762411542050dbe27c7c96f13c57f93da5d9b89a.tar.xz linux-762411542050dbe27c7c96f13c57f93da5d9b89a.zip |
nvme: NVME_TCP_OFFLOAD should not default to m
The help text for the symbol controlling support for the NVM Express
over Fabrics TCP offload common layer suggests to not enable this
support when unsure.
Hence drop the "default m", which actually means "default y" if
CONFIG_MODULES is not enabled.
Fixes: f0e8cb6106da2703 ("nvme-tcp-offload: Add nvme-tcp-offload - NVMeTCP HW offload ULP")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | drivers/nvme/host/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/nvme/host/Kconfig b/drivers/nvme/host/Kconfig index caedc35e1f0d..a01e3f380e74 100644 --- a/drivers/nvme/host/Kconfig +++ b/drivers/nvme/host/Kconfig @@ -87,7 +87,6 @@ config NVME_TCP config NVME_TCP_OFFLOAD tristate "NVM Express over Fabrics TCP offload common layer" - default m depends on BLOCK depends on INET select NVME_CORE |