Commit 7ec04979 authored by Xinliang Liu's avatar Xinliang Liu
Browse files

arm64: openeuler_defconfig: enable nvmf tcp

openEuler inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I5SBW1


CVE: NA

--------------------------------

Enable NVMe over TCP for arm64.

Signed-off-by: default avatarXinliang Liu <xinliang.liu@linaro.org>
parent ec840b5b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2243,14 +2243,14 @@ CONFIG_NVME_MULTIPATH=y
CONFIG_NVME_FABRICS=m
CONFIG_NVME_RDMA=m
CONFIG_NVME_FC=m
# CONFIG_NVME_TCP is not set
CONFIG_NVME_TCP=m
CONFIG_NVME_TARGET=m
# CONFIG_NVME_TARGET_PASSTHRU is not set
CONFIG_NVME_TARGET_LOOP=m
CONFIG_NVME_TARGET_RDMA=m
CONFIG_NVME_TARGET_FC=m
CONFIG_NVME_TARGET_FCLOOP=m
# CONFIG_NVME_TARGET_TCP is not set
CONFIG_NVME_TARGET_TCP=m
# end of NVME Support

#