]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: NVME_TCP_OFFLOAD should not default to m
authorGeert Uytterhoeven <geert+renesas@glider.be>
Tue, 8 Jun 2021 10:56:09 +0000 (12:56 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 Jun 2021 19:06:19 +0000 (12:06 -0700)
commitc98d9a6fa79c8c5a7b5370333b9fc8b6b8bd3e58
treeebe21e7f6014f96577ee414eb8525dce8b75a7bd
parent0ce7ed53c96aeb797b6c29bd1a4098d3f6ca5f1e
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: e2d72bfd9d9383ea ("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>
drivers/nvme/host/Kconfig