From 86f2e4090bbe5a011e4880ca429c9cd7f990663e Mon Sep 17 00:00:00 2001 From: Kai Shen Date: Mon, 19 Jun 2023 17:04:56 +0000 Subject: [PATCH] anolis: RDMA/erdma: Add erdma to arm64 defconfig ANBZ: #293 Add erdma to arm64 defconfig. Signed-off-by: Kai Shen --- arch/arm64/configs/anolis-debug_defconfig | 1 + arch/arm64/configs/anolis_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/arch/arm64/configs/anolis-debug_defconfig b/arch/arm64/configs/anolis-debug_defconfig index 669edebc47a6..460668be145f 100644 --- a/arch/arm64/configs/anolis-debug_defconfig +++ b/arch/arm64/configs/anolis-debug_defconfig @@ -4768,6 +4768,7 @@ CONFIG_INFINIBAND_HNS=m # CONFIG_INFINIBAND_HNS_HIP08 is not set CONFIG_INFINIBAND_BNXT_RE=m CONFIG_INFINIBAND_QEDR=m +CONFIG_INFINIBAND_ERDMA=m CONFIG_RDMA_RXE=m CONFIG_RDMA_SIW=m CONFIG_INFINIBAND_IPOIB=m diff --git a/arch/arm64/configs/anolis_defconfig b/arch/arm64/configs/anolis_defconfig index 84a762785ce2..d5a564f2079f 100644 --- a/arch/arm64/configs/anolis_defconfig +++ b/arch/arm64/configs/anolis_defconfig @@ -4787,6 +4787,7 @@ CONFIG_INFINIBAND_HNS=m # CONFIG_INFINIBAND_HNS_HIP08 is not set CONFIG_INFINIBAND_BNXT_RE=m CONFIG_INFINIBAND_QEDR=m +CONFIG_INFINIBAND_ERDMA=m CONFIG_RDMA_RXE=m CONFIG_RDMA_SIW=m CONFIG_INFINIBAND_IPOIB=m -- Gitee