treewide: replace '---help---' in Kconfig files with 'help'
[linux-block.git] / drivers / net / ethernet / sfc / falcon / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
5a6681e2
EC
2config SFC_FALCON
3 tristate "Solarflare SFC4000 support"
4 depends on PCI
5 select MDIO
6 select CRC32
7 select I2C
8 select I2C_ALGOBIT
a7f7f624 9 help
5a6681e2
EC
10 This driver supports 10-gigabit Ethernet cards based on
11 the Solarflare SFC4000 controller.
12
13 To compile this driver as a module, choose M here. The module
14 will be called sfc-falcon.
15config SFC_FALCON_MTD
16 bool "Solarflare SFC4000 MTD support"
17 depends on SFC_FALCON && MTD && !(SFC_FALCON=y && MTD=m)
18 default y
a7f7f624 19 help
5a6681e2
EC
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.