forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/natsemi/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # National Semiconductor device configuration
34 #
....@@ -5,7 +6,7 @@
56 config NET_VENDOR_NATSEMI
67 bool "National Semiconductor devices"
78 default y
8
- ---help---
9
+ help
910 If you have a network (Ethernet) card belonging to this class, say Y.
1011
1112 Note that the answer to this question doesn't directly affect the
....@@ -18,7 +19,7 @@
1819 config MACSONIC
1920 tristate "Macintosh SONIC based ethernet (onboard, NuBus, LC, CS)"
2021 depends on MAC
21
- ---help---
22
+ help
2223 Support for NatSemi SONIC based Ethernet devices. This includes
2324 the onboard Ethernet in many Quadras as well as some LC-PDS,
2425 a few Nubus and all known Comm Slot Ethernet cards. If you have
....@@ -30,7 +31,7 @@
3031 config MIPS_JAZZ_SONIC
3132 tristate "MIPS JAZZ onboard SONIC Ethernet support"
3233 depends on MACH_JAZZ
33
- ---help---
34
+ help
3435 This is the driver for the onboard card of MIPS Magnum 4000,
3536 Acer PICA, Olivetti M700-10 and a few other identical OEM systems.
3637
....@@ -38,7 +39,7 @@
3839 tristate "National Semiconductor DP8381x series PCI Ethernet support"
3940 depends on PCI
4041 select CRC32
41
- ---help---
42
+ help
4243 This driver is for the National Semiconductor DP83810 series,
4344 which is used in cards from PureData, NetGear, Linksys
4445 and others, including the 83815 chip.
....@@ -48,7 +49,7 @@
4849 config NS83820
4950 tristate "National Semiconductor DP83820 support"
5051 depends on PCI
51
- ---help---
52
+ help
5253 This is a driver for the National Semiconductor DP83820 series
5354 of gigabit ethernet MACs. Cards using this chipset include
5455 the D-Link DGE-500T, PureData's PDP8023Z-TG, SMC's SMC9462TX,
....@@ -58,7 +59,7 @@
5859 config XTENSA_XT2000_SONIC
5960 tristate "Xtensa XT2000 onboard SONIC Ethernet support"
6061 depends on XTENSA_PLATFORM_XT2000
61
- ---help---
62
+ help
6263 This is the driver for the onboard card of the Xtensa XT2000 board.
6364
6465 endif # NET_VENDOR_NATSEMI