From 7ec049790c70b90989761aa7d9b1f486f3d24592 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 bc2b8a825090..ca5f0414b46d 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