forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-05 071106ecf68c401173c58808b1cf5f68cc50d390
kernel/drivers/net/ethernet/chelsio/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Chelsio device configuration
34 #
....@@ -6,7 +7,7 @@
67 bool "Chelsio devices"
78 default y
89 depends on PCI
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,10 +22,11 @@
2122 depends on PCI
2223 select CRC32
2324 select MDIO
24
- ---help---
25
+ help
2526 This driver supports Chelsio gigabit and 10-gigabit
2627 Ethernet cards. More information about adapter features and
27
- performance tuning is in <file:Documentation/networking/cxgb.txt>.
28
+ performance tuning is in
29
+ <file:Documentation/networking/device_drivers/ethernet/chelsio/cxgb.rst>.
2830
2931 For general information about Chelsio and our products, visit
3032 our website at <http://www.chelsio.com>.
....@@ -40,7 +42,7 @@
4042 config CHELSIO_T1_1G
4143 bool "Chelsio gigabit Ethernet support"
4244 depends on CHELSIO_T1
43
- ---help---
45
+ help
4446 Enables support for Chelsio's gigabit Ethernet PCI cards. If you
4547 are using only 10G cards say 'N' here.
4648
....@@ -49,7 +51,7 @@
4951 depends on PCI && INET
5052 select FW_LOADER
5153 select MDIO
52
- ---help---
54
+ help
5355 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
5456 adapters.
5557
....@@ -66,11 +68,11 @@
6668
6769 config CHELSIO_T4
6870 tristate "Chelsio Communications T4/T5/T6 Ethernet support"
69
- depends on PCI && (IPV6 || IPV6=n)
71
+ depends on PCI && (IPV6 || IPV6=n) && (TLS || TLS=n)
7072 select FW_LOADER
7173 select MDIO
7274 select ZLIB_DEFLATE
73
- ---help---
75
+ help
7476 This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
7577 adapter and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
7678 Ethernet adapters.
....@@ -90,7 +92,7 @@
9092 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5/T6 cards"
9193 default n
9294 depends on CHELSIO_T4 && DCB
93
- ---help---
95
+ help
9496 Enable DCB support through rtNetlink interface.
9597 Say Y here if you want to enable Data Center Bridging (DCB) support
9698 in the driver.
....@@ -101,7 +103,7 @@
101103 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
102104 default n
103105 depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE
104
- ---help---
106
+ help
105107 Enable FCoE offload features.
106108 Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
107109 in the driver.
....@@ -111,7 +113,7 @@
111113 config CHELSIO_T4VF
112114 tristate "Chelsio Communications T4/T5/T6 Virtual Function Ethernet support"
113115 depends on PCI
114
- ---help---
116
+ help
115117 This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
116118 adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
117119 Ethernet adapters with PCI-E SR-IOV Virtual Functions.
....@@ -129,7 +131,9 @@
129131
130132 config CHELSIO_LIB
131133 tristate
132
- ---help---
134
+ help
133135 Common library for Chelsio drivers.
134136
137
+source "drivers/net/ethernet/chelsio/inline_crypto/Kconfig"
138
+
135139 endif # NET_VENDOR_CHELSIO