Kconfig 336 B

12345678910111213
  1. #
  2. # Huawei driver configuration
  3. #
  4. config HINIC
  5. tristate "Huawei Intelligent PCIE Network Interface Card"
  6. depends on (PCI_MSI && (X86 || ARM64))
  7. ---help---
  8. This driver supports HiNIC PCIE Ethernet cards.
  9. To compile this driver as part of the kernel, choose Y here.
  10. If unsure, choose N.
  11. The default is compiled as module.