blob: 4d187f22c48be72723194713fbb82ba26513ba3a [file] [log] [blame]
Jeff Kirsherf7917c02011-04-07 06:57:17 -07001#
2# Chelsio device configuration
3#
4
5config NET_VENDOR_CHELSIO
6 bool "Chelsio devices"
Jeff Kirsher88f07482011-08-23 01:29:52 -07007 default y
Ben Hutchingsff33c0e2012-11-16 12:47:39 +00008 depends on PCI
Jeff Kirsherf7917c02011-04-07 06:57:17 -07009 ---help---
Paul Gortmaker138b15e2015-06-21 16:28:02 -040010 If you have a network (Ethernet) card belonging to this class, say Y.
Jeff Kirsherf7917c02011-04-07 06:57:17 -070011
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.
16
17if NET_VENDOR_CHELSIO
18
19config CHELSIO_T1
20 tristate "Chelsio 10Gb Ethernet support"
21 depends on PCI
22 select CRC32
23 select MDIO
24 ---help---
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>.
28
29 For general information about Chelsio and our products, visit
30 our website at <http://www.chelsio.com>.
31
32 For customer support, please visit our customer support page at
33 <http://www.chelsio.com/support.html>.
34
35 Please send feedback to <linux-bugs@chelsio.com>.
36
37 To compile this driver as a module, choose M here: the module
38 will be called cxgb.
39
40config CHELSIO_T1_1G
41 bool "Chelsio gigabit Ethernet support"
42 depends on CHELSIO_T1
43 ---help---
44 Enables support for Chelsio's gigabit Ethernet PCI cards. If you
45 are using only 10G cards say 'N' here.
46
47config CHELSIO_T3
48 tristate "Chelsio Communications T3 10Gb Ethernet support"
Ben Hutchings9e3262e2012-11-28 20:03:03 +000049 depends on PCI && INET
Jeff Kirsherf7917c02011-04-07 06:57:17 -070050 select FW_LOADER
51 select MDIO
52 ---help---
53 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
54 adapters.
55
56 For general information about Chelsio and our products, visit
57 our website at <http://www.chelsio.com>.
58
59 For customer support, please visit our customer support page at
60 <http://www.chelsio.com/support.html>.
61
62 Please send feedback to <linux-bugs@chelsio.com>.
63
64 To compile this driver as a module, choose M here: the module
65 will be called cxgb3.
66
67config CHELSIO_T4
Hariprasad Shenaib8759e92015-12-08 10:09:12 +053068 tristate "Chelsio Communications T4/T5/T6 Ethernet support"
Anish Bhatt1bb60372014-10-14 20:07:22 -070069 depends on PCI && (IPV6 || IPV6=n)
Jeff Kirsherf7917c02011-04-07 06:57:17 -070070 select FW_LOADER
71 select MDIO
72 ---help---
Hariprasad Shenaib8759e92015-12-08 10:09:12 +053073 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
75 Ethernet adapters.
Jeff Kirsherf7917c02011-04-07 06:57:17 -070076
77 For general information about Chelsio and our products, visit
78 our website at <http://www.chelsio.com>.
79
80 For customer support, please visit our customer support page at
81 <http://www.chelsio.com/support.html>.
82
83 Please send feedback to <linux-bugs@chelsio.com>.
84
85 To compile this driver as a module choose M here; the module
86 will be called cxgb4.
87
Anish Bhatt19f43d12014-06-19 21:37:14 -070088config CHELSIO_T4_DCB
Hariprasad Shenaib8759e92015-12-08 10:09:12 +053089 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5/T6 cards"
Anish Bhatt19f43d12014-06-19 21:37:14 -070090 default n
91 depends on CHELSIO_T4 && DCB
92 ---help---
93 Enable DCB support through rtNetlink interface.
94 Say Y here if you want to enable Data Center Bridging (DCB) support
95 in the driver.
96
97 If unsure, say N.
98
Varun Prakash241e9242015-03-24 19:14:47 +053099config CHELSIO_T4_FCOE
100 bool "Fibre Channel over Ethernet (FCoE) Support for Chelsio T5 cards"
101 default n
102 depends on CHELSIO_T4 && CHELSIO_T4_DCB && FCOE
103 ---help---
104 Enable FCoE offload features.
105 Say Y here if you want to enable Fibre Channel over Ethernet (FCoE) support
106 in the driver.
107
108 If unsure, say N.
109
Jeff Kirsherf7917c02011-04-07 06:57:17 -0700110config CHELSIO_T4VF
Hariprasad Shenaib8759e92015-12-08 10:09:12 +0530111 tristate "Chelsio Communications T4/T5/T6 Virtual Function Ethernet support"
Jeff Kirsherf7917c02011-04-07 06:57:17 -0700112 depends on PCI
113 ---help---
Hariprasad Shenaib8759e92015-12-08 10:09:12 +0530114 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.
Jeff Kirsherf7917c02011-04-07 06:57:17 -0700117
118 For general information about Chelsio and our products, visit
119 our website at <http://www.chelsio.com>.
120
121 For customer support, please visit our customer support page at
122 <http://www.chelsio.com/support.html>.
123
124 Please send feedback to <linux-bugs@chelsio.com>.
125
126 To compile this driver as a module choose M here; the module
127 will be called cxgb4vf.
128
129endif # NET_VENDOR_CHELSIO