Kconfig 1.6 KB

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