# # Solarflare device configuration # config [31mCONFIG_NET_VENDOR_SOLARFLARE[0m bool "Solarflare devices" default y ---help--- If you have a network (Ethernet) card belonging to this class, say Y. Note that the answer to this question doesn't directly affect the kernel: saying N will just cause the configurator to skip all the questions about Solarflare devices. If you say Y, you will be asked for your specific card in the following questions. if [31mCONFIG_NET_VENDOR_SOLARFLARE[0m config [31mCONFIG_SFC[0m tristate "Solarflare SFC9000/SFC9100-family support" depends on [31mCONFIG_PCI[0m select [31mCONFIG_MDIO[0m select [31mCONFIG_CRC32[0m select [31mCONFIG_I2C[0m select [31mCONFIG_I2C_ALGOBIT[0m imply [31mCONFIG_PTP_1588_CLOCK[0m ---help--- This driver supports 10/40-gigabit Ethernet cards based on the Solarflare SFC9000-family and SFC9100-family controllers. To compile this driver as a module, choose [31mCONFIG_M[0m here. The module will be called sfc. config [31mCONFIG_SFC_MTD[0m bool "Solarflare SFC9000/SFC9100-family MTD support" depends on [31mCONFIG_SFC[0m && [31mCONFIG_MTD[0m && !([31mCONFIG_SFC[0m=y && [31mCONFIG_MTD[0m=m) default y ---help--- This exposes the on-board flash and/or EEPROM as [31mCONFIG_MTD[0m devices (e.g. /dev/mtd1). This is required to update the firmware or the boot configuration under Linux. config [31mCONFIG_SFC_MCDI_MON[0m bool "Solarflare SFC9000/SFC9100-family hwmon support" depends on [31mCONFIG_SFC[0m && [31mCONFIG_HWMON[0m && !([31mCONFIG_SFC[0m=y && [31mCONFIG_HWMON[0m=m) default y ---help--- This exposes the on-board firmware-managed sensors as a hardware monitor device. config [31mCONFIG_SFC_SRIOV[0m bool "Solarflare SFC9000-family SR-IOV support" depends on [31mCONFIG_SFC[0m && [31mCONFIG_PCI_IOV[0m default y ---help--- This enables support for the SFC9000 I/O Virtualization features, allowing accelerated network performance in virtualized environments. config [31mCONFIG_SFC_MCDI_LOGGING[0m bool "Solarflare SFC9000/SFC9100-family MCDI logging support" depends on [31mCONFIG_SFC[0m default y ---help--- This enables support for tracing of MCDI (Management-Controller-to- Driver-Interface) commands and responses, allowing debugging of driver/firmware interaction. The tracing is actually enabled by a sysfs file 'mcdi_logging' under the [31mCONFIG_PCI[0m device. source "drivers/net/ethernet/sfc/falcon/Kconfig" endif # [31mCONFIG_NET_VENDOR_SOLARFLARE[0m |