Kconfig 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SFC_SIENA
  3. tristate "Solarflare SFC9000 support"
  4. depends on PCI
  5. depends on PTP_1588_CLOCK
  6. select MDIO
  7. select CRC32
  8. help
  9. This driver supports 10-gigabit Ethernet cards based on
  10. the Solarflare SFC9000 controller.
  11. To compile this driver as a module, choose M here. The module
  12. will be called sfc-siena.
  13. config SFC_SIENA_MTD
  14. bool "Solarflare SFC9000-family MTD support"
  15. depends on SFC_SIENA && MTD && !(SFC_SIENA=y && MTD=m)
  16. default y
  17. help
  18. This exposes the on-board flash and/or EEPROM as MTD devices
  19. (e.g. /dev/mtd1). This is required to update the firmware or
  20. the boot configuration under Linux.
  21. config SFC_SIENA_MCDI_MON
  22. bool "Solarflare SFC9000-family hwmon support"
  23. depends on SFC_SIENA && HWMON && !(SFC_SIENA=y && HWMON=m)
  24. default y
  25. help
  26. This exposes the on-board firmware-managed sensors as a
  27. hardware monitor device.
  28. config SFC_SIENA_SRIOV
  29. bool "Solarflare SFC9000-family SR-IOV support"
  30. depends on SFC_SIENA && PCI_IOV
  31. default n
  32. help
  33. This enables support for the Single Root I/O Virtualization
  34. features, allowing accelerated network performance in
  35. virtualized environments.
  36. config SFC_SIENA_MCDI_LOGGING
  37. bool "Solarflare SFC9000-family MCDI logging support"
  38. depends on SFC_SIENA
  39. default y
  40. help
  41. This enables support for tracing of MCDI (Management-Controller-to-
  42. Driver-Interface) commands and responses, allowing debugging of
  43. driver/firmware interaction. The tracing is actually enabled by
  44. a sysfs file 'mcdi_logging' under the PCI device, or via module
  45. parameter mcdi_logging_default.