1 # SPDX-License-Identifier: GPL-2.0-only
3 # Solarflare device configuration
6 config NET_VENDOR_SOLARFLARE
7 bool "Solarflare devices"
10 If you have a network (Ethernet) card belonging to this class, say Y.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Solarflare devices. If you say Y, you will be asked
15 for your specific card in the following questions.
17 if NET_VENDOR_SOLARFLARE
20 tristate "Solarflare SFC9100/EF100-family support"
22 depends on PTP_1588_CLOCK_OPTIONAL
27 This driver supports 10/40-gigabit Ethernet cards based on
28 the Solarflare SFC9100-family controllers.
30 It also supports 10/25/40/100-gigabit Ethernet cards based
31 on the Solarflare EF100 networking IP in Xilinx FPGAs.
33 To compile this driver as a module, choose M here. The module
36 bool "Solarflare SFC9100-family MTD support"
37 depends on SFC && MTD && !(SFC=y && MTD=m)
40 This exposes the on-board flash and/or EEPROM as MTD devices
41 (e.g. /dev/mtd1). This is required to update the firmware or
42 the boot configuration under Linux.
44 bool "Solarflare SFC9100-family hwmon support"
45 depends on SFC && HWMON && !(SFC=y && HWMON=m)
48 This exposes the on-board firmware-managed sensors as a
49 hardware monitor device.
51 bool "Solarflare SFC9100-family SR-IOV support"
52 depends on SFC && PCI_IOV
56 This enables support for the Single Root I/O Virtualization
57 features, allowing accelerated network performance in
58 virtualized environments.
59 config SFC_MCDI_LOGGING
60 bool "Solarflare SFC9100-family MCDI logging support"
64 This enables support for tracing of MCDI (Management-Controller-to-
65 Driver-Interface) commands and responses, allowing debugging of
66 driver/firmware interaction. The tracing is actually enabled by
67 a sysfs file 'mcdi_logging' under the PCI device.
69 source "drivers/net/ethernet/sfc/falcon/Kconfig"
70 source "drivers/net/ethernet/sfc/siena/Kconfig"
72 endif # NET_VENDOR_SOLARFLARE