Kconfig 487 B

1234567891011121314151617
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Fungible Ethernet driver configuration
  4. #
  5. config FUN_ETH
  6. tristate "Fungible Ethernet device driver"
  7. depends on PCI && PCI_MSI
  8. depends on TLS && TLS_DEVICE || TLS_DEVICE=n
  9. select NET_DEVLINK
  10. select FUN_CORE
  11. help
  12. This driver supports the Ethernet functionality of Fungible adapters.
  13. It works with both physical and virtual functions.
  14. To compile this driver as a module, choose M here. The module
  15. will be called funeth.