forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/sgi/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # SGI device configuration
34 #
....@@ -5,8 +6,8 @@
56 config NET_VENDOR_SGI
67 bool "SGI devices"
78 default y
8
- depends on (PCI && SGI_IP27) || SGI_IP32
9
- ---help---
9
+ depends on (PCI && SGI_MFD_IOC3) || SGI_IP32
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
....@@ -18,10 +19,11 @@
1819
1920 config SGI_IOC3_ETH
2021 bool "SGI IOC3 Ethernet"
21
- depends on PCI && SGI_IP27
22
+ depends on PCI && SGI_MFD_IOC3
23
+ select CRC16
2224 select CRC32
2325 select MII
24
- ---help---
26
+ help
2527 If you have a network (Ethernet) card of this type, say Y here.
2628
2729 config SGI_O2MACE_ETH