forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/wiznet/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # WIZnet devices configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "WIZnet devices"
78 depends on HAS_IOMEM
89 default y
9
- ---help---
10
+ help
1011 If you have a network (Ethernet) card belonging to this class, say Y.
1112
1213 Note that the answer to this question doesn't directly affect the
....@@ -19,7 +20,7 @@
1920 config WIZNET_W5100
2021 tristate "WIZnet W5100 Ethernet support"
2122 depends on HAS_IOMEM
22
- ---help---
23
+ help
2324 Support for WIZnet W5100 chips.
2425
2526 W5100 is a single chip with integrated 10/100 Ethernet MAC,
....@@ -32,7 +33,7 @@
3233 config WIZNET_W5300
3334 tristate "WIZnet W5300 Ethernet support"
3435 depends on HAS_IOMEM
35
- ---help---
36
+ help
3637 Support for WIZnet W5300 chips.
3738
3839 W5300 is a single chip with integrated 10/100 Ethernet MAC,
....@@ -49,20 +50,20 @@
4950
5051 config WIZNET_BUS_DIRECT
5152 bool "Direct address bus mode"
52
- ---help---
53
+ help
5354 In direct address mode host system can directly access all registers
5455 after mapping to Memory-Mapped I/O space.
5556
5657 config WIZNET_BUS_INDIRECT
5758 bool "Indirect address bus mode"
58
- ---help---
59
+ help
5960 In indirect address mode host system indirectly accesses registers
6061 using Indirect Mode Address Register and Indirect Mode Data Register,
6162 which are directly mapped to Memory-Mapped I/O space.
6263
6364 config WIZNET_BUS_ANY
6465 bool "Select interface mode in runtime"
65
- ---help---
66
+ help
6667 If interface mode is unknown in compile time, it can be selected
6768 in runtime from board/platform resources configuration.
6869
....@@ -73,7 +74,7 @@
7374 tristate "WIZnet W5100/W5200/W5500 Ethernet support for SPI mode"
7475 depends on WIZNET_BUS_ANY && WIZNET_W5100
7576 depends on SPI
76
- ---help---
77
+ help
7778 In SPI mode host system accesses registers using SPI protocol
7879 (mode 0) on the SPI bus.
7980