hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/net/ethernet/ezchip/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # EZchip network device configuration
34 #
....@@ -5,7 +6,7 @@
56 config NET_VENDOR_EZCHIP
67 bool "EZchip 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
....@@ -19,7 +20,7 @@
1920 tristate "EZchip NPS management enet support"
2021 depends on OF_IRQ && OF_NET
2122 depends on HAS_IOMEM
22
- ---help---
23
+ help
2324 Simple LAN device for debug or management purposes.
2425 Device supports interrupts for RX and TX(completion).
2526 Device does not have DMA ability.