Kconfig 750 B

1234567891011121314151617181920212223242526
  1. #
  2. # Mellanox driver configuration
  3. #
  4. config NET_VENDOR_MELLANOX
  5. bool "Mellanox devices"
  6. default y
  7. depends on PCI || I2C
  8. ---help---
  9. If you have a network (Ethernet or RDMA) device belonging to this
  10. class, say Y.
  11. Note that the answer to this question doesn't directly affect the
  12. kernel: saying N will just cause the configurator to skip all
  13. the questions about Mellanox cards. If you say Y, you will be asked
  14. for your specific card in the following questions.
  15. if NET_VENDOR_MELLANOX
  16. source "drivers/net/ethernet/mellanox/mlx4/Kconfig"
  17. source "drivers/net/ethernet/mellanox/mlx5/core/Kconfig"
  18. source "drivers/net/ethernet/mellanox/mlxsw/Kconfig"
  19. source "drivers/net/ethernet/mellanox/mlxfw/Kconfig"
  20. endif # NET_VENDOR_MELLANOX