From 5327fbeb3dd3f5e8cabbf5eb1f68a4f7fe42a0bc Mon Sep 17 00:00:00 2001 From: Xinliang Liu Date: Sat, 8 Oct 2022 08:22:31 +0000 Subject: [PATCH] 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: Xinliang Liu --- arch/arm64/configs/openeuler_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/openeuler_defconfig b/arch/arm64/configs/openeuler_defconfig index 43316a09314d..48018449dee0 100644 --- a/arch/arm64/configs/openeuler_defconfig +++ b/arch/arm64/configs/openeuler_defconfig @@ -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 # -- GitLab