blob: ac6473f75eb9c212682b0ceea755f601f62772e2 [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---
10 If you have a network (Ethernet) card belonging to this class, say Y
11 and read the Ethernet-HOWTO, available from
12 <http://www.tldp.org/docs.html#howto>.
13
14 Note that the answer to this question doesn't directly affect the
15 kernel: saying N will just cause the configurator to skip all
16 the questions about Chelsio devices. If you say Y, you will be asked for
17 your specific card in the following questions.
18
19if NET_VENDOR_CHELSIO
20
21config CHELSIO_T1
22 tristate "Chelsio 10Gb Ethernet support"
23 depends on PCI
24 select CRC32
25 select MDIO
26 ---help---
27 This driver supports Chelsio gigabit and 10-gigabit
28 Ethernet cards. More information about adapter features and
29 performance tuning is in <file:Documentation/networking/cxgb.txt>.
30
31 For general information about Chelsio and our products, visit
32 our website at <http://www.chelsio.com>.
33
34 For customer support, please visit our customer support page at
35 <http://www.chelsio.com/support.html>.
36
37 Please send feedback to <linux-bugs@chelsio.com>.
38
39 To compile this driver as a module, choose M here: the module
40 will be called cxgb.
41
42config CHELSIO_T1_1G
43 bool "Chelsio gigabit Ethernet support"
44 depends on CHELSIO_T1
45 ---help---
46 Enables support for Chelsio's gigabit Ethernet PCI cards. If you
47 are using only 10G cards say 'N' here.
48
49config CHELSIO_T3
50 tristate "Chelsio Communications T3 10Gb Ethernet support"
Ben Hutchings9e3262e2012-11-28 20:03:03 +000051 depends on PCI && INET
Jeff Kirsherf7917c02011-04-07 06:57:17 -070052 select FW_LOADER
53 select MDIO
54 ---help---
55 This driver supports Chelsio T3-based gigabit and 10Gb Ethernet
56 adapters.
57
58 For general information about Chelsio and our products, visit
59 our website at <http://www.chelsio.com>.
60
61 For customer support, please visit our customer support page at
62 <http://www.chelsio.com/support.html>.
63
64 Please send feedback to <linux-bugs@chelsio.com>.
65
66 To compile this driver as a module, choose M here: the module
67 will be called cxgb3.
68
69config CHELSIO_T4
Hariprasad Shenai535cdf32014-04-25 18:00:12 +053070 tristate "Chelsio Communications T4/T5 Ethernet support"
Anish Bhatt1bb60372014-10-14 20:07:22 -070071 depends on PCI && (IPV6 || IPV6=n)
Jeff Kirsherf7917c02011-04-07 06:57:17 -070072 select FW_LOADER
73 select MDIO
74 ---help---
Hariprasad Shenai535cdf32014-04-25 18:00:12 +053075 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
76 adapter and T5 based 40Gb Ethernet adapter.
Jeff Kirsherf7917c02011-04-07 06:57:17 -070077
78 For general information about Chelsio and our products, visit
79 our website at <http://www.chelsio.com>.
80
81 For customer support, please visit our customer support page at
82 <http://www.chelsio.com/support.html>.
83
84 Please send feedback to <linux-bugs@chelsio.com>.
85
86 To compile this driver as a module choose M here; the module
87 will be called cxgb4.
88
Anish Bhatt19f43d12014-06-19 21:37:14 -070089config CHELSIO_T4_DCB
90 bool "Data Center Bridging (DCB) Support for Chelsio T4/T5 cards"
91 default n
92 depends on CHELSIO_T4 && DCB
93 ---help---
94 Enable DCB support through rtNetlink interface.
95 Say Y here if you want to enable Data Center Bridging (DCB) support
96 in the driver.
97
98 If unsure, say N.
99
Jeff Kirsherf7917c02011-04-07 06:57:17 -0700100config CHELSIO_T4VF
Hariprasad Shenai535cdf32014-04-25 18:00:12 +0530101 tristate "Chelsio Communications T4/T5 Virtual Function Ethernet support"
Jeff Kirsherf7917c02011-04-07 06:57:17 -0700102 depends on PCI
103 ---help---
Hariprasad Shenai535cdf32014-04-25 18:00:12 +0530104 This driver supports Chelsio T4 and T5 based gigabit, 10Gb Ethernet
105 adapters and T5 based 40Gb Ethernet adapters with PCI-E SR-IOV Virtual
106 Functions.
Jeff Kirsherf7917c02011-04-07 06:57:17 -0700107
108 For general information about Chelsio and our products, visit
109 our website at <http://www.chelsio.com>.
110
111 For customer support, please visit our customer support page at
112 <http://www.chelsio.com/support.html>.
113
114 Please send feedback to <linux-bugs@chelsio.com>.
115
116 To compile this driver as a module choose M here; the module
117 will be called cxgb4vf.
118
119endif # NET_VENDOR_CHELSIO