Kconfig 660 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config SFC_FALCON
  3. tristate "Solarflare SFC4000 support"
  4. depends on PCI
  5. select MDIO
  6. select CRC32
  7. select I2C
  8. select I2C_ALGOBIT
  9. help
  10. This driver supports 10-gigabit Ethernet cards based on
  11. the Solarflare SFC4000 controller.
  12. To compile this driver as a module, choose M here. The module
  13. will be called sfc-falcon.
  14. config SFC_FALCON_MTD
  15. bool "Solarflare SFC4000 MTD support"
  16. depends on SFC_FALCON && MTD && !(SFC_FALCON=y && MTD=m)
  17. default y
  18. help
  19. This exposes the on-board flash and/or EEPROM as MTD devices
  20. (e.g. /dev/mtd1). This is required to update the boot
  21. configuration under Linux.