hc
2023-12-06 08f87f769b595151be1afeff53e144f543faa614
kernel/drivers/net/ethernet/synopsys/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Synopsys network device configuration
34 #
....@@ -5,7 +6,7 @@
56 config NET_VENDOR_SYNOPSYS
67 bool "Synopsys devices"
78 default y
8
- ---help---
9
+ help
910 If you have a network (Ethernet) device belonging to this class, say Y.
1011
1112 Note that the answer to this question doesn't directly affect the
....@@ -20,7 +21,7 @@
2021 depends on HAS_IOMEM && HAS_DMA
2122 select BITREVERSE
2223 select CRC32
23
- ---help---
24
+ help
2425 This driver supports the Synopsys DesignWare Cores Enterprise
2526 Ethernet (dwc-xlgmac).
2627
....@@ -29,7 +30,7 @@
2930 config DWC_XLGMAC_PCI
3031 tristate "XLGMAC PCI bus support"
3132 depends on DWC_XLGMAC && PCI
32
- ---help---
33
+ help
3334 This selects the pci bus support for the dwc-xlgmac driver.
3435 This driver was tested on Synopsys XLGMAC IP Prototyping Kit.
3536