1 # SPDX-License-Identifier: GPL-2.0-only
3 # Chelsio device configuration
6 config NET_VENDOR_CHELSIO
11 If you have a network (Ethernet) card belonging to this class, say Y.
13 Note that the answer to this question doesn't directly affect the
14 kernel: saying N will just cause the configurator to skip all
15 the questions about Chelsio devices. If you say Y, you will be asked for
16 your specific card in the following questions.
21 tristate "Chelsio 10Gb Ethernet support"
26 This driver supports Chelsio gigabit and 10-gigabit
27 Ethernet cards. More information about adapter features and
28 performance tuning is in
29 <file:Documentation/networking/device_drivers/ethernet/chelsio/cxgb.rst>.
31 For general information about Chelsio and our products, visit
32 our website at <http://www.chelsio.com>.
34 For customer support, please visit our customer support page at
35 <http://www.chelsio.com/support.html>.
37 Please send feedback to <linux-bugs@chelsio.com>.
39 To compile this driver as a module, choose M here: the module
43 bool "Chelsio gigabit Ethernet support"
46 Enables support for Chelsio's gigabit Ethernet PCI cards. If you
47 are using only 10G cards say 'N' here.
50 tristate "Chelsio Communications T3 10Gb Ethernet support"
51 depends on PCI && INET
55 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
58 For general information about Chelsio and our products, visit
59 our website at <http://www.chelsio.com>.
61 For customer support, please visit our customer support page at
62 <http://www.chelsio.com/support.html>.
64 Please send feedback to <linux-bugs@chelsio.com>.
66 To compile this driver as a module, choose M here: the module
70 tristate "Chelsio Communications T4/T5/T6 Ethernet support"
71 depends on PCI && (IPV6 || IPV6=n) && (TLS || TLS=n)
72 depends on PTP_1588_CLOCK_OPTIONAL
77 This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
78 adapter and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
81 For general information about Chelsio and our products, visit
82 our website at <http://www.chelsio.com>.
84 For customer support, please visit our customer support page at
85 <http://www.chelsio.com/support.html>.
87 Please send feedback to <linux-bugs@chelsio.com>.
89 To compile this driver as a module choose M here; the module
93 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5/T6 cards"
95 depends on CHELSIO_T4 && DCB
97 Enable DCB support through rtNetlink interface.
98 Say Y here if you want to enable Data Center Bridging (DCB) support
103 config CHELSIO_T4_FCOE
104 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
106 depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE
108 Enable FCoE offload features.
109 Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
115 tristate "Chelsio Communications T4/T5/T6 Virtual Function Ethernet support"
118 This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
119 adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
120 Ethernet adapters with PCI-E SR-IOV Virtual Functions.
122 For general information about Chelsio and our products, visit
123 our website at <http://www.chelsio.com>.
125 For customer support, please visit our customer support page at
126 <http://www.chelsio.com/support.html>.
128 Please send feedback to <linux-bugs@chelsio.com>.
130 To compile this driver as a module choose M here; the module
131 will be called cxgb4vf.
136 Common library for Chelsio drivers.
138 source "drivers/net/ethernet/chelsio/inline_crypto/Kconfig"
140 endif # NET_VENDOR_CHELSIO