Kconfig 1.1 KB

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