treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / drivers / net / ethernet / sfc / falcon / Kconfig
blob20e361950f7d73eb3f2abb5bec8ac4406fc5fdff
1 # SPDX-License-Identifier: GPL-2.0-only
2 config SFC_FALCON
3         tristate "Solarflare SFC4000 support"
4         depends on PCI
5         select MDIO
6         select CRC32
7         select I2C
8         select I2C_ALGOBIT
9         ---help---
10           This driver supports 10-gigabit Ethernet cards based on
11           the Solarflare SFC4000 controller.
13           To compile this driver as a module, choose M here.  The module
14           will be called sfc-falcon.
15 config SFC_FALCON_MTD
16         bool "Solarflare SFC4000 MTD support"
17         depends on SFC_FALCON && MTD && !(SFC_FALCON=y && MTD=m)
18         default y
19         ---help---
20           This exposes the on-board flash and/or EEPROM as MTD devices
21           (e.g. /dev/mtd1).  This is required to update the boot
22           configuration under Linux.