forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/faraday/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Faraday device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "Faraday devices"
78 default y
89 depends on ARM || NDS32 || COMPILE_TEST
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
....@@ -21,7 +22,7 @@
2122 depends on ARM || NDS32 || COMPILE_TEST
2223 depends on !64BIT || BROKEN
2324 select MII
24
- ---help---
25
+ help
2526 This driver supports the FTMAC100 10/100 Ethernet controller
2627 from Faraday. It is used on Faraday A320, Andes AG101 and some
2728 other ARM/NDS32 SoC's.
....@@ -31,7 +32,9 @@
3132 depends on ARM || NDS32 || COMPILE_TEST
3233 depends on !64BIT || BROKEN
3334 select PHYLIB
34
- ---help---
35
+ select MDIO_ASPEED if MACH_ASPEED_G6
36
+ select CRC32
37
+ help
3538 This driver supports the FTGMAC100 Gigabit Ethernet controller
3639 from Faraday. It is used on Faraday A369, Andes AG102 and some
3740 other ARM/NDS32 SoC's.