Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config SFC_FALCON
0003         tristate "Solarflare SFC4000 support"
0004         depends on PCI
0005         select MDIO
0006         select CRC32
0007         select I2C
0008         select I2C_ALGOBIT
0009         help
0010           This driver supports 10-gigabit Ethernet cards based on
0011           the Solarflare SFC4000 controller.
0012 
0013           To compile this driver as a module, choose M here.  The module
0014           will be called sfc-falcon.
0015 config SFC_FALCON_MTD
0016         bool "Solarflare SFC4000 MTD support"
0017         depends on SFC_FALCON && MTD && !(SFC_FALCON=y && MTD=m)
0018         default y
0019         help
0020           This exposes the on-board flash and/or EEPROM as MTD devices
0021           (e.g. /dev/mtd1).  This is required to update the boot
0022           configuration under Linux.