# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_SFC_FALCON[0m tristate "Solarflare SFC4000 support" depends on [31mCONFIG_PCI[0m select [31mCONFIG_MDIO[0m select [31mCONFIG_CRC32[0m select [31mCONFIG_I2C[0m select [31mCONFIG_I2C_ALGOBIT[0m ---help--- This driver supports 10-gigabit Ethernet cards based on the Solarflare SFC4000 controller. To compile this driver as a module, choose [31mCONFIG_M[0m here. The module will be called sfc-falcon. config [31mCONFIG_SFC_FALCON_MTD[0m bool "Solarflare SFC4000 MTD support" depends on [31mCONFIG_SFC_FALCON[0m && [31mCONFIG_MTD[0m && !([31mCONFIG_SFC_FALCON[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 boot configuration under Linux. |