From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shiraz Saleem Date: Tue, 10 Sep 2019 20:30:12 -0500 Subject: [Intel-wired-lan] [RFC rdma-next 17/17] RDMA/i40iw: Mark i40iw as deprecated In-Reply-To: <20190911013012.710-1-shiraz.saleem@intel.com> References: <20190911013012.710-1-shiraz.saleem@intel.com> Message-ID: <20190911013012.710-18-shiraz.saleem@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: intel-wired-lan@osuosl.org List-ID: Mark i40iw as deprecated/obsolete. irdma is the replacement driver that supports X722. Signed-off-by: Shiraz --- drivers/infiniband/hw/i40iw/Kconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/infiniband/hw/i40iw/Kconfig b/drivers/infiniband/hw/i40iw/Kconfig index e4b45f4..208e752 100644 --- a/drivers/infiniband/hw/i40iw/Kconfig +++ b/drivers/infiniband/hw/i40iw/Kconfig @@ -1,9 +1,11 @@ # SPDX-License-Identifier: GPL-2.0-only config INFINIBAND_I40IW - tristate "Intel(R) Ethernet X722 iWARP Driver" + tristate "Intel(R) Ethernet X722 iWARP Driver (DEPRECATED)" depends on INET && I40E depends on IPV6 || !IPV6 depends on PCI + depends on !(INFINBAND_IRDMA=y || INFINIBAND_IRDMA=m) || COMPILE_TEST select GENERIC_ALLOCATOR ---help--- Intel(R) Ethernet X722 iWARP Driver + This driver is being replaced by irdma. -- 1.8.3.1