.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # Chelsio device configuration |
---|
3 | 4 | # |
---|
.. | .. |
---|
6 | 7 | bool "Chelsio devices" |
---|
7 | 8 | default y |
---|
8 | 9 | depends on PCI |
---|
9 | | - ---help--- |
---|
| 10 | + help |
---|
10 | 11 | If you have a network (Ethernet) card belonging to this class, say Y. |
---|
11 | 12 | |
---|
12 | 13 | Note that the answer to this question doesn't directly affect the |
---|
.. | .. |
---|
21 | 22 | depends on PCI |
---|
22 | 23 | select CRC32 |
---|
23 | 24 | select MDIO |
---|
24 | | - ---help--- |
---|
| 25 | + help |
---|
25 | 26 | This driver supports Chelsio gigabit and 10-gigabit |
---|
26 | 27 | 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>. |
---|
28 | 30 | |
---|
29 | 31 | For general information about Chelsio and our products, visit |
---|
30 | 32 | our website at <http://www.chelsio.com>. |
---|
.. | .. |
---|
40 | 42 | config CHELSIO_T1_1G |
---|
41 | 43 | bool "Chelsio gigabit Ethernet support" |
---|
42 | 44 | depends on CHELSIO_T1 |
---|
43 | | - ---help--- |
---|
| 45 | + help |
---|
44 | 46 | Enables support for Chelsio's gigabit Ethernet PCI cards. If you |
---|
45 | 47 | are using only 10G cards say 'N' here. |
---|
46 | 48 | |
---|
.. | .. |
---|
49 | 51 | depends on PCI && INET |
---|
50 | 52 | select FW_LOADER |
---|
51 | 53 | select MDIO |
---|
52 | | - ---help--- |
---|
| 54 | + help |
---|
53 | 55 | This driver supports Chelsio T3-based gigabit and 10Gb Ethernet |
---|
54 | 56 | adapters. |
---|
55 | 57 | |
---|
.. | .. |
---|
66 | 68 | |
---|
67 | 69 | config CHELSIO_T4 |
---|
68 | 70 | 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) |
---|
70 | 72 | select FW_LOADER |
---|
71 | 73 | select MDIO |
---|
72 | 74 | select ZLIB_DEFLATE |
---|
73 | | - ---help--- |
---|
| 75 | + help |
---|
74 | 76 | This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet |
---|
75 | 77 | adapter and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb |
---|
76 | 78 | Ethernet adapters. |
---|
.. | .. |
---|
90 | 92 | bool "Data Center Bridging (DCB) Support for Chelsio T4/T5/T6 cards" |
---|
91 | 93 | default n |
---|
92 | 94 | depends on CHELSIO_T4 && DCB |
---|
93 | | - ---help--- |
---|
| 95 | + help |
---|
94 | 96 | Enable DCB support through rtNetlink interface. |
---|
95 | 97 | Say Y here if you want to enable Data Center Bridging (DCB) support |
---|
96 | 98 | in the driver. |
---|
.. | .. |
---|
101 | 103 | bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards" |
---|
102 | 104 | default n |
---|
103 | 105 | depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE |
---|
104 | | - ---help--- |
---|
| 106 | + help |
---|
105 | 107 | Enable FCoE offload features. |
---|
106 | 108 | Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support |
---|
107 | 109 | in the driver. |
---|
.. | .. |
---|
111 | 113 | config CHELSIO_T4VF |
---|
112 | 114 | tristate "Chelsio Communications T4/T5/T6 Virtual Function Ethernet support" |
---|
113 | 115 | depends on PCI |
---|
114 | | - ---help--- |
---|
| 116 | + help |
---|
115 | 117 | This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet |
---|
116 | 118 | adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb |
---|
117 | 119 | Ethernet adapters with PCI-E SR-IOV Virtual Functions. |
---|
.. | .. |
---|
129 | 131 | |
---|
130 | 132 | config CHELSIO_LIB |
---|
131 | 133 | tristate |
---|
132 | | - ---help--- |
---|
| 134 | + help |
---|
133 | 135 | Common library for Chelsio drivers. |
---|
134 | 136 | |
---|
| 137 | +source "drivers/net/ethernet/chelsio/inline_crypto/Kconfig" |
---|
| 138 | + |
---|
135 | 139 | endif # NET_VENDOR_CHELSIO |
---|