0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SFC_SIENA
0003 tristate "Solarflare SFC9000 support"
0004 depends on PCI
0005 depends on PTP_1588_CLOCK
0006 select MDIO
0007 select CRC32
0008 help
0009 This driver supports 10-gigabit Ethernet cards based on
0010 the Solarflare SFC9000 controller.
0011
0012 To compile this driver as a module, choose M here. The module
0013 will be called sfc-siena.
0014 config SFC_SIENA_MTD
0015 bool "Solarflare SFC9000-family MTD support"
0016 depends on SFC_SIENA && MTD && !(SFC_SIENA=y && MTD=m)
0017 default y
0018 help
0019 This exposes the on-board flash and/or EEPROM as MTD devices
0020 (e.g. /dev/mtd1). This is required to update the firmware or
0021 the boot configuration under Linux.
0022 config SFC_SIENA_MCDI_MON
0023 bool "Solarflare SFC9000-family hwmon support"
0024 depends on SFC_SIENA && HWMON && !(SFC_SIENA=y && HWMON=m)
0025 default y
0026 help
0027 This exposes the on-board firmware-managed sensors as a
0028 hardware monitor device.
0029 config SFC_SIENA_SRIOV
0030 bool "Solarflare SFC9000-family SR-IOV support"
0031 depends on SFC_SIENA && PCI_IOV
0032 default n
0033 help
0034 This enables support for the Single Root I/O Virtualization
0035 features, allowing accelerated network performance in
0036 virtualized environments.
0037 config SFC_SIENA_MCDI_LOGGING
0038 bool "Solarflare SFC9000-family MCDI logging support"
0039 depends on SFC_SIENA
0040 default y
0041 help
0042 This enables support for tracing of MCDI (Management-Controller-to-
0043 Driver-Interface) commands and responses, allowing debugging of
0044 driver/firmware interaction. The tracing is actually enabled by
0045 a sysfs file 'mcdi_logging' under the PCI device, or via module
0046 parameter mcdi_logging_default.