11 lines
389 B
Text
11 lines
389 B
Text
# SPDX-License-Identifier: GPL-2.0-only
|
|
config INFINIBAND_HNS_HIP08
|
|
tristate "Hisilicon Hip08 Family RoCE support"
|
|
depends on ARM64 || (COMPILE_TEST && 64BIT)
|
|
depends on 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 M here. This module will be called
|
|
hns-roce-hw-v2.
|