| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config SFC_FALCON |
|---|
| 2 | 3 | tristate "Solarflare SFC4000 support" |
|---|
| 3 | 4 | depends on PCI |
|---|
| .. | .. |
|---|
| 5 | 6 | select CRC32 |
|---|
| 6 | 7 | select I2C |
|---|
| 7 | 8 | select I2C_ALGOBIT |
|---|
| 8 | | - ---help--- |
|---|
| 9 | + help |
|---|
| 9 | 10 | This driver supports 10-gigabit Ethernet cards based on |
|---|
| 10 | 11 | the Solarflare SFC4000 controller. |
|---|
| 11 | 12 | |
|---|
| .. | .. |
|---|
| 15 | 16 | bool "Solarflare SFC4000 MTD support" |
|---|
| 16 | 17 | depends on SFC_FALCON && MTD && !(SFC_FALCON=y && MTD=m) |
|---|
| 17 | 18 | default y |
|---|
| 18 | | - ---help--- |
|---|
| 19 | + help |
|---|
| 19 | 20 | This exposes the on-board flash and/or EEPROM as MTD devices |
|---|
| 20 | 21 | (e.g. /dev/mtd1). This is required to update the boot |
|---|
| 21 | 22 | configuration under Linux. |
|---|