RDMA/hns: Clean up the legacy CONFIG_INFINIBAND_HNS
authorJunxian Huang <huangjunxian6@hisilicon.com>
Mon, 6 Jan 2025 11:12:11 +0000 (19:12 +0800)
committerLeon Romanovsky <leon@kernel.org>
Mon, 6 Jan 2025 13:41:06 +0000 (08:41 -0500)
commit8977b561216c7e693d61c6442657e33f134bfeb5
tree857c8b00af6db072d4d637d1f52459287bc0a6f2
parent81468c4058a62e84e475433b83b3edc613294f5e
RDMA/hns: Clean up the legacy CONFIG_INFINIBAND_HNS

hns driver used to support hip06 and hip08 devices with
CONFIG_INFINIBAND_HNS_HIP06 and CONFIG_INFINIBAND_HNS_HIP08
respectively, which both depended on CONFIG_INFINIBAND_HNS.

But we no longer provide support for hip06 and only support
hip08 and higher since the commit in fixes line, so there is
no need to have CONFIG_INFINIBAND_HNS any more. Remove it and
only keep CONFIG_INFINIBAND_HNS_HIP08.

Fixes: 38d220882426 ("RDMA/hns: Remove support for HIP06")
Signed-off-by: Junxian Huang <huangjunxian6@hisilicon.com>
Link: https://patch.msgid.link/20250106111211.3945051-1-huangjunxian6@hisilicon.com
Signed-off-by: Leon Romanovsky <leon@kernel.org>
drivers/infiniband/hw/Makefile
drivers/infiniband/hw/hns/Kconfig
drivers/infiniband/hw/hns/Makefile