forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/sfc/falcon/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config SFC_FALCON
23 tristate "Solarflare SFC4000 support"
34 depends on PCI
....@@ -5,7 +6,7 @@
56 select CRC32
67 select I2C
78 select I2C_ALGOBIT
8
- ---help---
9
+ help
910 This driver supports 10-gigabit Ethernet cards based on
1011 the Solarflare SFC4000 controller.
1112
....@@ -15,7 +16,7 @@
1516 bool "Solarflare SFC4000 MTD support"
1617 depends on SFC_FALCON && MTD && !(SFC_FALCON=y && MTD=m)
1718 default y
18
- ---help---
19
+ help
1920 This exposes the on-board flash and/or EEPROM as MTD devices
2021 (e.g. /dev/mtd1). This is required to update the boot
2122 configuration under Linux.