Kconfig 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. config INFINIBAND_HNS
  2. tristate "HNS RoCE Driver"
  3. depends on NET_VENDOR_HISILICON
  4. depends on ARM64 || (COMPILE_TEST && 64BIT)
  5. ---help---
  6. This is a RoCE/RDMA driver for the Hisilicon RoCE engine. The engine
  7. is used in Hisilicon Hip06 and more further ICT SoC based on
  8. platform device.
  9. To compile this driver as a module, choose M here: the module
  10. will be called hns-roce.
  11. config INFINIBAND_HNS_HIP06
  12. tristate "Hisilicon Hip06 Family RoCE support"
  13. depends on INFINIBAND_HNS && HNS && HNS_DSAF && HNS_ENET
  14. ---help---
  15. RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip06 and
  16. Hip07 SoC. These RoCE engines are platform devices.
  17. To compile this driver as a module, choose M here: the module
  18. will be called hns-roce-hw-v1.
  19. config INFINIBAND_HNS_HIP08
  20. tristate "Hisilicon Hip08 Family RoCE support"
  21. depends on INFINIBAND_HNS && PCI && HNS3
  22. ---help---
  23. RoCE driver support for Hisilicon RoCE engine in Hisilicon Hip08 SoC.
  24. The RoCE engine is a PCI device.
  25. To compile this driver as a module, choose M here: the module
  26. will be called hns-roce-hw-v2.