brintos

brintos / linux-shallow public Read only

0
0
Text · 660 B · 0711540 Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config SFC_FALCON3	tristate "Solarflare SFC4000 support"4	depends on PCI5	select MDIO6	select CRC327	select I2C8	select I2C_ALGOBIT9	help10	  This driver supports 10-gigabit Ethernet cards based on11	  the Solarflare SFC4000 controller.12 13	  To compile this driver as a module, choose M here.  The module14	  will be called sfc-falcon.15config SFC_FALCON_MTD16	bool "Solarflare SFC4000 MTD support"17	depends on SFC_FALCON && MTD && !(SFC_FALCON=y && MTD=m)18	default y19	help20	  This exposes the on-board flash and/or EEPROM as MTD devices21	  (e.g. /dev/mtd1).  This is required to update the boot22	  configuration under Linux.23