Received: by 2002:a25:b794:0:0:0:0:0 with SMTP id n20csp4899010ybh; Tue, 6 Aug 2019 20:32:12 -0700 (PDT) X-Google-Smtp-Source: APXvYqwapa+45oTPAvky7H0WTtju6dw5VHbDdM3imI3X5AmEzT9M/9ttrENHS689tMTzGy812+a6 X-Received: by 2002:a17:902:4501:: with SMTP id m1mr6194852pld.264.1565148732659; Tue, 06 Aug 2019 20:32:12 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565148732; cv=none; d=google.com; s=arc-20160816; b=R8U3AtpjnCmX5cnS9nUUVRFz4H7OpOfipdKJ8Pr9dK0DP7bojMUzU2N9FJn/CK14Tx Lte2flvUxJQSDDImykypZ4B4lb9K1PMmoKs/8mCTU46siieq/Ig5Vq7cDnaRxOEIh9mj 7iloQvoCKccA+9UkHk67VXUWXnA6rGD9/NBFGCc+Gdv6GHuvtSZp/HnHUHrB6/oAE0w+ jSN0fLxpTplnsfj4/yxQSI+kaWW4LTkV9pJ/N+R7exHC7VTaUMjfUnuBHA6QaytxqkBk 9ci5hytv4zi+US7Fxwz7Tvvmz0iy6XZOckrbBK+CiYa9rhk8nXKRLwmf8uT4ex1eXBio Rudg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:subject:cc :to:from; bh=BGiX4AE2/fZGes4hHI1RnEvG5KPg42OTuHO0h50/YP4=; b=iUVJ4nYYdIgz6VODtg2NLWGxnFkdRdzpgETp0UE4YPgTJuiSbWfEjy8JchcfkPDrdK 4sfLg1iwlfiSdI9h+d3agiBfKPBncaW7AX0dBvxd/f4pgvdutxx24vM+A4g/DPjEebEG r5APLED3iYqKpenpbJFWlVKLKqDq3ZjRwXbXDUXwomtYM0fc/MrQoO5KNJrTDfSBos2v C0HUqoYlJ2Bw85kF1scIbreE3E5XBajqYub88LIPA4SquwMCluedDL4t4Dn5g4FsznyR rwL3QSriXyundSDb9hfSLEKKa76/hw7DkOCBcFLzR/AIYHEpbiovVW47tY3rFOHW2dIZ 1Kfw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id p35si48128475pgb.484.2019.08.06.20.31.56; Tue, 06 Aug 2019 20:32:12 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727536AbfHGDak (ORCPT + 99 others); Tue, 6 Aug 2019 23:30:40 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:4183 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726612AbfHGDak (ORCPT ); Tue, 6 Aug 2019 23:30:40 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 65D60DBE13CC5B121D41; Wed, 7 Aug 2019 11:30:35 +0800 (CST) Received: from localhost (10.133.213.239) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.439.0; Wed, 7 Aug 2019 11:30:27 +0800 From: YueHaibing To: , , , CC: , , YueHaibing Subject: [PATCH] RDMA/hns: remove obsolete Kconfig comment Date: Wed, 7 Aug 2019 11:22:28 +0800 Message-ID: <20190807032228.6788-1-yuehaibing@huawei.com> X-Mailer: git-send-email 2.10.2.windows.1 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.133.213.239] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Since commit a07fc0bb483e ("RDMA/hns: Fix build error") these kconfig comment is obsolete, so just remove it. Signed-off-by: YueHaibing --- drivers/infiniband/hw/hns/Kconfig | 8 -------- 1 file changed, 8 deletions(-) diff --git a/drivers/infiniband/hw/hns/Kconfig b/drivers/infiniband/hw/hns/Kconfig index 5478219..d602b69 100644 --- a/drivers/infiniband/hw/hns/Kconfig +++ b/drivers/infiniband/hw/hns/Kconfig @@ -8,8 +8,6 @@ config INFINIBAND_HNS is used in Hisilicon Hip06 and more further ICT SoC based on platform device. - To compile HIP06 or HIP08 driver as module, choose M here. - config INFINIBAND_HNS_HIP06 tristate "Hisilicon Hip06 Family RoCE support" depends on INFINIBAND_HNS && HNS && HNS_DSAF && HNS_ENET @@ -17,15 +15,9 @@ config INFINIBAND_HNS_HIP06 RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip06 and Hip07 SoC. These RoCE engines are platform devices. - To compile this driver, choose Y here: if INFINIBAND_HNS is m, this - module will be called hns-roce-hw-v1 - config INFINIBAND_HNS_HIP08 tristate "Hisilicon Hip08 Family RoCE support" depends on INFINIBAND_HNS && PCI && HNS3 ---help--- RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip08 SoC. The RoCE engine is a PCI device. - - To compile this driver, choose Y here: if INFINIBAND_HNS is m, this - module will be called hns-roce-hw-v2. -- 2.7.4