2 # Chelsio device configuration
5 config NET_VENDOR_CHELSIO
10 If you have a network (Ethernet) card belonging to this class, say Y.
12 Note that the answer to this question doesn't directly affect the
13 kernel: saying N will just cause the configurator to skip all
14 the questions about Chelsio devices. If you say Y, you will be asked for
15 your specific card in the following questions.
20 tristate "Chelsio 10Gb Ethernet support"
25 This driver supports Chelsio gigabit and 10-gigabit
26 Ethernet cards. More information about adapter features and
27 performance tuning is in <file:Documentation/networking/cxgb.txt>.
29 For general information about Chelsio and our products, visit
30 our website at <http://www.chelsio.com>.
32 For customer support, please visit our customer support page at
33 <http://www.chelsio.com/support.html>.
35 Please send feedback to <linux-bugs@chelsio.com>.
37 To compile this driver as a module, choose M here: the module
41 bool "Chelsio gigabit Ethernet support"
44 Enables support for Chelsio's gigabit Ethernet PCI cards. If you
45 are using only 10G cards say 'N' here.
48 tristate "Chelsio Communications T3 10Gb Ethernet support"
49 depends on PCI && INET
53 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
56 For general information about Chelsio and our products, visit
57 our website at <http://www.chelsio.com>.
59 For customer support, please visit our customer support page at
60 <http://www.chelsio.com/support.html>.
62 Please send feedback to <linux-bugs@chelsio.com>.
64 To compile this driver as a module, choose M here: the module
68 tristate "Chelsio Communications T4/T5/T6 Ethernet support"
69 depends on PCI && (IPV6 || IPV6=n)
73 This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
74 adapter and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
77 For general information about Chelsio and our products, visit
78 our website at <http://www.chelsio.com>.
80 For customer support, please visit our customer support page at
81 <http://www.chelsio.com/support.html>.
83 Please send feedback to <linux-bugs@chelsio.com>.
85 To compile this driver as a module choose M here; the module
89 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5/T6 cards"
91 depends on CHELSIO_T4 && DCB
93 Enable DCB support through rtNetlink interface.
94 Say Y here if you want to enable Data Center Bridging (DCB) support
99 config CHELSIO_T4_FCOE
100 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
102 depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE
104 Enable FCoE offload features.
105 Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
111 tristate "Chelsio Communications T4/T5/T6 Virtual Function Ethernet support"
114 This driver supports Chelsio T4, T5 & T6 based gigabit, 10Gb Ethernet
115 adapters and T5/T6 based 40Gb and T6 based 25Gb, 50Gb and 100Gb
116 Ethernet adapters with PCI-E SR-IOV Virtual Functions.
118 For general information about Chelsio and our products, visit
119 our website at <http://www.chelsio.com>.
121 For customer support, please visit our customer support page at
122 <http://www.chelsio.com/support.html>.
124 Please send feedback to <linux-bugs@chelsio.com>.
126 To compile this driver as a module choose M here; the module
127 will be called cxgb4vf.
132 Common library for Chelsio drivers.
134 endif # NET_VENDOR_CHELSIO